Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh7782473136940473084.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 3d4cccc4e046683f59af0a7fd3417f3423d6a15a [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node WARNING: Unable to create pod: kubernetes hawk/hawk-master-408-48tbx-17t4s-2w0l1 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-408-48tbx-17t4s-2w0l1" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... Still waiting to schedule task All nodes of label ‘hawk_master_408-48tbx’ are offline WARNING: Unable to create pod: kubernetes hawk/hawk-master-408-48tbx-17t4s-1r4g8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-408-48tbx-17t4s-1r4g8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-master-408-48tbx-17t4s-jpz5g because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-408-48tbx-17t4s-jpz5g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-master-408-48tbx-17t4s-tsr87 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-master-408-48tbx-17t4s-tsr87" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... Created Pod: kubernetes hawk/hawk-master-408-48tbx-17t4s-4sp3b Agent hawk-master-408-48tbx-17t4s-4sp3b is provisioned from template hawk_master_408-48tbx-17t4s --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/408/" runUrl: "job/hawk/job/master/408/" labels: jenkins: "slave" jenkins/label-digest: "7b2944173f40ce141a9ba7983bd6858e5ed139c0" jenkins/label: "hawk_master_408-48tbx" name: "hawk-master-408-48tbx-17t4s-4sp3b" 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-408-48tbx-17t4s-4sp3b" - name: "JENKINS_NAME" value: "hawk-master-408-48tbx-17t4s-4sp3b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - 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-408-48tbx-17t4s-4sp3b 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-ssh860312615744259916.key Verifying host key using known hosts file > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3d4cccc4e046683f59af0a7fd3417f3423d6a15a (master) > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d4cccc4e046683f59af0a7fd3417f3423d6a15a # timeout=10 Commit message: "Fix regression when following references from time-aware backends" > git rev-list --no-walk 678a59a24b7aa1abe6a02e52eb157bf18ef895cb # 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/junit15879305594419982270 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/junit6843346998285107523 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/junit12915463263387985289 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/junit9252849316147997285 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/junit16673213934229001084 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/junit15687387485541233708 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/junit12502059552857463188 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/junit2616340613730190243 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/junit4381129815710769942 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/junit9278769699863845989 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/junit17432602493660937381 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/junit15948821610732173561 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/junit17430222618254316177 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/junit18334451184294075288 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/junit16363467307235966751 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/junit6643389871678450290 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/junit8151156016861093538 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/junit14178726533048389864 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/junit13937854251261848780 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/junit2316243051951306945 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/junit4163961895084352055 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/junit15229135293882567866 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/junit5130514346388475845 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/junit89277743787158724 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/junit9551411697972369084 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/junit5871619271753755563 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/junit18334591039010463579 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/junit6278663982158810308 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit748175959530717029 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit748175959530717029 Starting database plocal:/tmp/junit12210159524174667654 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit4487462281036843013 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/junit6464319268231904888 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/junit12060931591923992474 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/junit17251589013176832684 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit2927450293959541869 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/junit1772014953676888404 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/junit4922291058988961446 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/junit1956191834276999167 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/junit1380378109633111046 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/junit17938883972670516534 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/junit1590929233907696907 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit16056044748959046435 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/junit6420818099868811247 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: 33.968 s - in org.eclipse.hawk.backend.tests.BackendTestSuite addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 4.327 s getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.111 s invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.175 s doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.891 s removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.816 s removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.677 s removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.602 s indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.609 s integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.709 s integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.579 s indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.906 s removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.952 s removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.679 s addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.691 s addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.613 s query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.874 s removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.43 s removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.575 s nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.504 s queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.704 s addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.806 s removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.57 s indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.536 s deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.699 s floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.882 s removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.522 s indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.571 s testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.591 s testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 1.24 s testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.579 s twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.496 s oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.703 s oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.812 s oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.614 s oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.659 s escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.721 s escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.983 s escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.587 s twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.541 s oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.527 s oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.447 s threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.717 s recreateEdge[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.578 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/junit4097727076210610727/test_set0[OrientDB] Apr 04, 2023 6:18:42 PM com.orientechnologies.common.log.OLogManager log INFO: Auto configuration of disk cache size. Apr 04, 2023 6:18:42 PM com.orientechnologies.common.log.OLogManager log INFO: Disk cache size is directly set by the user to the 300 mb Apr 04, 2023 6:18:42 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 04, 2023 6:18:42 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 04, 2023 6:18:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit4097727076210610727/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:18:45.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:18:45.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:18:45.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:18:45.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:18:45.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:18:45.772 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:18:45.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:18:45.774 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:18:45.774 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:18:45.774 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 18:18:45.775 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:18:45.775 [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 18:18:45.776 [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 18:18:46.170 [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] 18:18:46.170 [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] 18:18:46.170 [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 18:18:46.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:18:46.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:18:46.250 [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 18:18:46.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:18:46.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:18:46.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:18:46.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)] 18:18:46.385 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:18:46.453 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:18:46.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:18:46.477 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:18:46.477 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:18:46.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:18:46.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:18:46.576 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:18:46.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:18:46.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:18:46.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:18:46.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:18:46.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:18:46.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:18:46.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:18:46.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:18:46.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:18:46.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:18:46.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:18:46.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:18:46.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:18:46.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:18:46.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:18:46.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:18:46.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:18:46.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:18:46.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:18:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:18:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:18:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:18:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:18:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:18:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:18:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:18:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:18:46.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:18:46.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:18:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:18:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:18:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:18:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:18:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:18:47.870 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec) 18:18:47.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:18:48.073 [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 18:18:48.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:18:48.077 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:18:48.465 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:18:48.467 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:18:48.467 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:18:50.770 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:18:50.770 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:18:50.770 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:18:50.770 [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)] 18:18:50.873 [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)] 18:18:51.280 [pool-2-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 18:19:15.870 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 24 sec (24 sec total) to /set0.xmi 18:19:20.690 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~29sec) 18:19:20.691 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:19:28.497 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 7 sec (7 sec total) to /set0.xmi 18:19:30.280 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~9 sec) 18:19:30.280 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 39s515ms [pure insertion] marking any relevant derived attributes for update...18:19:30.281 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:19:30.284 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:19:30.284 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:19:30.285 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:19:56.891 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:19:56.892 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~26.607s attempting to resolve any uninitialized derived attributes... 18:19:56.892 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:19:56.892 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:19:56.892 [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... 18:19:56.892 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 26s666ms [proxy update] 18:19:56.950 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:19:56.951 [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 ~68s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 18:20:13.625 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 85 s 547 ms 18:20:13.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:13.780 [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 18:20:13.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:13.784 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:14.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit4097727076210610727/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1351729436736744517/test_tree[OrientDB] Apr 04, 2023 6:20:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit1351729436736744517/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:15.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:15.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:15.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:15.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:15.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:15.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:15.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:15.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:15.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:15.359 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:15.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:15.360 [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 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:20:15.360 [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 18:20:15.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:15.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:15.375 [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 18:20:15.457 [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)] 18:20:15.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:20:15.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 18:20:15.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:15.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 18:20:15.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 18:20:15.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:15.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:15.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:15.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:15.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 18:20:15.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 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:15.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 18:20:15.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:15.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:15.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:15.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:15.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:15.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:15.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 18:20:15.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:15.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 18:20:15.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:15.478 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:15.478 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:15.478 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:15.478 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:15.479 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:15.479 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:15.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:20:15.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:15.696 [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 18:20:15.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:15.753 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:15.755 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:15.756 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:15.756 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:15.764 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:20:15.765 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:15.765 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:15.765 [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)] 18:20:15.785 [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)] 18:20:15.872 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:15.872 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:20:15.876 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:15.876 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s112ms [pure insertion] marking any relevant derived attributes for update...18:20:15.876 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:15.876 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:15.876 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:15.876 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:15.878 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:20:15.878 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:20:15.878 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:15.878 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:15.878 [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... 18:20:15.878 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 18:20:15.879 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:15.879 [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 18:20:15.881 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 128 ms 18:20:15.968 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:15.968 [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 18:20:15.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:15.973 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:15.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit1351729436736744517/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9393831120198660616/test_treeWithSpaces[OrientDB] Apr 04, 2023 6:20:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit9393831120198660616/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:16.954 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:16.957 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:16.957 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:16.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:16.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:16.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:16.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:16.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:16.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:16.958 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:16.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:16.959 [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 18:20:16.959 [pool-4-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 18:20:16.967 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:16.968 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:16.969 [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 18:20:17.064 [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)] 18:20:17.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:17.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:17.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:17.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:17.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:17.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:17.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:17.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:17.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:17.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:17.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:17.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:17.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:17.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 18:20:17.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:17.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:17.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 18:20:17.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:17.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:17.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:17.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:17.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:17.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:17.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:17.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:17.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:17.149 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:17.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:17.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:17.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:17.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:17.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:17.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:17.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:20:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:20:17.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:17.369 [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 18:20:17.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:17.373 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:17.375 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:17.377 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:17.377 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:17.379 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 18:20:17.379 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:17.379 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:17.379 [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)] 18:20:17.485 [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)] 18:20:17.557 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:17.558 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 18:20:17.558 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:17.558 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s180ms [pure insertion] marking any relevant derived attributes for update...18:20:17.558 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:17.558 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:17.558 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:17.559 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:17.560 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:20:17.560 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:20:17.560 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:17.560 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:17.561 [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... 18:20:17.561 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:20:17.561 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:17.561 [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 18:20:17.562 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms 18:20:17.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:17.574 [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 18:20:17.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:17.578 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:17.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:17 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit9393831120198660616/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12707509783014219694/test_treeCrossResourceContainment[OrientDB] Apr 04, 2023 6:20:17 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit12707509783014219694/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:18.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:18.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:18.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:18.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:18.175 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:18.176 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:20:18.176 [pool-5-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 18:20:18.182 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:18.182 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:18.183 [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 18:20:18.252 [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)] 18:20:18.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:18.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:18.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:18.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:18.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:18.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:18.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:18.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:18.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:18.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:18.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:18.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:18.267 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:20:18.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:20:18.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:18.391 [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 18:20:18.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:18.451 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:18.453 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:18.454 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:18.454 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:18.456 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:20:18.456 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:18.456 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:18.456 [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)] 18:20:18.472 [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)] 18:20:18.491 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:18.491 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:20:18.561 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:18.562 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s106ms [pure insertion] marking any relevant derived attributes for update...18:20:18.562 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:18.562 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:18.563 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 18:20:18.564 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:18.564 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:18.564 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 18:20:18.564 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 18:20:18.565 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:18.565 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 18:20:18.566 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:18.566 [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...18:20:18.566 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:18.566 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:18.566 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:18.566 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:18.569 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 18:20:18.573 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 18:20:18.574 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 18:20:18.574 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:18.574 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:18.574 [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... 18:20:18.574 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:20:18.574 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:18.574 [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 18:20:18.576 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms 18:20:18.651 [pool-5-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: OrientNode [#13:20] 18:20:18.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:18.656 [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 18:20:18.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:18.659 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:18.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:18 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit12707509783014219694/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit446639209298610575/test_derivedEdgeCollection[OrientDB] Apr 04, 2023 6:20:18 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit446639209298610575/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:19.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:19.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:19.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:19.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:19.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:19.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:19.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:19.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:19.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:19.273 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:19.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:19.274 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:19.274 [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 18:20:19.280 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:19.280 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:19.281 [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 18:20:19.355 [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)] 18:20:19.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:19.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:19.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:19.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:19.370 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:20:19.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:20:19.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:19.483 [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 18:20:19.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:19.486 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:19.488 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:19.489 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:19.489 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:19.491 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:20:19.491 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:19.491 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:19.491 [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)] 18:20:19.566 [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)] 18:20:19.588 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:20:19.588 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:20:19.592 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:20:19.592 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s101ms [pure insertion] marking any relevant derived attributes for update...18:20:19.592 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:19.592 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:19.592 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:19.593 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:19.594 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:20:19.594 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:20:19.594 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:19.594 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:19.594 [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... 18:20:19.594 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s56ms [proxy update] 18:20:19.649 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:19.650 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:19.650 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 164 ms 18:20:19.650 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 18:20:19.650 [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; 18:20:19.652 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 18:20:19.652 [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: [] 18:20:19.659 [pool-6-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 18:20:19.661 [pool-6-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: OrientNode [#13:20] 18:20:19.662 [pool-6-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 18:20:19.754 [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) 18:20:19.754 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.102s 18:20:19.754 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 18:20:19.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:19.775 [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 18:20:19.778 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:19.778 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:19.791 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:19 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit446639209298610575/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11305582888503811941/test_deriveThenAdd[OrientDB] Apr 04, 2023 6:20:19 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit11305582888503811941/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:20.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:20.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:20.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:20.596 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:20.596 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:20.596 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:20.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:20.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:20.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:20.596 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:20.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:20.597 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:20.597 [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 18:20:20.654 [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 18:20:20.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:20.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:20.655 [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 18:20:20.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)] 18:20:20.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:20:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:20.682 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:20.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:20.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:20.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:20.759 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:20:20.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:20.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 18:20:20.760 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.xrefs.size; 18:20:20.761 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 18:20:20.854 [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 18:20:20.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:20.858 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:20.860 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:20.862 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:20.862 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:20.864 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:20:20.864 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:20.864 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:20.864 [pool-7-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)] 18:20:20.884 [pool-7-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)] set up properties for V_derivedattribute: [] 18:20:21.004 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:21.004 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:20:21.061 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:21.061 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s197ms [pure insertion] marking any relevant derived attributes for update...18:20:21.061 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:21.061 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:21.063 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:20:21.063 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:21.063 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:21.063 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:20:21.064 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:20:21.065 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:21.065 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:20:21.066 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:21.066 [pool-7-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...18:20:21.067 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:21.067 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:21.068 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:20:21.068 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:21.068 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:21.068 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:20:21.068 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:20:21.070 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:21.070 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:20:21.073 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:21.073 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:21.074 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:21.074 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:21.074 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:21.074 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:21.077 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:20:21.092 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:20:21.092 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.018s attempting to resolve any uninitialized derived attributes... 18:20:21.092 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:21.092 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:21.092 [pool-7-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 18:20:21.187 [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) 18:20:21.187 [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... 18:20:21.187 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s114ms [proxy update] 18:20:21.188 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:21.188 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:21.188 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 330 ms 18:20:21.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:21.195 [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 18:20:21.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:21.198 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:21.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit11305582888503811941/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6330871003204738327/test_derivedEdgeSingle[OrientDB] Apr 04, 2023 6:20:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit6330871003204738327/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:22.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:22.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:22.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:22.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:22.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:22.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:22.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:22.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:22.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:22.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:22.187 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:22.188 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:22.188 [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 18:20:22.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:22.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:22.194 [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 18:20:22.256 [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)] 18:20:22.265 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:20:22.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:22.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:22.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:22.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:22.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:22.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:22.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:22.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:22.286 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:20:22.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:22.374 [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 18:20:22.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:22.377 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:22.379 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:22.380 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:22.380 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:22.382 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:20:22.382 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:22.382 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:22.382 [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)] 18:20:22.454 [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)] 18:20:22.482 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:20:22.482 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:20:22.487 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:20:22.487 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s105ms [pure insertion] marking any relevant derived attributes for update...18:20:22.487 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:22.487 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:22.488 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:22.488 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:22.489 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:20:22.489 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:20:22.489 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:22.489 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:22.489 [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... 18:20:22.489 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:20:22.490 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:22.490 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:22.490 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 113 ms 18:20:22.490 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 18:20:22.490 [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; 18:20:22.491 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 18:20:22.492 [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: [] 18:20:22.556 [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; 18:20:22.558 [pool-8-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: OrientNode [#13:0] 18:20:22.657 [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) 18:20:22.657 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.166s 18:20:22.657 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 18:20:22.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:22.670 [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 18:20:22.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:22.673 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:22.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:22 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit6330871003204738327/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1151836147578516507/test_addThenIndex[OrientDB] Apr 04, 2023 6:20:22 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit1151836147578516507/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:23.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:23.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:23.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:23.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:23.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:23.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:23.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:23.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:23.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:23.385 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:23.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:23.385 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:23.385 [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 18:20:23.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:23.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:23.391 [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 18:20:23.462 [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)] 18:20:23.470 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:20:23.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:23.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:23.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:23.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:23.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:23.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:23.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 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:23.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 18:20:23.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:23.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:23.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:23.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 18:20:23.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:20:23.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:23.579 [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 18:20:23.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:23.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:20:23.582 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:23.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:20:23.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:20:23.584 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:23.585 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:23.585 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:23.587 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:20:23.587 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:23.587 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:23.587 [pool-9-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)] 18:20:23.668 [pool-9-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)] 18:20:23.705 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:23.705 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:20:23.758 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:23.758 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s172ms [pure insertion] marking any relevant derived attributes for update...18:20:23.758 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:23.758 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:23.760 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:20:23.760 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:23.760 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:23.760 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:20:23.760 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:20:23.761 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:23.761 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:20:23.764 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:23.764 [pool-9-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...18:20:23.764 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:23.764 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:23.765 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:20:23.765 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:23.765 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:23.765 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:20:23.766 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:20:23.767 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:23.767 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:20:23.768 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:23.768 [pool-9-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...18:20:23.768 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:23.768 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:23.768 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:23.768 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:23.772 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:20:23.786 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:20:23.786 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 18:20:23.786 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:23.786 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:23.786 [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... 18:20:23.786 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 18:20:23.787 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:23.787 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:23.787 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 205 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:20:23.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:23.851 [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 18:20:23.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:23.853 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:23.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:23 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit1151836147578516507/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11073525780969871634/test_lookupWithIndex[OrientDB] Apr 04, 2023 6:20:23 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit11073525780969871634/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:24.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:24.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:24.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:24.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:24.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:24.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:24.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:24.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:24.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:24.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:24.472 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:24.473 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:24.473 [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 18:20:24.477 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:24.477 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:24.478 [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 18:20:24.489 [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)] 18:20:24.550 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:20:24.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:24.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:24.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:24.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:24.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:24.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:24.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:24.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:24.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:24.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:24.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:24.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:24.570 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:20:24.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:24.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:20:24.570 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:20:24.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:20:24.662 [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 18:20:24.664 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:24.665 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:24.667 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:24.669 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:24.669 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:24.670 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:20:24.670 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:24.670 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:24.670 [pool-10-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)] 18:20:24.684 [pool-10-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)] 18:20:24.766 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:24.766 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:20:24.779 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:24.779 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s109ms [pure insertion] marking any relevant derived attributes for update...18:20:24.779 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:24.779 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:24.781 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:20:24.781 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:24.781 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:24.781 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:20:24.781 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:20:24.783 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:24.783 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:20:24.784 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:24.784 [pool-10-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...18:20:24.784 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:24.784 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:24.785 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:20:24.785 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:24.785 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:24.785 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:20:24.785 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:20:24.787 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:24.787 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:20:24.788 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:24.788 [pool-10-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...18:20:24.788 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:24.788 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:24.788 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:24.788 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:24.791 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:20:24.854 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:24.855 [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... 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s67ms [proxy update] 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:24.855 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 190 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:20:24.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:24.859 [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 18:20:24.862 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:24.862 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:24.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:24 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit11073525780969871634/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5734702555963041626/test_lookupWithoutIndex[OrientDB] Apr 04, 2023 6:20:24 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit5734702555963041626/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:25.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:25.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:25.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 18:20:25.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:25.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:25.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:25.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:25.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:25.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:25.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:25.677 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:25.678 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:25.678 [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 18:20:25.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:25.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:25.683 [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 18:20:25.751 [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)] 18:20:25.759 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:20:25.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:25.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:25.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:25.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:25.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:25.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:25.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:25.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:25.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:25.778 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:20:25.778 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:25.874 [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 18:20:25.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:25.877 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:25.879 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:25.880 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:25.880 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:25.882 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:20:25.882 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:25.882 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:25.882 [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)] 18:20:25.949 [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)] 18:20:25.970 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:25.970 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:20:25.982 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:25.982 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s100ms [pure insertion] marking any relevant derived attributes for update...18:20:25.982 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:25.982 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:25.984 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:20:25.984 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:25.984 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:25.984 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:20:25.984 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:20:25.985 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:25.985 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:20:25.988 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:25.988 [pool-11-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...18:20:25.988 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:25.988 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:25.989 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:20:25.989 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:25.989 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:25.989 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:20:25.989 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:20:25.990 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:25.990 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:20:25.991 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:25.991 [pool-11-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...18:20:25.991 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:25.991 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:25.991 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:25.991 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:25.994 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:26.058 [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... 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s67ms [proxy update] 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:26.058 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:26.059 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 182 ms 18:20:26.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:26.062 [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 18:20:26.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:26.065 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:26.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:26 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit5734702555963041626/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit14183890785182315600/test_eContainersIsUpdatedRoot[OrientDB] Apr 04, 2023 6:20:26 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit14183890785182315600/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:26.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:26.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:26.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:26.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:26.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:26.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:26.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:26.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:26.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:26.853 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:26.853 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:20:26.854 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:20:26.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:20:26.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:26.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:26.858 [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 18:20:26.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:26.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 18:20:26.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 18:20:26.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 18:20:26.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[] 18:20:26.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:26.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:26.872 [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)] 18:20:26.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:26.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:26.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:26.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:26.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:26.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:26.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:20:26.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:26.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:20:26.950 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:26.950 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:20:26.953 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:20:26.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:20:26.961 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:20:26.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:26.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:20:26.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:26.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:26.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:20:26.968 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:20:26.968 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:27.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15297197255450556210/:org.eclipse.hawk.localfolder.LocalFolder:false 18:20:27.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:27.072 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:27.074 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:27.075 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:27.075 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:27.090 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 18:20:27.090 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:27.090 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:27.090 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:20:27.166 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:20:27.176 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:27.176 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 18:20:27.187 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:27.188 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:20:27.188 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:27.188 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:27.254 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 18:20:27.254 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:27.254 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:27.254 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 18:20:27.255 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 18:20:27.255 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:27.255 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 18:20:27.256 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:27.256 [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...18:20:27.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:27.256 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:27.267 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 18:20:27.267 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:27.267 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:27.267 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 18:20:27.267 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 18:20:27.268 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:27.268 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 18:20:27.268 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:27.269 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:27.269 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:27.269 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:27.350 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:20:27.350 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:27.350 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:27.350 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:20:27.351 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:20:27.362 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:27.362 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:20:27.363 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:27.363 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:20:27.363 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:27.363 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:27.363 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:27.363 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:27.365 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 18:20:27.378 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 18:20:27.378 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 18:20:27.378 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:27.378 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:27.378 [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... 18:20:27.378 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:20:27.378 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:27.379 [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 /childB.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /childA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 18:20:27.380 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 308 ms 18:20:27.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 18:20:27.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:20:27.382 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 18:20:27.383 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:20:27.388 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:20:27.481 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:20:27.481 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.099s 18:20:27.481 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 18:20:27.487 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:27.489 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:27.490 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:27.490 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:27.552 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:20:27.552 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:27.552 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:20:27.552 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:20:27.553 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:20:27.553 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 18:20:27.553 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:20:27.556 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 18:20:27.559 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:20:27.608 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:20:27.608 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:20:27.608 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:27.608 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:20:27.608 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 18:20:27.611 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 18:20:27.611 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:27.611 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:27.612 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:20:27.655 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 18:20:27.655 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.043s attempting to resolve any uninitialized derived attributes... 18:20:27.655 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:27.655 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:27.655 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:20:27.659 [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) 18:20:27.659 [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... 18:20:27.660 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:20:27.660 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:20:27.665 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s59ms [proxy update] 18:20:27.670 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:27.670 [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 18:20:27.671 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 184 ms 18:20:27.675 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:27.675 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15297197255450556210/:org.eclipse.hawk.localfolder.LocalFolder:false 18:20:27.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:27.678 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:27.693 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:27 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit14183890785182315600/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7919440196126945624/test_queryEnumValues[OrientDB] Apr 04, 2023 6:20:27 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit7919440196126945624/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:28.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:28.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:28.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:28.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:28.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:28.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:28.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:28.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:28.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:28.385 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:28.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:28.385 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:28.385 [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 18:20:28.390 [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 18:20:28.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:28.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:28.391 [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 18:20:28.461 [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)] 18:20:28.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 18:20:28.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:28.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:28.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:28.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:28.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 18:20:28.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 18:20:28.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 18:20:28.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:28.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 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:28.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:28.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:28.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 18:20:28.476 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 18:20:28.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 18:20:28.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:20:28.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:28.589 [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 18:20:28.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:28.592 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:28.594 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:28.594 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:28.594 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:28.596 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 18:20:28.596 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:28.596 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:28.596 [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)] 18:20:28.665 [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)] 18:20:28.685 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:28.685 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 18:20:28.689 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:28.689 [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...18:20:28.689 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:28.689 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:28.689 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:28.689 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:28.691 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:20:28.691 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:20:28.691 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:28.691 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:28.691 [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... 18:20:28.691 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:20:28.691 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:28.692 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:28.692 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 100 ms 18:20:28.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:28.695 [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 18:20:28.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:28.752 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:28.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit7919440196126945624/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit10302006065009241654/test_slotType[OrientDB] Apr 04, 2023 6:20:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotType[OrientDB]}} Storage 'plocal:/tmp/junit10302006065009241654/test_slotType[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:29.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:29.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:29.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:29.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:29.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:29.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:29.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:29.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:29.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:29.594 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:29.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:29.595 [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 18:20:29.595 [pool-14-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 18:20:29.679 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:29.679 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:29.682 [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 18:20:29.752 [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)] 18:20:29.760 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:20:29.760 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:20:29.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:29.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:29.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:29.767 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:29.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:20:29.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:20:29.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:29.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 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:29.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 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:29.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 18:20:29.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:29.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:29.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:29.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:29.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:29.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:29.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:29.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:29.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:20:29.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:20:29.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:20:30.086 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:20:30.086 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:30.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:30.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:30.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:30.154 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:30.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotType[OrientDB]}} Storage 'plocal:/tmp/junit10302006065009241654/test_slotType[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11773241395556095685/test_typeSubtypes[OrientDB] Apr 04, 2023 6:20:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit11773241395556095685/test_typeSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:30.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:30.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:30.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:30.787 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:30.787 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:30.787 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:30.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:30.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:30.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:30.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:30.787 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:30.788 [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 18:20:30.788 [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 18:20:30.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:30.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:30.879 [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 18:20:30.893 [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)] 18:20:30.951 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:20:30.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:20:30.954 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:20:30.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:20:30.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:20:30.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:30.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:30.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:30.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:30.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:30.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:30.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:30.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:30.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:30.965 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:30.965 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:20:30.965 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:20:30.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:30.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:30.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:31.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:20:31.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:31.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:31.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:31.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:31.360 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:31.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit11773241395556095685/test_typeSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2896005718016307984/test_slotInstanceTypeName[OrientDB] Apr 04, 2023 6:20:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotInstanceTypeName[OrientDB]}} Storage 'plocal:/tmp/junit2896005718016307984/test_slotInstanceTypeName[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:31.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:31.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:31.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:31.990 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:31.990 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:31.990 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:31.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:31.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:31.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:31.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:31.990 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:31.991 [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 18:20:31.991 [pool-16-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 18:20:32.057 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:32.057 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:32.061 [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 18:20:32.076 [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)] 18:20:32.084 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:20:32.085 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:20:32.087 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:32.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:32.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:32.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 18:20:32.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:32.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:32.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:32.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 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:32.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:32.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:20:32.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:20:32.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:20:32.096 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:20:32.096 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:20:32.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:32.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:32.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:32.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:32.600 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:20:32.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:32.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:32.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:32.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:32.653 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:32.667 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotInstanceTypeName[OrientDB]}} Storage 'plocal:/tmp/junit2896005718016307984/test_slotInstanceTypeName[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1914221289600802153/test_typeSupertypes[OrientDB] Apr 04, 2023 6:20:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSupertypes[OrientDB]}} Storage 'plocal:/tmp/junit1914221289600802153/test_typeSupertypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:33.363 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:33.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:33.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:33.366 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:33.366 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:33.366 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:33.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:33.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:33.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:33.366 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:33.366 [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 18:20:33.367 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:20:33.367 [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 18:20:33.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:33.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:33.452 [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 18:20:33.469 [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)] 18:20:33.476 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:20:33.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:20:33.478 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:20:33.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:33.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:33.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:20:33.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:20:33.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:33.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:33.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:33.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:20:33.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:20:33.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:20:33.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:33.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:20:33.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:20:33.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:33.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:33.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:33.779 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:20:33.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:33.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:33.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:33.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:33.789 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:33.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSupertypes[OrientDB]}} Storage 'plocal:/tmp/junit1914221289600802153/test_typeSupertypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5104954052682253669/test_metamodels[OrientDB] Apr 04, 2023 6:20:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit5104954052682253669/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:34.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:34.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:34.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:20:34.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:34.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:34.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:34.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:34.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:34.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:20:34.485 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:34.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:34.485 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:20:34.485 [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 18:20:34.565 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:34.565 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:34.568 [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 18:20:34.581 [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)] 18:20:34.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 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:20:34.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:20:34.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 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:20:34.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 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:20:34.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 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:20:34.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 18:20:34.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:20:34.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 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:20:34.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 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:20:34.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 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:20:34.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:20:34.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:20:34.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:20:34.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:20:34.593 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:20:34.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:20:34.595 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:20:34.597 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:20:34.597 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:20:34.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:34.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:34.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:34.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:20:34.887 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:20:34.887 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:34.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:34.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:34.955 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:34.955 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:34.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit5104954052682253669/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit18238146606755414401/test_elephantResolve[OrientDB] Apr 04, 2023 6:20:35 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit18238146606755414401/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:35.668 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:35.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:35.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:20:35.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:35.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:35.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:35.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:35.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:35.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:35.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:35.671 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:35.671 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:35.671 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:20:36.276 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 18:20:36.276 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 18:20:36.276 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 18:20:36.276 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 18:20:36.276 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 18:20:36.276 [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 18:20:36.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:36.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:36.288 [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 18:20:36.362 [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)] 18:20:36.371 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:36.371 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:36.371 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:20:36.384 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:20:36.387 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:36.387 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:36.387 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:20:36.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:36.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:36.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:20:36.976 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:36.976 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:20:42.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~6 sec) 18:20:42.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:42.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14996138775016099895/:org.eclipse.hawk.localfolder.LocalFolder:false 18:20:42.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:42.391 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:42.393 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:42.394 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:42.394 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:42.458 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:20:42.458 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:42.458 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:42.458 [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)] 18:20:42.481 [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)] 18:20:42.576 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:20:42.576 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:20:42.595 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:42.595 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s137ms [pure insertion] marking any relevant derived attributes for update...18:20:42.595 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:42.595 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:42.595 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:42.595 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:42.600 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.06s attempting to resolve any uninitialized derived attributes... 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:42.655 [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... 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:42.655 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 263 ms 18:20:42.657 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:42.659 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:42.659 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:42.659 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:42.662 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:20:42.662 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:42.662 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:42.662 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:20:42.663 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:20:42.681 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:20:42.681 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:20:42.951 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:42.951 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s289ms [pure insertion] marking any relevant derived attributes for update...18:20:42.951 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:42.951 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:42.953 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:20:42.953 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:42.953 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:42.953 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:20:42.953 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:20:42.966 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:20:42.966 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:20:42.967 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:42.967 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:20:42.967 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:42.967 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:42.967 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:42.967 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:42.972 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 18:20:43.057 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 18:20:43.057 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.09s attempting to resolve any uninitialized derived attributes... 18:20:43.057 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:43.057 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:43.057 [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... 18:20:43.057 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 18:20:43.057 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:43.058 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:43.058 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 401 ms 18:20:43.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:43.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14996138775016099895/:org.eclipse.hawk.localfolder.LocalFolder:false 18:20:43.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:43.061 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:43.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit18238146606755414401/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9674384938558284568/test_zoo[OrientDB] Apr 04, 2023 6:20:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit9674384938558284568/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:43.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:43.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:43.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:20:43.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:43.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:43.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:43.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:43.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:43.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:43.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:43.661 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:43.662 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:43.662 [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 18:20:43.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:43.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:43.789 [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 18:20:43.852 [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)] 18:20:43.859 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:43.859 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:43.859 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:20:43.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:20:43.870 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:43.870 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:43.870 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:20:43.967 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:43.967 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:43.967 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:20:44.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:44.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:20:48.281 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 18:20:48.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:20:48.369 [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 18:20:48.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:48.372 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:48.583 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:20:48.586 [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/ 18:20:48.586 [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/ 18:20:48.649 [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/ 18:20:48.650 [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/ 18:20:48.650 [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/ 18:20:48.651 [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/ 18:20:48.651 [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/ 18:20:48.651 [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/ 18:20:48.651 [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/ 18:20:48.652 [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/ 18:20:48.652 [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/ 18:20:48.652 [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/ 18:20:48.652 [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/ 18:20:48.653 [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/ 18:20:48.653 [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/ 18:20:48.653 [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/ 18:20:48.653 [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/ 18:20:48.653 [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/ 18:20:48.654 [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/ 18:20:48.654 [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/ 18:20:48.654 [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/ 18:20:48.654 [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/ 18:20:48.655 [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/ 18:20:48.655 [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/ 18:20:48.655 [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/ 18:20:48.655 [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/ 18:20:48.655 [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/ 18:20:48.656 [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/ 18:20:48.656 [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/ 18:20:48.656 [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/ 18:20:48.656 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:20:48.656 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:20:48.656 [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) 18:20:48.658 [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... 18:20:48.658 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.658 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.658 [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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:20:48.688 [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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:20:48.710 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:48.710 [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 18:20:48.719 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:48.719 [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. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:20:48.719 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.719 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.720 [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... 18:20:48.720 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.720 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.720 [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... 18:20:48.720 [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 18:20:48.835 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.835 [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 18:20:48.849 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.850 [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. 0s130ms [pure insertion] marking any relevant derived attributes for update...18:20:48.850 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.850 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.851 [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... 18:20:48.851 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.851 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.851 [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... 18:20:48.851 [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 18:20:48.859 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:48.859 [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 18:20:48.860 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.860 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:20:48.860 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.860 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.861 [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... 18:20:48.861 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.861 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.861 [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... 18:20:48.861 [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 18:20:48.862 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.862 [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 18:20:48.862 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.862 [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...18:20:48.862 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.862 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.863 [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... 18:20:48.863 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.863 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.863 [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... 18:20:48.863 [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 18:20:48.864 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:48.864 [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 18:20:48.865 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.865 [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...18:20:48.865 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.865 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.865 [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... 18:20:48.865 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.865 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.865 [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... 18:20:48.866 [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 18:20:48.866 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:48.866 [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 18:20:48.867 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.867 [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...18:20:48.867 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.867 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.868 [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... 18:20:48.868 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.868 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.868 [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... 18:20:48.868 [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 18:20:48.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.869 [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 18:20:48.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:48.869 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.869 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.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/e445c33b-de99-11de-905b-001302895b2b.exml... 18:20:48.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.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/e445c33b-de99-11de-905b-001302895b2b.exml... 18:20:48.870 [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 18:20:48.871 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.871 [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 18:20:48.871 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.871 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:48.871 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.871 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.872 [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... 18:20:48.872 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.872 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.872 [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... 18:20:48.872 [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 18:20:48.873 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.873 [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 18:20:48.873 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.873 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:48.873 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.873 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.874 [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... 18:20:48.874 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.874 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.874 [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... 18:20:48.874 [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 18:20:48.875 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.875 [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 18:20:48.875 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.875 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:48.875 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.875 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.876 [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... 18:20:48.876 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.876 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.876 [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... 18:20:48.876 [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 18:20:48.877 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.877 [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 18:20:48.877 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.877 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:48.877 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.877 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.878 [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... 18:20:48.878 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.878 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.878 [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... 18:20:48.878 [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 18:20:48.879 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.879 [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 18:20:48.879 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.879 [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...18:20:48.879 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.879 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.880 [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... 18:20:48.880 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.880 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.880 [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... 18:20:48.949 [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 18:20:48.951 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.951 [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 18:20:48.951 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.951 [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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:20:48.951 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.951 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.952 [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... 18:20:48.952 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.952 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.952 [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... 18:20:48.952 [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 18:20:48.953 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.953 [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 18:20:48.953 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.953 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:48.953 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.953 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.954 [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... 18:20:48.954 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.954 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.954 [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... 18:20:48.954 [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 18:20:48.956 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:48.956 [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 18:20:48.956 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:48.956 [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...18:20:48.956 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.956 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.957 [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... 18:20:48.957 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.957 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.957 [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... 18:20:48.958 [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 18:20:48.961 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:20:48.961 [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 18:20:48.963 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:48.963 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:48.963 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.963 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.964 [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... 18:20:48.964 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.964 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.964 [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... 18:20:48.964 [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 18:20:48.967 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:48.967 [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 18:20:48.968 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.968 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:20:48.968 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.968 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.969 [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... 18:20:48.969 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.969 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.969 [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... 18:20:48.969 [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 18:20:48.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.970 [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 18:20:48.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.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/00700680-0000-01fb-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:48.970 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.970 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.971 [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... 18:20:48.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.971 [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... 18:20:48.971 [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 18:20:48.972 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:48.972 [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 18:20:48.973 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:48.973 [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...18:20:48.973 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.973 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.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/01ec141c-0000-12f7-0000-000000000000.exml... 18:20:48.974 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.974 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.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/01ec141c-0000-12f7-0000-000000000000.exml... 18:20:48.974 [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 18:20:48.975 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.975 [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 18:20:48.975 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.975 [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...18:20:48.975 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.975 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.976 [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... 18:20:48.976 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.976 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.976 [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... 18:20:48.976 [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 18:20:48.981 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:48.981 [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 18:20:48.982 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.982 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:48.982 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.982 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.982 [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... 18:20:48.982 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.982 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.982 [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... 18:20:48.983 [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 18:20:48.983 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.984 [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 18:20:48.984 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.984 [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...18:20:48.984 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.984 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.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/ee06097f-de99-11de-905b-001302895b2b.exml... 18:20:48.984 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.984 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.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/ee06097f-de99-11de-905b-001302895b2b.exml... 18:20:48.985 [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 18:20:48.986 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:48.986 [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 18:20:48.986 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:48.986 [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...18:20:48.986 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:48.986 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:48.986 [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... 18:20:48.986 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:48.986 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:48.986 [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... 18:20:48.987 [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 18:20:49.051 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.051 [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 18:20:49.052 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.052 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:20:49.052 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.052 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.053 [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... 18:20:49.053 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.053 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.053 [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... 18:20:49.053 [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 18:20:49.055 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:20:49.055 [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 18:20:49.056 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:49.056 [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...18:20:49.056 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.056 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.057 [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... 18:20:49.057 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.057 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.057 [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... 18:20:49.057 [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 18:20:49.058 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:49.058 [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 18:20:49.058 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.058 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.058 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.058 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.059 [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... 18:20:49.059 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.059 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.059 [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... 18:20:49.059 [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 18:20:49.060 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.060 [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 18:20:49.061 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.061 [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...18:20:49.061 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.061 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.061 [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... 18:20:49.061 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.061 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.061 [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... 18:20:49.061 [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 18:20:49.063 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.063 [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 18:20:49.063 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.063 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.063 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.064 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.064 [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... 18:20:49.064 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.064 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.064 [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... 18:20:49.064 [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 18:20:49.065 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.065 [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 18:20:49.066 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.066 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.066 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.066 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.066 [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... 18:20:49.066 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.066 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.066 [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... 18:20:49.066 [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 18:20:49.068 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.068 [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 18:20:49.069 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.069 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.069 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.069 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/00700680-0000-01c5-0000-000000000000.exml... 18:20:49.070 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.070 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/00700680-0000-01c5-0000-000000000000.exml... 18:20:49.070 [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 18:20:49.071 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.071 [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 18:20:49.071 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.071 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.071 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.071 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.072 [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... 18:20:49.072 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.072 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.072 [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... 18:20:49.072 [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 18:20:49.074 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.074 [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 18:20:49.074 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.074 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.074 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.074 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.075 [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... 18:20:49.075 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.075 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.075 [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... 18:20:49.075 [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 18:20:49.076 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.076 [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 18:20:49.077 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.077 [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...18:20:49.077 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.077 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.077 [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... 18:20:49.077 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.077 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.077 [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... 18:20:49.077 [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 18:20:49.078 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.079 [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 18:20:49.079 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.079 [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...18:20:49.079 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.079 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.079 [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... 18:20:49.079 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.080 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.080 [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... 18:20:49.080 [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 18:20:49.082 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:20:49.082 [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 18:20:49.083 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:49.083 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:20:49.083 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.083 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 18:20:49.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 18:20:49.083 [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 18:20:49.084 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.084 [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 18:20:49.085 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.085 [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...18:20:49.085 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.085 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.085 [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... 18:20:49.085 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.085 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.085 [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... 18:20:49.150 [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 18:20:49.151 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.152 [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 18:20:49.154 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.154 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:20:49.154 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.154 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.154 [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... 18:20:49.154 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.154 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.154 [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... 18:20:49.155 [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 18:20:49.156 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.156 [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 18:20:49.156 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.156 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.156 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.156 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.157 [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... 18:20:49.157 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.157 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.157 [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... 18:20:49.157 [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 18:20:49.158 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.158 [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 18:20:49.158 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.158 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.158 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.158 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.160 [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... 18:20:49.160 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.160 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.160 [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... 18:20:49.160 [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 18:20:49.170 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 18:20:49.170 [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 18:20:49.185 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 18:20:49.185 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...18:20:49.185 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.185 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 18:20:49.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 18:20:49.186 [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 18:20:49.251 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.251 [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 18:20:49.252 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.252 [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. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:20:49.252 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.252 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.253 [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... 18:20:49.253 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.253 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.253 [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... 18:20:49.253 [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 18:20:49.264 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:49.264 [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 18:20:49.264 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.264 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:20:49.264 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.264 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.265 [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... 18:20:49.265 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.265 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.265 [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... 18:20:49.265 [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 18:20:49.266 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.266 [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 18:20:49.267 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.267 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.267 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.267 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.267 [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... 18:20:49.267 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.267 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.267 [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... 18:20:49.268 [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 18:20:49.270 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:20:49.270 [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 18:20:49.271 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:49.271 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:20:49.271 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.271 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.272 [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... 18:20:49.272 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.272 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.272 [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... 18:20:49.273 [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 18:20:49.279 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:20:49.279 [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 18:20:49.286 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:20:49.287 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:20:49.287 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.287 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.287 [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... 18:20:49.287 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.287 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.287 [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... 18:20:49.288 [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 18:20:49.289 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.289 [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 18:20:49.289 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.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/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.290 [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... 18:20:49.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.290 [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... 18:20:49.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.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 18:20:49.352 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:20:49.352 [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 18:20:49.357 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:20:49.357 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:20:49.357 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.357 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.357 [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... 18:20:49.357 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.357 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.357 [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... 18:20:49.358 [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 18:20:49.359 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.359 [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 18:20:49.359 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.359 [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...18:20:49.359 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.359 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.360 [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... 18:20:49.360 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.360 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.360 [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... 18:20:49.360 [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 18:20:49.361 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.361 [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 18:20:49.362 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.362 [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...18:20:49.362 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.362 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.362 [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... 18:20:49.362 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.362 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.362 [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... 18:20:49.363 [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 18:20:49.364 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.364 [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 18:20:49.364 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.364 [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...18:20:49.364 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.364 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.364 [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... 18:20:49.364 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.364 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.364 [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... 18:20:49.365 [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 18:20:49.365 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.366 [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 18:20:49.366 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.366 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.366 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.366 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.366 [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... 18:20:49.366 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.366 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.366 [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... 18:20:49.367 [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 18:20:49.368 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.368 [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 18:20:49.369 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.369 [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...18:20:49.369 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.369 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.369 [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... 18:20:49.369 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.369 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/01ec12fc-0000-023d-0000-000000000000.exml... 18:20:49.369 [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 18:20:49.370 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.370 [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 18:20:49.371 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.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/01ec12fc-0000-023d-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.371 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.371 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.371 [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... 18:20:49.371 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.371 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.371 [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... 18:20:49.371 [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 18:20:49.372 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.372 [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 18:20:49.372 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.372 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.372 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.373 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.373 [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... 18:20:49.373 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.373 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.373 [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... 18:20:49.373 [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 18:20:49.374 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.374 [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 18:20:49.374 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.374 [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...18:20:49.374 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.374 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.375 [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... 18:20:49.375 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.375 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.375 [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... 18:20:49.375 [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 18:20:49.376 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.376 [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 18:20:49.377 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.377 [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...18:20:49.377 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.377 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.377 [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... 18:20:49.377 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.377 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.377 [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... 18:20:49.377 [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 18:20:49.378 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.378 [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 18:20:49.378 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.378 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.379 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.379 [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... 18:20:49.379 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.379 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.379 [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... 18:20:49.380 [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 18:20:49.381 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.381 [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 18:20:49.383 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.383 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:20:49.383 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.383 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.450 [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... 18:20:49.450 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.450 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.450 [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... 18:20:49.450 [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 18:20:49.451 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.451 [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 18:20:49.452 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.452 [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...18:20:49.452 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.452 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.452 [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... 18:20:49.452 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.452 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.452 [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... 18:20:49.453 [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 18:20:49.454 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.454 [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 18:20:49.454 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.454 [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...18:20:49.454 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.454 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.455 [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... 18:20:49.455 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.455 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.455 [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... 18:20:49.455 [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 18:20:49.456 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.456 [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 18:20:49.456 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.456 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.456 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.456 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.457 [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... 18:20:49.457 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.457 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.457 [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... 18:20:49.457 [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 18:20:49.458 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.458 [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 18:20:49.458 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.458 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.458 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.458 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.459 [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... 18:20:49.459 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.459 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.459 [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... 18:20:49.459 [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 18:20:49.460 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.460 [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 18:20:49.461 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.461 [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...18:20:49.461 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.461 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.461 [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... 18:20:49.461 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.461 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.461 [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... 18:20:49.461 [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 18:20:49.462 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.462 [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 18:20:49.463 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.463 [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...18:20:49.463 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.463 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.463 [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... 18:20:49.463 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.463 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.463 [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... 18:20:49.463 [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 18:20:49.464 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.464 [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 18:20:49.465 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.465 [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...18:20:49.465 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.465 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.466 [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... 18:20:49.466 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.466 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.466 [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... 18:20:49.466 [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 18:20:49.468 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:49.468 [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 18:20:49.471 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.471 [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...18:20:49.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.472 [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... 18:20:49.472 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.472 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 18:20:49.472 [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 18:20:49.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.473 [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 18:20:49.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.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/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.473 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.474 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/68c63e60-70d6-11e0-872f-0027103f347c.exml... 18:20:49.474 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.474 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/68c63e60-70d6-11e0-872f-0027103f347c.exml... 18:20:49.474 [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 18:20:49.476 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:49.476 [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 18:20:49.476 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.476 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.476 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.476 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.477 [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... 18:20:49.477 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.477 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.477 [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... 18:20:49.477 [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 18:20:49.479 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.479 [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 18:20:49.479 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.480 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.480 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.480 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.480 [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... 18:20:49.480 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.480 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.480 [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... 18:20:49.480 [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 18:20:49.481 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.481 [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 18:20:49.481 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.482 [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...18:20:49.482 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.482 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.482 [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... 18:20:49.482 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.482 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.482 [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... 18:20:49.482 [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 18:20:49.483 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.483 [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 18:20:49.483 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.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/00700680-0000-0202-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.484 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.484 [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... 18:20:49.484 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.484 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.484 [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... 18:20:49.485 [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 18:20:49.551 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 18:20:49.551 [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 18:20:49.559 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 18:20:49.559 [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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:20:49.559 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.559 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.559 [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... 18:20:49.559 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.559 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.559 [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... 18:20:49.560 [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 18:20:49.561 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.561 [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 18:20:49.561 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.561 [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...18:20:49.561 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.561 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.562 [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... 18:20:49.562 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.562 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.562 [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... 18:20:49.562 [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 18:20:49.564 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:20:49.564 [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 18:20:49.565 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:49.565 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.565 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.566 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.566 [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... 18:20:49.566 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.566 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.566 [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... 18:20:49.566 [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 18:20:49.567 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.567 [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 18:20:49.567 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.567 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.567 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.567 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.568 [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... 18:20:49.568 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.568 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.568 [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... 18:20:49.568 [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 18:20:49.573 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:20:49.573 [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 18:20:49.577 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:20:49.577 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:20:49.577 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.577 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.578 [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... 18:20:49.578 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.578 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.578 [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... 18:20:49.578 [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 18:20:49.579 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.579 [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 18:20:49.580 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.580 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.580 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.580 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.580 [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... 18:20:49.580 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.580 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.580 [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... 18:20:49.581 [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 18:20:49.582 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.582 [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 18:20:49.582 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.582 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.583 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.583 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.583 [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... 18:20:49.583 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.583 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.583 [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... 18:20:49.584 [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 18:20:49.585 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.585 [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 18:20:49.656 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.656 [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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:20:49.656 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.656 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.657 [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... 18:20:49.657 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.657 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.657 [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... 18:20:49.657 [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 18:20:49.658 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.658 [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 18:20:49.658 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.658 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.658 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.658 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.659 [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... 18:20:49.659 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.659 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.659 [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... 18:20:49.659 [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 18:20:49.660 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.660 [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 18:20:49.660 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.660 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.660 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.661 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.661 [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... 18:20:49.661 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.661 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.661 [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... 18:20:49.661 [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 18:20:49.663 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:20:49.663 [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 18:20:49.664 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:49.664 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.664 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.664 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.664 [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... 18:20:49.664 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.664 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.664 [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... 18:20:49.664 [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 18:20:49.665 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.665 [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 18:20:49.666 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.666 [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...18:20:49.666 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.666 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.666 [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... 18:20:49.666 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.666 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.666 [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... 18:20:49.667 [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 18:20:49.669 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:20:49.669 [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 18:20:49.672 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:20:49.672 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:49.672 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.672 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.673 [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... 18:20:49.673 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.673 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.673 [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... 18:20:49.673 [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 18:20:49.677 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:20:49.677 [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 18:20:49.679 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.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/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:49.679 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.679 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.680 [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... 18:20:49.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.680 [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... 18:20:49.680 [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 18:20:49.681 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.681 [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 18:20:49.681 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.681 [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...18:20:49.681 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.681 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 18:20:49.682 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.682 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 18:20:49.682 [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 18:20:49.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.683 [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 18:20:49.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.683 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.683 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.683 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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-01f3-0000-000000000000.exml... 18:20:49.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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-01f3-0000-000000000000.exml... 18:20:49.684 [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 18:20:49.685 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.685 [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 18:20:49.685 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.685 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.685 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.685 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.686 [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... 18:20:49.686 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.686 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.686 [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... 18:20:49.686 [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 18:20:49.687 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:49.687 [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 18:20:49.688 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.688 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.688 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.688 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.688 [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... 18:20:49.688 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.688 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.688 [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... 18:20:49.689 [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 18:20:49.690 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:49.690 [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 18:20:49.691 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.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/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.691 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.691 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.691 [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... 18:20:49.691 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.691 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.691 [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... 18:20:49.691 [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 18:20:49.751 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.751 [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 18:20:49.751 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.752 [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. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:20:49.752 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.752 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.752 [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... 18:20:49.752 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.752 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.752 [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... 18:20:49.752 [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 18:20:49.753 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.753 [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 18:20:49.754 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.754 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.754 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.754 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.754 [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... 18:20:49.754 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.754 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.754 [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... 18:20:49.754 [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 18:20:49.755 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.755 [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 18:20:49.756 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.756 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.756 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.756 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.756 [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... 18:20:49.756 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.756 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.756 [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... 18:20:49.756 [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 18:20:49.757 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.757 [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 18:20:49.758 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.758 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.758 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.758 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.758 [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... 18:20:49.758 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.758 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.758 [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... 18:20:49.758 [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 18:20:49.759 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.759 [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 18:20:49.759 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.759 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.759 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.759 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.760 [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... 18:20:49.760 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.760 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.760 [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... 18:20:49.760 [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 18:20:49.761 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.761 [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 18:20:49.761 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.761 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.761 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.761 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.762 [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... 18:20:49.762 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.762 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.762 [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... 18:20:49.762 [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 18:20:49.763 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.763 [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 18:20:49.763 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.763 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.763 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.764 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.764 [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... 18:20:49.764 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.764 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.764 [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... 18:20:49.764 [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 18:20:49.765 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.765 [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 18:20:49.765 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.765 [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...18:20:49.765 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.765 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.766 [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... 18:20:49.766 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.766 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.766 [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... 18:20:49.766 [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 18:20:49.767 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.767 [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 18:20:49.767 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.767 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.767 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.767 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.768 [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... 18:20:49.768 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.768 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.768 [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... 18:20:49.768 [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 18:20:49.769 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.769 [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 18:20:49.770 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.770 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.770 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.770 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.770 [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) 18:20:49.770 [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... 18:20:49.770 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.770 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.770 [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... 18:20:49.770 [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 18:20:49.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.771 [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 18:20:49.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.772 [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...18:20:49.772 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.772 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.772 [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... 18:20:49.772 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.772 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.772 [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... 18:20:49.772 [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 18:20:49.774 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.774 [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 18:20:49.774 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.774 [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...18:20:49.774 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.774 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 18:20:49.775 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.775 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.775 [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... 18:20:49.775 [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 18:20:49.776 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.776 [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 18:20:49.776 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.776 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.776 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.776 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.777 [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... 18:20:49.777 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.777 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.777 [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... 18:20:49.777 [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 18:20:49.778 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:20:49.778 [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 18:20:49.779 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:49.779 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.779 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.779 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.780 [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... 18:20:49.780 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.780 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.780 [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... 18:20:49.780 [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 18:20:49.785 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:49.785 [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 18:20:49.785 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.785 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:49.785 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.785 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.786 [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... 18:20:49.786 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.786 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.786 [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... 18:20:49.786 [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 18:20:49.787 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.787 [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 18:20:49.787 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.787 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.787 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.787 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.788 [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... 18:20:49.788 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.788 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.788 [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... 18:20:49.788 [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 18:20:49.789 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.789 [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 18:20:49.789 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.789 [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...18:20:49.789 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.789 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.790 [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... 18:20:49.790 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.790 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.790 [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... 18:20:49.790 [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 18:20:49.791 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.791 [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 18:20:49.791 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.791 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.791 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.791 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/aa99ee06-c495-11de-ada1-001302895b2b.exml... 18:20:49.792 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.792 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/aa99ee06-c495-11de-ada1-001302895b2b.exml... 18:20:49.792 [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 18:20:49.793 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.793 [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 18:20:49.793 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.793 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.793 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.793 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.793 [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... 18:20:49.793 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.793 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.793 [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... 18:20:49.794 [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 18:20:49.850 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.850 [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 18:20:49.851 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.851 [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. 0s58ms [pure insertion] marking any relevant derived attributes for update...18:20:49.851 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.851 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.852 [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... 18:20:49.852 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.852 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.852 [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... 18:20:49.852 [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 18:20:49.853 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.853 [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 18:20:49.853 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.853 [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...18:20:49.853 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.853 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.854 [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... 18:20:49.854 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.854 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.854 [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... 18:20:49.854 [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 18:20:49.855 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.855 [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 18:20:49.856 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.856 [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...18:20:49.856 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.856 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.856 [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... 18:20:49.856 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.856 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.856 [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... 18:20:49.857 [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 18:20:49.857 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.857 [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 18:20:49.858 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.858 [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...18:20:49.858 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.858 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.858 [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... 18:20:49.858 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.858 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.858 [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... 18:20:49.858 [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 18:20:49.859 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.859 [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 18:20:49.860 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.860 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:49.860 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.860 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.860 [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... 18:20:49.860 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.860 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.860 [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... 18:20:49.860 [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 18:20:49.861 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.861 [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 18:20:49.862 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.862 [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...18:20:49.862 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.862 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.863 [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... 18:20:49.863 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.863 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.863 [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... 18:20:49.863 [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 18:20:49.865 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 18:20:49.865 [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 18:20:49.866 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:49.866 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.866 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.866 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.866 [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... 18:20:49.866 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.866 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.866 [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... 18:20:49.866 [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 18:20:49.867 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.867 [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 18:20:49.867 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.867 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.868 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.868 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.868 [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... 18:20:49.868 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.868 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.868 [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... 18:20:49.868 [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 18:20:49.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:49.869 [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 18:20:49.870 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:49.870 [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...18:20:49.870 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.870 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.870 [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... 18:20:49.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.870 [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... 18:20:49.871 [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 18:20:49.876 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:49.876 [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 18:20:49.876 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.876 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:49.876 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.876 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.876 [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... 18:20:49.876 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.877 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.877 [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... 18:20:49.877 [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 18:20:49.878 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.878 [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 18:20:49.878 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.878 [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...18:20:49.878 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.878 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.878 [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... 18:20:49.878 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.878 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.878 [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... 18:20:49.879 [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 18:20:49.881 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:20:49.881 [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 18:20:49.882 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:49.882 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:20:49.882 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.882 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.882 [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... 18:20:49.882 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.882 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.882 [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... 18:20:49.882 [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 18:20:49.884 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:20:49.884 [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 18:20:49.885 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:49.885 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.885 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.885 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.886 [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... 18:20:49.886 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.886 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.886 [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... 18:20:49.887 [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 18:20:49.891 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 18:20:49.891 [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 18:20:49.892 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:20:49.892 [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...18:20:49.892 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.892 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 18:20:49.893 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.893 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 18:20:49.893 [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 18:20:49.950 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.950 [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 18:20:49.950 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.950 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:20:49.950 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.950 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.951 [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... 18:20:49.951 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.951 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.951 [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... 18:20:49.951 [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 18:20:49.952 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.952 [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 18:20:49.952 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.952 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.952 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.952 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.953 [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... 18:20:49.953 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.953 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.953 [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... 18:20:49.953 [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 18:20:49.954 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.954 [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 18:20:49.954 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.954 [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...18:20:49.954 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.955 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.955 [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... 18:20:49.955 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.955 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.955 [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... 18:20:49.955 [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 18:20:49.956 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.956 [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 18:20:49.956 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.956 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.956 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.956 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.957 [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... 18:20:49.957 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.957 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.957 [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... 18:20:49.957 [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 18:20:49.959 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:49.959 [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 18:20:49.960 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.960 [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...18:20:49.960 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.960 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.960 [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... 18:20:49.960 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.960 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.960 [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... 18:20:49.960 [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 18:20:49.961 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.961 [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 18:20:49.961 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.961 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.961 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:49.962 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:49.962 [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... 18:20:49.962 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.962 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.962 [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... 18:20:49.962 [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 18:20:49.964 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:20:49.964 [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 18:20:49.965 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:49.965 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:49.965 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.965 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.965 [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... 18:20:49.965 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.965 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.965 [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... 18:20:49.965 [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 18:20:49.966 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.966 [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 18:20:49.966 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.967 [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...18:20:49.967 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.967 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.967 [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... 18:20:49.967 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.967 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.967 [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... 18:20:49.967 [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 18:20:49.968 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.968 [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 18:20:49.968 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.968 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.968 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.968 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.969 [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... 18:20:49.969 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.969 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.969 [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... 18:20:49.969 [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 18:20:49.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.970 [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 18:20:49.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.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/007006dc-0000-0139-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.970 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.970 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:20:49.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:20:49.971 [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 18:20:49.972 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.972 [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 18:20:49.972 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.972 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:49.972 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.972 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.972 [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... 18:20:49.972 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.972 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.973 [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... 18:20:49.973 [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 18:20:49.977 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:20:49.977 [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 18:20:49.978 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.978 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:49.978 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.978 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.979 [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... 18:20:49.979 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.979 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.979 [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... 18:20:49.979 [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 18:20:49.983 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:49.983 [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 18:20:49.983 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:49.984 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:49.984 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:49.984 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:49.984 [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... 18:20:49.984 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:49.985 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:49.985 [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... 18:20:49.985 [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 18:20:49.990 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:20:49.990 [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 18:20:50.051 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:20:50.051 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:20:50.052 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.052 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.052 [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... 18:20:50.052 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.052 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.052 [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... 18:20:50.052 [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 18:20:50.053 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.053 [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 18:20:50.054 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.054 [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...18:20:50.054 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.054 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.054 [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... 18:20:50.054 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.054 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.054 [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... 18:20:50.054 [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 18:20:50.056 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:20:50.056 [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 18:20:50.058 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:50.058 [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...18:20:50.058 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.058 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.059 [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... 18:20:50.059 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.059 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.059 [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... 18:20:50.060 [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 18:20:50.069 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:20:50.069 [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 18:20:50.073 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.073 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:20:50.073 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.073 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.074 [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... 18:20:50.074 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.074 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.074 [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... 18:20:50.074 [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 18:20:50.075 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.075 [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 18:20:50.075 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.075 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.075 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.075 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.076 [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... 18:20:50.076 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.076 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.076 [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... 18:20:50.076 [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 18:20:50.077 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.077 [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 18:20:50.077 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.077 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.077 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.077 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.078 [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... 18:20:50.078 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.078 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.078 [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... 18:20:50.078 [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 18:20:50.079 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.079 [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 18:20:50.079 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.079 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.079 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.079 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.079 [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... 18:20:50.079 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.080 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 18:20:50.080 [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 18:20:50.081 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.081 [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 18:20:50.081 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.081 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.081 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.081 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.081 [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... 18:20:50.081 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.081 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.081 [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... 18:20:50.082 [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 18:20:50.082 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.082 [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 18:20:50.083 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.083 [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...18:20:50.083 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.083 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/641a5778-89a9-11df-9978-0014224f9977.exml... 18:20:50.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/641a5778-89a9-11df-9978-0014224f9977.exml... 18:20:50.084 [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 18:20:50.087 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:20:50.087 [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 18:20:50.089 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:20:50.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/641a5778-89a9-11df-9978-0014224f9977.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:50.089 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.089 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/ee97796b-de99-11de-905b-001302895b2b.exml... 18:20:50.089 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.089 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/ee97796b-de99-11de-905b-001302895b2b.exml... 18:20:50.089 [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 18:20:50.090 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.090 [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 18:20:50.090 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.090 [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...18:20:50.090 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.090 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.091 [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... 18:20:50.091 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.091 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.091 [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... 18:20:50.091 [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 18:20:50.092 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.092 [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 18:20:50.092 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.092 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.092 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.092 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.150 [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... 18:20:50.150 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.150 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.150 [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... 18:20:50.151 [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 18:20:50.157 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 18:20:50.157 [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 18:20:50.164 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 18:20:50.164 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:20:50.164 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.164 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.165 [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... 18:20:50.165 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.165 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.165 [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... 18:20:50.165 [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 18:20:50.167 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:50.167 [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 18:20:50.167 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.167 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.167 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.167 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.168 [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... 18:20:50.168 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.168 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.168 [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... 18:20:50.168 [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 18:20:50.169 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.169 [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 18:20:50.169 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.169 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.169 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.169 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.170 [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... 18:20:50.170 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.170 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/002005c0-0001-000d-0000-000000000000.exml... 18:20:50.170 [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 18:20:50.171 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.171 [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 18:20:50.171 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.171 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.171 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.171 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.172 [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... 18:20:50.172 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.172 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.172 [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... 18:20:50.172 [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 18:20:50.175 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:20:50.175 [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 18:20:50.176 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:20:50.176 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:20:50.176 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.176 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.177 [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... 18:20:50.177 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.177 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.177 [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... 18:20:50.177 [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 18:20:50.178 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.178 [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 18:20:50.178 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.178 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.178 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.178 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.179 [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... 18:20:50.179 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.179 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.179 [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... 18:20:50.179 [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 18:20:50.180 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.180 [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 18:20:50.180 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.180 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.180 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.180 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 18:20:50.181 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.181 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 18:20:50.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.PropertyType/01a40888-0000-002b-0000-000000000000.exml 18:20:50.182 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.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/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 18:20:50.182 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.182 [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...18:20:50.182 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.182 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.182 [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... 18:20:50.182 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.182 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.182 [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... 18:20:50.183 [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 18:20:50.183 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.183 [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 18:20:50.184 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.184 [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...18:20:50.184 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.184 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.184 [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... 18:20:50.184 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.184 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.184 [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... 18:20:50.184 [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 18:20:50.185 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.185 [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 18:20:50.185 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.185 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.185 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.185 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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... 18:20:50.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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... 18:20:50.186 [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 18:20:50.187 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.187 [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 18:20:50.187 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.187 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.187 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.187 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.188 [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... 18:20:50.188 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.188 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.188 [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... 18:20:50.188 [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 18:20:50.189 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:20:50.189 [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 18:20:50.190 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.190 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.190 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.190 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.191 [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... 18:20:50.191 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.191 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.191 [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... 18:20:50.191 [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 18:20:50.192 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.192 [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 18:20:50.192 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.192 [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...18:20:50.192 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.192 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.193 [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... 18:20:50.193 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.193 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.193 [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... 18:20:50.193 [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 18:20:50.256 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:20:50.256 [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 18:20:50.257 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.257 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:20:50.257 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.257 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.258 [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... 18:20:50.258 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.258 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.258 [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... 18:20:50.258 [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 18:20:50.259 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.259 [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 18:20:50.259 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.259 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.259 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.259 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.260 [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... 18:20:50.260 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.260 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.260 [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... 18:20:50.260 [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 18:20:50.261 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.261 [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 18:20:50.261 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.261 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.261 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.261 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.262 [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... 18:20:50.262 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.262 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.262 [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... 18:20:50.262 [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 18:20:50.263 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.263 [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 18:20:50.263 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.263 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.263 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.263 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.263 [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... 18:20:50.263 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.263 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.263 [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... 18:20:50.264 [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 18:20:50.264 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.264 [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 18:20:50.265 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.265 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.265 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.265 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.265 [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... 18:20:50.265 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.265 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.265 [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... 18:20:50.265 [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 18:20:50.266 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.266 [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 18:20:50.267 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.267 [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...18:20:50.267 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.267 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.267 [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... 18:20:50.267 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.267 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.267 [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... 18:20:50.267 [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 18:20:50.268 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.268 [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 18:20:50.268 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.268 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.268 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.268 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.269 [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... 18:20:50.269 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.269 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.269 [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... 18:20:50.269 [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 18:20:50.270 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.270 [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 18:20:50.270 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.270 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.270 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.270 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.271 [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... 18:20:50.271 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.271 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.271 [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... 18:20:50.271 [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 18:20:50.272 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.272 [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 18:20:50.272 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/00d0052c-0000-0143-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.272 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.272 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.273 [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... 18:20:50.273 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.273 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.273 [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... 18:20:50.273 [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 18:20:50.284 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:20:50.284 [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 18:20:50.292 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:50.292 [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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:20:50.292 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.292 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.293 [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... 18:20:50.293 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.293 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.293 [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... 18:20:50.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.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 18:20:50.294 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.294 [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 18:20:50.294 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/007006dc-0000-0137-0000-000000000000.exml... 18:20:50.295 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.295 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/007006dc-0000-0137-0000-000000000000.exml... 18:20:50.295 [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 18:20:50.350 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.350 [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 18:20:50.350 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.350 [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. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:20:50.350 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.350 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.351 [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... 18:20:50.351 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.351 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.351 [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... 18:20:50.351 [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 18:20:50.352 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.352 [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 18:20:50.353 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.353 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.353 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.353 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.354 [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... 18:20:50.354 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.354 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.354 [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... 18:20:50.354 [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 18:20:50.355 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.355 [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 18:20:50.355 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.356 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.356 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.356 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.356 [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... 18:20:50.356 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.356 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.356 [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... 18:20:50.356 [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 18:20:50.357 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.357 [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 18:20:50.357 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.357 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.357 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.357 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.358 [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... 18:20:50.358 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.358 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.358 [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... 18:20:50.358 [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 18:20:50.359 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.359 [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 18:20:50.359 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.359 [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...18:20:50.359 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.359 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.360 [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... 18:20:50.360 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.360 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.360 [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... 18:20:50.360 [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 18:20:50.369 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:20:50.369 [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 18:20:50.370 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.370 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:20:50.370 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.370 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.371 [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... 18:20:50.371 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.371 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.371 [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... 18:20:50.371 [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 18:20:50.374 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 18:20:50.374 [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 18:20:50.374 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.374 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:50.374 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.374 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.375 [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... 18:20:50.375 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.375 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.375 [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... 18:20:50.375 [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 18:20:50.376 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.376 [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 18:20:50.376 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.376 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.376 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.376 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.377 [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... 18:20:50.377 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.377 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.377 [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... 18:20:50.377 [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 18:20:50.378 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.378 [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 18:20:50.378 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.378 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.378 [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... 18:20:50.378 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.378 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 18:20:50.379 [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 18:20:50.384 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:50.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 18:20:50.384 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.384 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:50.384 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.384 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.384 [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... 18:20:50.384 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.384 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.384 [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... 18:20:50.385 [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 18:20:50.386 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.386 [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 18:20:50.386 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.386 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.386 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.386 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.386 [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... 18:20:50.386 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.386 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.386 [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... 18:20:50.387 [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 18:20:50.387 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.387 [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 18:20:50.388 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.388 [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...18:20:50.388 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.388 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.388 [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... 18:20:50.388 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.388 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.388 [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... 18:20:50.388 [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 18:20:50.389 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.389 [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 18:20:50.390 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.390 [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...18:20:50.390 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.390 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/00700680-0000-01d5-0000-000000000000.exml... 18:20:50.390 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.390 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/00700680-0000-01d5-0000-000000000000.exml... 18:20:50.390 [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 18:20:50.391 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.391 [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 18:20:50.391 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.391 [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...18:20:50.391 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.391 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 18:20:50.392 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.392 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 18:20:50.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 18:20:50.394 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:20:50.394 [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 18:20:50.395 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:50.395 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:50.395 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.395 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.450 [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... 18:20:50.450 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.450 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.450 [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... 18:20:50.450 [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 18:20:50.453 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:20:50.453 [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 18:20:50.456 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:20:50.456 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:50.456 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.456 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.457 [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... 18:20:50.457 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.457 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.457 [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... 18:20:50.457 [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 18:20:50.458 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.458 [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 18:20:50.458 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.458 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.458 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.458 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.459 [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... 18:20:50.459 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.459 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.459 [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... 18:20:50.459 [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 18:20:50.460 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.460 [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 18:20:50.460 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.460 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.460 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.460 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.461 [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... 18:20:50.461 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.461 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.461 [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... 18:20:50.461 [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 18:20:50.462 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.462 [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 18:20:50.462 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.462 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.462 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.462 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.462 [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... 18:20:50.462 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.463 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.463 [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... 18:20:50.463 [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 18:20:50.464 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.464 [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 18:20:50.464 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.464 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.464 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.464 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.464 [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... 18:20:50.464 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.464 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.464 [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... 18:20:50.465 [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 18:20:50.465 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.465 [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 18:20:50.466 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.466 [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...18:20:50.466 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.466 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.466 [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... 18:20:50.466 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.466 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.466 [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... 18:20:50.466 [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 18:20:50.467 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.467 [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 18:20:50.467 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.467 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.467 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.467 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.468 [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... 18:20:50.468 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.468 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.468 [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... 18:20:50.468 [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 18:20:50.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:50.473 [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 18:20:50.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.473 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:50.474 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.474 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.474 [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... 18:20:50.474 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.474 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.474 [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... 18:20:50.474 [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 18:20:50.476 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:20:50.476 [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 18:20:50.477 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.477 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:50.477 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.477 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.477 [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... 18:20:50.477 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.477 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.477 [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... 18:20:50.479 [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 18:20:50.482 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:20:50.482 [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 18:20:50.484 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:20:50.484 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:20:50.484 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.484 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.484 [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... 18:20:50.484 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.484 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.484 [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... 18:20:50.484 [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 18:20:50.486 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:50.486 [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 18:20:50.486 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.486 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.487 [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... 18:20:50.487 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.487 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.487 [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... 18:20:50.487 [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 18:20:50.488 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:50.488 [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 18:20:50.489 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.489 [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...18:20:50.489 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.489 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.489 [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... 18:20:50.489 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.489 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.489 [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... 18:20:50.489 [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 18:20:50.490 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.490 [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 18:20:50.491 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.491 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.491 [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, 1 sec total) 18:20:50.491 [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... 18:20:50.491 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.491 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.491 [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... 18:20:50.491 [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 18:20:50.492 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.492 [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 18:20:50.492 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.492 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/01ec12fc-0000-022e-0000-000000000000.exml... 18:20:50.493 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.493 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/01ec12fc-0000-022e-0000-000000000000.exml... 18:20:50.493 [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 18:20:50.494 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.494 [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 18:20:50.494 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/01ec12fc-0000-022e-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.549 [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... 18:20:50.549 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.549 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.549 [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... 18:20:50.550 [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 18:20:50.551 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.551 [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 18:20:50.551 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.551 [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...18:20:50.551 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.551 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.552 [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... 18:20:50.552 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.552 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.552 [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... 18:20:50.552 [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 18:20:50.557 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:50.557 [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 18:20:50.557 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.557 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:50.557 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.557 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.558 [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... 18:20:50.558 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.558 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.558 [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... 18:20:50.558 [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 18:20:50.559 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.559 [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 18:20:50.559 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.559 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.559 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:50.560 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:50.560 [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... 18:20:50.560 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.560 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.560 [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... 18:20:50.560 [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 18:20:50.561 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.561 [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 18:20:50.561 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.561 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.561 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.561 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.562 [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... 18:20:50.562 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.562 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.562 [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... 18:20:50.562 [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 18:20:50.563 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.563 [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 18:20:50.563 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.563 [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...18:20:50.563 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.563 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.564 [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... 18:20:50.564 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.564 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.564 [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... 18:20:50.564 [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 18:20:50.565 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.565 [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 18:20:50.565 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.565 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.565 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.565 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.565 [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... 18:20:50.565 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.565 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.565 [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... 18:20:50.566 [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 18:20:50.567 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.567 [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 18:20:50.567 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.567 [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...18:20:50.567 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.567 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.568 [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... 18:20:50.568 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.568 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.568 [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... 18:20:50.568 [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 18:20:50.573 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 18:20:50.573 [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 18:20:50.580 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 18:20:50.580 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:20:50.580 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.580 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.580 [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... 18:20:50.580 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.580 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.580 [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... 18:20:50.581 [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 18:20:50.582 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:50.582 [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 18:20:50.582 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.582 [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...18:20:50.582 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.582 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.583 [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... 18:20:50.583 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.583 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.583 [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... 18:20:50.583 [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 18:20:50.588 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:50.588 [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 18:20:50.588 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:50.588 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.588 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:20:50.589 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.589 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:20:50.589 [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 18:20:50.590 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.590 [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 18:20:50.590 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.590 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.590 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.591 [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... 18:20:50.591 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.591 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.591 [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... 18:20:50.591 [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 18:20:50.592 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.592 [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 18:20:50.592 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.592 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.592 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.592 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.592 [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... 18:20:50.592 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.592 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.593 [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... 18:20:50.593 [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 18:20:50.594 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.594 [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 18:20:50.594 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.594 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.594 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.594 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.594 [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... 18:20:50.594 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.594 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.594 [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... 18:20:50.594 [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 18:20:50.595 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.595 [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 18:20:50.596 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.596 [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...18:20:50.596 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.596 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.596 [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... 18:20:50.596 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.596 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.596 [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... 18:20:50.596 [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 18:20:50.597 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.597 [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 18:20:50.597 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.597 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.597 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.597 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.650 [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... 18:20:50.650 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.650 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.650 [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... 18:20:50.650 [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 18:20:50.652 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:20:50.652 [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 18:20:50.653 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.653 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:50.653 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.653 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.653 [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... 18:20:50.653 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.653 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.653 [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... 18:20:50.654 [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 18:20:50.655 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.655 [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 18:20:50.655 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.655 [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...18:20:50.655 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.655 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.655 [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... 18:20:50.655 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.655 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.655 [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... 18:20:50.656 [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 18:20:50.656 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.656 [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 18:20:50.657 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.657 [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...18:20:50.657 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.657 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.657 [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... 18:20:50.657 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.657 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.657 [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... 18:20:50.657 [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 18:20:50.658 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.658 [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 18:20:50.658 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.658 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.659 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.659 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.659 [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... 18:20:50.659 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.659 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.659 [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... 18:20:50.659 [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 18:20:50.660 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.660 [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 18:20:50.660 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.660 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.660 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.660 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.661 [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... 18:20:50.661 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.661 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.661 [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... 18:20:50.661 [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 18:20:50.662 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.662 [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 18:20:50.662 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.662 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.662 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.662 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.662 [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... 18:20:50.662 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.662 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.662 [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... 18:20:50.664 [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 18:20:50.664 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.664 [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 18:20:50.665 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.665 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:50.665 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.665 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.665 [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... 18:20:50.665 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.665 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.665 [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... 18:20:50.665 [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 18:20:50.666 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.666 [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 18:20:50.667 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.667 [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...18:20:50.667 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.667 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.668 [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... 18:20:50.668 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.668 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.668 [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... 18:20:50.668 [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 18:20:50.672 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 18:20:50.672 [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 18:20:50.677 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 18:20:50.677 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:20:50.677 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.677 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/00700680-0000-01e7-0000-000000000000.exml... 18:20:50.678 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.678 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/00700680-0000-01e7-0000-000000000000.exml... 18:20:50.678 [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 18:20:50.679 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.679 [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 18:20:50.679 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.680 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.680 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.680 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.680 [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... 18:20:50.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.680 [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... 18:20:50.680 [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 18:20:50.681 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.681 [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 18:20:50.682 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.682 [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...18:20:50.682 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.682 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 18:20:50.682 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.682 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 18:20:50.682 [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 18:20:50.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.683 [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 18:20:50.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.683 [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...18:20:50.683 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.683 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 18:20:50.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 18:20:50.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.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 18:20:50.685 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.685 [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 18:20:50.685 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.685 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.686 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.686 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/00700680-0000-0206-0000-000000000000.exml... 18:20:50.686 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.686 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/00700680-0000-0206-0000-000000000000.exml... 18:20:50.686 [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 18:20:50.687 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.687 [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 18:20:50.687 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.687 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.687 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.687 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.688 [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... 18:20:50.688 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.688 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.688 [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... 18:20:50.688 [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 18:20:50.689 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.689 [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 18:20:50.689 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.689 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.689 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 18:20:50.690 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.690 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 18:20:50.690 [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 18:20:50.691 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.691 [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 18:20:50.691 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.691 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.691 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:20:50.691 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.691 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:20:50.749 [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 18:20:50.751 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.751 [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 18:20:50.751 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.751 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:20:50.751 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.751 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.751 [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... 18:20:50.751 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.752 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.752 [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... 18:20:50.752 [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 18:20:50.753 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.753 [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 18:20:50.753 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.753 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.753 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.753 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.754 [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... 18:20:50.754 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.754 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.754 [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... 18:20:50.754 [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 18:20:50.760 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:20:50.760 [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 18:20:50.765 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:20:50.765 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:20:50.765 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.765 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.766 [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... 18:20:50.766 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.766 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.766 [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... 18:20:50.766 [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 18:20:50.767 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.767 [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 18:20:50.767 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.767 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.767 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.767 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.768 [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... 18:20:50.768 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.768 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.768 [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... 18:20:50.768 [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 18:20:50.769 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.769 [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 18:20:50.769 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.769 [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...18:20:50.769 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.769 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.769 [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... 18:20:50.769 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.769 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:20:50.770 [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 18:20:50.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.771 [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 18:20:50.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.771 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.771 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.771 [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... 18:20:50.771 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.771 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.771 [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... 18:20:50.772 [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 18:20:50.772 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.772 [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 18:20:50.773 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/002005c0-0001-0011-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.773 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.773 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.773 [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... 18:20:50.773 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.773 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.773 [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... 18:20:50.774 [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 18:20:50.775 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.775 [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 18:20:50.775 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/4a427283-5d09-11df-a996-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.775 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.775 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 18:20:50.775 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.775 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.775 [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... 18:20:50.780 [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 18:20:50.781 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.781 [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 18:20:50.781 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.781 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:20:50.781 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.781 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.782 [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... 18:20:50.782 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.782 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.782 [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... 18:20:50.782 [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 18:20:50.784 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:50.784 [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 18:20:50.784 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.784 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.784 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.784 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.785 [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... 18:20:50.785 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.785 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.785 [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... 18:20:50.785 [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 18:20:50.790 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:20:50.790 [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 18:20:50.796 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:20:50.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.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:20:50.796 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.796 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.797 [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... 18:20:50.797 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.797 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.797 [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... 18:20:50.797 [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 18:20:50.798 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:50.798 [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 18:20:50.850 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.850 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...18:20:50.850 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.850 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.851 [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... 18:20:50.851 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.851 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.851 [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... 18:20:50.851 [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 18:20:50.852 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.852 [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 18:20:50.852 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.852 [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...18:20:50.852 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.852 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.853 [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... 18:20:50.853 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.853 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.853 [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... 18:20:50.853 [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 18:20:50.854 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.854 [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 18:20:50.854 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.854 [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...18:20:50.854 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.854 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.855 [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... 18:20:50.855 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.855 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.855 [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... 18:20:50.855 [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 18:20:50.856 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.856 [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 18:20:50.856 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.856 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.856 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.856 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.857 [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... 18:20:50.857 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.857 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.857 [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... 18:20:50.857 [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 18:20:50.861 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:20:50.861 [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 18:20:50.865 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:20:50.865 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:20:50.865 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.865 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.866 [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... 18:20:50.866 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.866 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.866 [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... 18:20:50.866 [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 18:20:50.867 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.867 [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 18:20:50.867 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.867 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.867 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.867 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.868 [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... 18:20:50.868 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.868 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.868 [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... 18:20:50.868 [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 18:20:50.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.869 [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 18:20:50.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.869 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.869 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/00000000-0000-9c46-0000-000000000000.exml... 18:20:50.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/00000000-0000-9c46-0000-000000000000.exml... 18:20:50.870 [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 18:20:50.871 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.871 [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 18:20:50.871 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.871 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.871 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.871 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.872 [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... 18:20:50.872 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.872 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.872 [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... 18:20:50.872 [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 18:20:50.873 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.873 [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 18:20:50.873 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.873 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.873 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.873 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.873 [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... 18:20:50.873 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.873 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.874 [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... 18:20:50.874 [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 18:20:50.874 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.875 [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 18:20:50.875 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.875 [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...18:20:50.875 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.875 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.875 [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... 18:20:50.875 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.875 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.875 [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... 18:20:50.875 [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 18:20:50.876 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.876 [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 18:20:50.877 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.877 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.877 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.877 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.877 [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... 18:20:50.877 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.877 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.877 [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... 18:20:50.877 [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 18:20:50.879 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:50.879 [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 18:20:50.879 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.879 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.879 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.879 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.880 [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... 18:20:50.880 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.880 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.880 [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... 18:20:50.880 [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 18:20:50.888 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:20:50.888 [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 18:20:50.894 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:20:50.894 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:20:50.894 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.894 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.895 [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... 18:20:50.895 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.895 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.895 [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... 18:20:50.895 [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 18:20:50.950 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.950 [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 18:20:50.962 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.962 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:20:50.962 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:50.963 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:50.963 [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... 18:20:50.963 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.963 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.963 [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... 18:20:50.964 [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 18:20:50.967 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:20:50.967 [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 18:20:50.968 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:50.968 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:50.968 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.969 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.969 [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... 18:20:50.969 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.969 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.969 [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... 18:20:50.970 [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 18:20:50.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:50.970 [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 18:20:50.971 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.971 [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...18:20:50.971 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.971 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.971 [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... 18:20:50.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.971 [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... 18:20:50.972 [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 18:20:50.973 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:50.973 [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 18:20:50.973 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.973 [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...18:20:50.973 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.973 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.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/00700680-0000-0204-0000-000000000000.exml... 18:20:50.974 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.974 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.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/00700680-0000-0204-0000-000000000000.exml... 18:20:50.974 [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 18:20:50.975 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.975 [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 18:20:50.975 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.975 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.975 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.975 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.976 [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... 18:20:50.976 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.976 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.976 [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... 18:20:50.976 [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 18:20:50.977 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.977 [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 18:20:50.977 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.977 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.977 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.977 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.978 [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... 18:20:50.978 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.978 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.978 [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... 18:20:50.978 [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 18:20:50.980 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:20:50.980 [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 18:20:50.981 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:50.981 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:50.981 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.981 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.981 [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... 18:20:50.981 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.981 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.981 [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... 18:20:50.981 [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 18:20:50.982 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.982 [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 18:20:50.983 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.983 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.983 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.983 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.983 [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... 18:20:50.983 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.983 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.983 [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... 18:20:50.983 [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 18:20:50.985 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:50.985 [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 18:20:50.985 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:50.985 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:50.985 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.985 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.986 [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... 18:20:50.986 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.986 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.986 [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... 18:20:50.986 [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 18:20:50.987 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:50.987 [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 18:20:50.987 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:50.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/01ec12fc-0000-0a37-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:50.987 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:50.987 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:50.988 [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... 18:20:50.988 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:50.988 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:50.988 [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... 18:20:50.988 [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 18:20:51.056 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:20:51.056 [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 18:20:51.058 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:51.058 [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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:20:51.058 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.058 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.059 [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... 18:20:51.059 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.059 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.059 [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... 18:20:51.059 [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 18:20:51.060 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.060 [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 18:20:51.061 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.061 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.061 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.061 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.061 [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... 18:20:51.061 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.061 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.061 [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... 18:20:51.062 [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 18:20:51.106 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:20:51.106 [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 18:20:51.107 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:20:51.107 [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. 0s46ms [pure insertion] marking any relevant derived attributes for update...18:20:51.107 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.107 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.108 [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... 18:20:51.108 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.108 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.108 [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... 18:20:51.108 [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 18:20:51.109 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:20:51.109 [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 18:20:51.110 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:51.110 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.110 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.110 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 18:20:51.110 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.110 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 18:20:51.111 [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 18:20:51.111 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.112 [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 18:20:51.112 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.112 [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...18:20:51.112 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.112 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.112 [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... 18:20:51.112 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.112 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.112 [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... 18:20:51.149 [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 18:20:51.150 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.150 [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 18:20:51.151 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.151 [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. 0s39ms [pure insertion] marking any relevant derived attributes for update...18:20:51.151 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.151 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.151 [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... 18:20:51.151 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.151 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.151 [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... 18:20:51.151 [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 18:20:51.152 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.152 [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 18:20:51.152 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.152 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.152 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:51.153 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:51.153 [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... 18:20:51.153 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.153 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.153 [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... 18:20:51.153 [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 18:20:51.154 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.154 [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 18:20:51.158 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.158 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:51.158 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.158 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.159 [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... 18:20:51.159 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.159 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.159 [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... 18:20:51.159 [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 18:20:51.160 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.160 [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 18:20:51.160 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.160 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.160 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.160 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.161 [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... 18:20:51.161 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.161 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.161 [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... 18:20:51.161 [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 18:20:51.171 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:20:51.171 [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 18:20:51.172 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:20:51.172 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:20:51.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.172 [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... 18:20:51.172 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.172 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.172 [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... 18:20:51.173 [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 18:20:51.173 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:51.173 [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 18:20:51.174 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.174 [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...18:20:51.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.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/00700680-0000-01bd-0000-000000000000.exml... 18:20:51.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/00700680-0000-01bd-0000-000000000000.exml... 18:20:51.174 [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 18:20:51.175 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.175 [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 18:20:51.175 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.175 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.175 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.175 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.176 [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... 18:20:51.176 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.176 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.176 [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... 18:20:51.176 [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 18:20:51.177 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.177 [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 18:20:51.177 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.177 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.177 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.177 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.177 [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... 18:20:51.177 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.178 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 18:20:51.178 [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 18:20:51.179 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.179 [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 18:20:51.179 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.179 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.179 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.179 [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... 18:20:51.179 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.179 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.179 [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... 18:20:51.179 [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 18:20:51.184 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:51.184 [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 18:20:51.184 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.184 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:51.184 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.184 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.185 [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... 18:20:51.185 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.185 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.185 [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... 18:20:51.185 [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 18:20:51.186 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.186 [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 18:20:51.186 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.186 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.186 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.186 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.187 [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... 18:20:51.187 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.187 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.187 [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... 18:20:51.187 [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 18:20:51.188 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:20:51.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.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 18:20:51.189 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:51.189 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.189 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.189 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.190 [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... 18:20:51.190 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.190 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.190 [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... 18:20:51.190 [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 18:20:51.191 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:51.191 [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 18:20:51.191 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.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/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.191 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.191 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.249 [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... 18:20:51.250 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.250 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.250 [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... 18:20:51.250 [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 18:20:51.252 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:51.252 [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 18:20:51.252 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:51.252 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:51.252 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.252 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.253 [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... 18:20:51.253 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.253 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.253 [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... 18:20:51.253 [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 18:20:51.258 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:51.258 [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 18:20:51.258 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.258 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:51.258 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.258 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.259 [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... 18:20:51.259 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.259 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.259 [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... 18:20:51.259 [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 18:20:51.260 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:51.260 [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 18:20:51.260 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.260 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.260 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.260 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.261 [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... 18:20:51.261 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.261 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.261 [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... 18:20:51.261 [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 18:20:51.262 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:20:51.262 [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 18:20:51.262 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.262 [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...18:20:51.262 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.262 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.263 [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... 18:20:51.263 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.263 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.263 [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... 18:20:51.263 [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 18:20:51.268 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:51.268 [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 18:20:51.268 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.268 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:20:51.268 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.268 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.269 [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... 18:20:51.269 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.269 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.269 [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... 18:20:51.269 [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 18:20:51.270 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.270 [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 18:20:51.270 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.270 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.270 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.270 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.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/8ed6276e-5821-11df-be59-001302895b2b.exml... 18:20:51.270 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.271 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.271 [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... 18:20:51.271 [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 18:20:51.272 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.272 [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 18:20:51.272 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.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/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.272 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.272 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.272 [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... 18:20:51.272 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.272 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.272 [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... 18:20:51.273 [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 18:20:51.273 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.273 [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 18:20:51.274 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.274 [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...18:20:51.274 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.274 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.274 [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... 18:20:51.274 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.274 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.274 [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... 18:20:51.274 [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 18:20:51.275 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.275 [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 18:20:51.276 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.276 [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...18:20:51.276 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.276 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:20:51.276 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.276 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:20:51.276 [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 18:20:51.277 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.277 [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 18:20:51.277 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.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/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.277 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:20:51.278 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:20:51.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/07111319-1fd7-11df-948e-001302895b2b.exml... 18:20:51.278 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.278 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/07111319-1fd7-11df-948e-001302895b2b.exml... 18:20:51.278 [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 18:20:51.279 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:51.279 [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 18:20:51.280 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:51.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/07111319-1fd7-11df-948e-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.280 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.280 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.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/01ec1ac4-0000-2f09-0000-000000000000.exml... 18:20:51.280 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.280 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/01ec1ac4-0000-2f09-0000-000000000000.exml... 18:20:51.281 [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 18:20:51.282 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.282 [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 18:20:51.282 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.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/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.282 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.282 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.282 [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... 18:20:51.282 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.282 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.282 [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... 18:20:51.282 [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 18:20:51.283 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.283 [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 18:20:51.284 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.284 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.284 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.284 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.284 [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... 18:20:51.284 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.284 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.284 [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... 18:20:51.284 [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 18:20:51.286 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:20:51.286 [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 18:20:51.286 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:20:51.286 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.286 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.286 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.286 [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... 18:20:51.286 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.287 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 18:20:51.287 [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 18:20:51.288 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:20:51.288 [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 18:20:51.289 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:51.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:20:51.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.289 [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) 18:20:51.290 [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... 18:20:51.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.290 [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... 18:20:51.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.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 18:20:51.291 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.291 [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 18:20:51.291 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.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.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.291 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.291 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.291 [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... 18:20:51.291 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.292 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 18:20:51.292 [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 18:20:51.293 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 18:20:51.293 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.293 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.293 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.293 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.293 [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... 18:20:51.293 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.293 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.293 [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... 18:20:51.294 [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 18:20:51.350 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:20:51.350 [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 18:20:51.350 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.350 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:20:51.350 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.350 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.351 [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... 18:20:51.351 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.351 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.351 [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... 18:20:51.351 [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 18:20:51.352 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.352 [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 18:20:51.352 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.353 [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...18:20:51.353 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.353 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.353 [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... 18:20:51.353 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.353 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.353 [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... 18:20:51.353 [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 18:20:51.354 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.354 [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 18:20:51.354 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.354 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.354 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.355 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.355 [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... 18:20:51.355 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.355 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.355 [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... 18:20:51.355 [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 18:20:51.356 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.356 [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 18:20:51.356 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.356 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.356 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.356 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.357 [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... 18:20:51.357 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.357 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.357 [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... 18:20:51.357 [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 18:20:51.358 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.358 [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 18:20:51.358 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.358 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.358 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.358 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.359 [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... 18:20:51.359 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.359 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.359 [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... 18:20:51.359 [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 18:20:51.360 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:20:51.360 [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 18:20:51.361 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:20:51.361 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:20:51.361 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.361 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.362 [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... 18:20:51.362 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:20:51.362 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:20:51.362 [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... 18:20:51.362 [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 18:20:51.363 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:20:51.363 [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 18:20:51.363 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:20:51.363 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:20:51.363 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:20:51.363 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:20:51.363 [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, 2 sec total) 18:20:51.363 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:20:51.363 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:20:51.755 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 18:20:55.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 18:20:55.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~3.811s attempting to resolve any uninitialized derived attributes... 18:20:55.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:20:55.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:20:55.174 [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... 18:20:55.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 3s811ms [proxy update] 18:20:55.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:20:55.179 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:55.179 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 807 ms 18:20:55.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:20:55.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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:20:55.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:55.183 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:20:55.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:20:55 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit9674384938558284568/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit14290192221997084135/test_metamodel[OrientDB] Apr 04, 2023 6:20:55 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit14290192221997084135/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:20:55.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:20:55.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:20:55.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:20:55.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:55.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:55.857 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:20:55.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:20:55.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:20:55.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:20:55.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:20:55.858 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:20:55.858 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:20:55.858 [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 18:20:55.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:20:55.974 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:20:55.980 [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 18:20:55.993 [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)] 18:20:56.000 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:56.000 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:56.000 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:20:56.058 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:20:56.059 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:56.059 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:56.059 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:20:56.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:56.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:20:56.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:20:56.405 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:20:56.405 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:21:00.575 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 18:21:00.575 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:00.575 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 18:21:00.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:00.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:00.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 18:21:00.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:00.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:00.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:21:00.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:00.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:00.694 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:21:00.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:00.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:00.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:00.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:00.757 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:00.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:00 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit14290192221997084135/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17715963239969684985/test_zoo[OrientDB] Apr 04, 2023 6:21:00 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit17715963239969684985/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:01.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:01.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:01.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 18:21:01.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:01.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:01.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:01.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:01.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:01.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:21:01.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:21:01.209 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:01.209 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:21:01.209 [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 18:21:01.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:01.297 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:01.355 [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 18:21:01.366 [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)] 18:21:01.373 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:21:01.373 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:21:01.373 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:21:01.381 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:21:01.382 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:21:01.382 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:21:01.382 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:21:01.574 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:21:01.574 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:21:01.574 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:21:01.850 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 18:21:01.850 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:21:04.960 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec) 18:21:04.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:04.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 18:21:05.076 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:05.076 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:05.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 18:21:05.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:05.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:05.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:21:05.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:05.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 18:21:05.082 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:21:05.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:05.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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 18:21:05.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:05.182 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:05.366 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:05.369 [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/ 18:21:05.369 [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/ 18:21:05.370 [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/ 18:21:05.370 [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/ 18:21:05.370 [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/ 18:21:05.371 [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/ 18:21:05.371 [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/ 18:21:05.371 [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/ 18:21:05.371 [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/ 18:21:05.371 [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/ 18:21:05.372 [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/ 18:21:05.372 [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/ 18:21:05.372 [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/ 18:21:05.372 [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/ 18:21:05.372 [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/ 18:21:05.373 [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/ 18:21:05.373 [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/ 18:21:05.373 [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/ 18:21:05.373 [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/ 18:21:05.373 [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/ 18:21:05.374 [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/ 18:21:05.374 [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/ 18:21:05.374 [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/ 18:21:05.374 [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/ 18:21:05.374 [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/ 18:21:05.375 [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/ 18:21:05.375 [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/ 18:21:05.375 [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/ 18:21:05.375 [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/ 18:21:05.375 [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/ 18:21:05.376 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:05.376 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:05.376 [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) 18:21:05.377 [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... 18:21:05.377 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.377 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.377 [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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:21:05.454 [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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:21:05.479 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.479 [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 18:21:05.488 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.488 [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. 0s111ms [pure insertion] marking any relevant derived attributes for update...18:21:05.488 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.488 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.489 [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... 18:21:05.489 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.489 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.489 [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... 18:21:05.489 [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 18:21:05.490 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.490 [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 18:21:05.491 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.491 [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...18:21:05.491 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.491 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.491 [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... 18:21:05.491 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.491 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.491 [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... 18:21:05.492 [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 18:21:05.493 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.493 [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 18:21:05.493 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.493 [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...18:21:05.493 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.493 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.493 [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... 18:21:05.493 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.493 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.493 [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... 18:21:05.493 [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 18:21:05.494 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.494 [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 18:21:05.495 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.495 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.495 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.495 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.495 [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... 18:21:05.495 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.495 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.495 [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... 18:21:05.495 [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 18:21:05.496 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.496 [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 18:21:05.496 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.496 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.496 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.496 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.497 [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... 18:21:05.497 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.497 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.497 [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... 18:21:05.497 [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 18:21:05.499 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:21:05.499 [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 18:21:05.499 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:05.499 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.499 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.499 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.500 [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... 18:21:05.500 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.500 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.500 [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... 18:21:05.500 [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 18:21:05.502 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:21:05.502 [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 18:21:05.549 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:05.550 [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. 0s50ms [pure insertion] marking any relevant derived attributes for update...18:21:05.550 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.550 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.550 [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... 18:21:05.550 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.550 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.550 [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... 18:21:05.550 [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 18:21:05.551 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.551 [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 18:21:05.552 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.552 [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...18:21:05.552 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.552 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.552 [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... 18:21:05.552 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.552 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.552 [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... 18:21:05.553 [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 18:21:05.560 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:05.560 [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 18:21:05.560 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.560 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:21:05.560 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.560 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.561 [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... 18:21:05.561 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.561 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.561 [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... 18:21:05.561 [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 18:21:05.562 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.562 [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 18:21:05.562 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.562 [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...18:21:05.562 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.562 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.563 [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... 18:21:05.563 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.563 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.563 [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... 18:21:05.563 [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 18:21:05.564 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.564 [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 18:21:05.564 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.564 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.564 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.564 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.564 [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... 18:21:05.564 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.564 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.564 [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... 18:21:05.565 [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 18:21:05.565 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.565 [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 18:21:05.566 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.566 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.566 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.566 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.566 [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... 18:21:05.566 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.566 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.566 [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... 18:21:05.566 [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 18:21:05.571 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:05.571 [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 18:21:05.571 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/Standard.DataType/00000004-0000-000b-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:05.571 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.571 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.572 [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... 18:21:05.572 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.572 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.572 [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... 18:21:05.572 [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 18:21:05.573 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:21:05.573 [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 18:21:05.574 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:05.574 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.574 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.574 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.574 [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... 18:21:05.574 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.574 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.574 [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... 18:21:05.575 [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 18:21:05.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:05.576 [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 18:21:05.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.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/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.576 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:05.577 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:05.577 [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... 18:21:05.577 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.577 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.577 [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... 18:21:05.577 [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 18:21:05.582 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:05.582 [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 18:21:05.582 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.582 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:05.582 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.582 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.582 [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... 18:21:05.582 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.582 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.582 [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... 18:21:05.583 [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 18:21:05.583 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:05.583 [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 18:21:05.584 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.584 [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...18:21:05.584 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.584 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.584 [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... 18:21:05.584 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.584 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.584 [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... 18:21:05.584 [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 18:21:05.585 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.585 [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 18:21:05.585 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.585 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.585 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.585 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.586 [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... 18:21:05.586 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.586 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.586 [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... 18:21:05.586 [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 18:21:05.587 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.587 [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 18:21:05.587 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.587 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.587 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/37d0688a-c308-11de-8ac8-001302895b2b.exml... 18:21:05.587 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.587 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/37d0688a-c308-11de-8ac8-001302895b2b.exml... 18:21:05.588 [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 18:21:05.588 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.588 [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 18:21:05.589 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.589 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.589 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.589 [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... 18:21:05.589 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.589 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.589 [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... 18:21:05.589 [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 18:21:05.591 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:21:05.591 [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 18:21:05.591 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:05.591 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.591 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.591 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.592 [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... 18:21:05.592 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.592 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.592 [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... 18:21:05.592 [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 18:21:05.593 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.593 [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 18:21:05.593 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.593 [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...18:21:05.593 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.593 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.593 [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... 18:21:05.593 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.593 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.593 [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... 18:21:05.594 [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 18:21:05.594 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.594 [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 18:21:05.595 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.595 [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...18:21:05.595 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.595 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/770df309-5d0c-11df-a996-001302895b2b.exml... 18:21:05.595 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.595 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/770df309-5d0c-11df-a996-001302895b2b.exml... 18:21:05.595 [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 18:21:05.596 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.596 [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 18:21:05.596 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.596 [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...18:21:05.596 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.596 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.597 [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... 18:21:05.597 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.597 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.597 [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... 18:21:05.597 [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 18:21:05.650 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.650 [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 18:21:05.650 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.650 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...18:21:05.650 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.650 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.651 [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... 18:21:05.651 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.651 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.651 [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... 18:21:05.651 [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 18:21:05.652 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.652 [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 18:21:05.652 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.652 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.652 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.652 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.654 [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... 18:21:05.654 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.654 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.654 [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... 18:21:05.654 [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 18:21:05.661 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 18:21:05.661 [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 18:21:05.670 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 18:21:05.670 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:21:05.670 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.670 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.671 [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... 18:21:05.671 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.671 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.671 [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... 18:21:05.671 [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 18:21:05.672 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.672 [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 18:21:05.673 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.673 [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...18:21:05.673 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.673 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.673 [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... 18:21:05.673 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.673 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.673 [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... 18:21:05.673 [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 18:21:05.674 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.674 [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 18:21:05.674 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.674 [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...18:21:05.674 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.674 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.675 [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... 18:21:05.675 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.675 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.675 [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... 18:21:05.675 [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 18:21:05.676 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.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-0204-0000-000000000000.exml 18:21:05.676 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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-0204-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.676 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.676 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.676 [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... 18:21:05.676 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.676 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.677 [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... 18:21:05.677 [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 18:21:05.679 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 18:21:05.679 [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 18:21:05.680 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:05.680 [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...18:21:05.680 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.680 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.680 [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... 18:21:05.680 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.680 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.680 [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... 18:21:05.680 [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 18:21:05.681 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.681 [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 18:21:05.681 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.681 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.681 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.681 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 18:21:05.682 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.682 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 18:21:05.682 [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 18:21:05.683 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.683 [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 18:21:05.683 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.683 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.683 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 18:21:05.683 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.683 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 18:21:05.683 [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 18:21:05.684 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.684 [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 18:21:05.685 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.685 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.685 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.685 [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... 18:21:05.685 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.685 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.685 [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... 18:21:05.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.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 18:21:05.690 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:21:05.690 [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 18:21:05.694 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:21:05.694 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:21:05.694 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.694 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.695 [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... 18:21:05.695 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.749 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.749 [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... 18:21:05.750 [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 18:21:05.760 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:21:05.760 [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 18:21:05.766 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:21:05.766 [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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:21:05.766 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.766 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.767 [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... 18:21:05.767 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.767 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.767 [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... 18:21:05.767 [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 18:21:05.769 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:21:05.769 [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 18:21:05.770 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:05.770 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:05.770 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.770 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.770 [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... 18:21:05.770 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.770 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.770 [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... 18:21:05.771 [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 18:21:05.771 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:05.771 [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 18:21:05.772 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.772 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.772 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.772 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/c0f03827-5d0b-11df-a996-001302895b2b.exml... 18:21:05.772 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.772 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/c0f03827-5d0b-11df-a996-001302895b2b.exml... 18:21:05.772 [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 18:21:05.773 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.773 [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 18:21:05.773 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.773 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.773 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.773 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.774 [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... 18:21:05.774 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.774 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.774 [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... 18:21:05.774 [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 18:21:05.775 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.775 [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 18:21:05.775 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.775 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.775 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.775 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/01ec1228-0000-12f8-0000-000000000000.exml... 18:21:05.775 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.775 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/01ec1228-0000-12f8-0000-000000000000.exml... 18:21:05.776 [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 18:21:05.776 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.776 [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 18:21:05.777 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.777 [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...18:21:05.777 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.777 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/e445c33b-de99-11de-905b-001302895b2b.exml... 18:21:05.777 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.777 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/e445c33b-de99-11de-905b-001302895b2b.exml... 18:21:05.777 [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 18:21:05.778 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.778 [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 18:21:05.778 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.778 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.778 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.778 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.779 [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... 18:21:05.779 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.779 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.779 [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... 18:21:05.779 [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 18:21:05.780 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.780 [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 18:21:05.781 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.781 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.781 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.781 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.781 [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... 18:21:05.781 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.781 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.781 [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... 18:21:05.781 [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 18:21:05.782 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.783 [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 18:21:05.784 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.784 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:05.784 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.784 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.785 [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... 18:21:05.785 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.785 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.785 [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... 18:21:05.785 [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 18:21:05.786 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.786 [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 18:21:05.786 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.786 [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...18:21:05.786 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.786 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.786 [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... 18:21:05.786 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.786 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.786 [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... 18:21:05.787 [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 18:21:05.788 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:05.788 [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 18:21:05.788 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.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/07111319-1fd7-11df-948e-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.788 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.788 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.789 [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... 18:21:05.789 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.789 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.789 [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... 18:21:05.789 [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 18:21:05.790 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.790 [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 18:21:05.790 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.790 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.790 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.790 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.791 [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... 18:21:05.791 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.791 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.791 [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... 18:21:05.791 [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 18:21:05.854 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:21:05.854 [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 18:21:05.858 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:21:05.858 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:21:05.858 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.858 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.859 [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... 18:21:05.859 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.859 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.859 [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... 18:21:05.859 [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 18:21:05.860 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.860 [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 18:21:05.860 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.860 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.860 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.860 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.861 [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... 18:21:05.861 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.861 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.861 [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... 18:21:05.861 [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 18:21:05.865 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 18:21:05.865 [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 18:21:05.869 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 18:21:05.869 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:21:05.869 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.869 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.869 [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... 18:21:05.869 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.870 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.870 [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... 18:21:05.870 [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 18:21:05.871 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:21:05.871 [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 18:21:05.872 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:05.872 [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...18:21:05.872 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.872 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.872 [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... 18:21:05.872 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.872 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.872 [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... 18:21:05.873 [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 18:21:05.875 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:21:05.875 [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 18:21:05.876 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:05.876 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:21:05.876 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.876 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.876 [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... 18:21:05.876 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.876 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.876 [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... 18:21:05.876 [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 18:21:05.877 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.877 [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 18:21:05.877 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.877 [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...18:21:05.878 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.878 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.878 [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... 18:21:05.878 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.878 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.878 [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... 18:21:05.878 [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 18:21:05.879 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.879 [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 18:21:05.879 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.879 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.879 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.880 [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... 18:21:05.880 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.880 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.880 [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... 18:21:05.880 [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 18:21:05.881 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.881 [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 18:21:05.881 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.881 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.881 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.881 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.882 [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... 18:21:05.882 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.882 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.882 [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... 18:21:05.882 [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 18:21:05.883 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.883 [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 18:21:05.883 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.883 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.883 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.883 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/00000000-0000-9c49-0000-000000000000.exml... 18:21:05.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/00000000-0000-9c49-0000-000000000000.exml... 18:21:05.884 [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 18:21:05.885 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.885 [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 18:21:05.885 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.885 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.885 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.885 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.885 [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... 18:21:05.885 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.885 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.885 [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... 18:21:05.886 [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 18:21:05.952 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:05.952 [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 18:21:05.952 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.952 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:21:05.952 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.952 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.953 [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... 18:21:05.953 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.953 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.953 [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... 18:21:05.953 [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 18:21:05.954 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.954 [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 18:21:05.955 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.955 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.955 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.955 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.955 [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... 18:21:05.955 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.956 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.956 [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... 18:21:05.956 [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 18:21:05.957 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.957 [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 18:21:05.957 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.957 [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...18:21:05.957 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.957 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.957 [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... 18:21:05.957 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.957 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.958 [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... 18:21:05.958 [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 18:21:05.959 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:05.959 [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 18:21:05.961 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.961 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:21:05.961 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.961 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.962 [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... 18:21:05.962 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.962 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.962 [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... 18:21:05.962 [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 18:21:05.963 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.963 [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 18:21:05.963 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.963 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.963 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.963 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.963 [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... 18:21:05.963 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.963 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.963 [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... 18:21:05.964 [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 18:21:05.964 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.964 [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 18:21:05.965 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.965 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.965 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.965 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.965 [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... 18:21:05.965 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.965 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.965 [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... 18:21:05.965 [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 18:21:05.966 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.966 [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 18:21:05.967 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.967 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:05.967 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.967 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.967 [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... 18:21:05.967 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.967 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.967 [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... 18:21:05.968 [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 18:21:05.968 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:05.968 [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 18:21:05.968 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.969 [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...18:21:05.969 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.969 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.969 [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... 18:21:05.969 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.969 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.969 [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... 18:21:05.969 [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 18:21:05.970 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.970 [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 18:21:05.970 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.970 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.970 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.970 [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... 18:21:05.970 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.970 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.970 [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... 18:21:05.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/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 18:21:05.971 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.971 [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 18:21:05.972 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.972 [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...18:21:05.972 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.972 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.972 [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... 18:21:05.972 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.972 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.972 [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... 18:21:05.972 [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 18:21:05.975 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:21:05.975 [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 18:21:05.976 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:21:05.976 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:21:05.976 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.976 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.977 [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... 18:21:05.977 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.977 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.977 [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... 18:21:05.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.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 18:21:05.980 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:21:05.980 [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 18:21:05.982 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:21:05.982 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:05.982 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.982 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.982 [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... 18:21:05.982 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.982 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.982 [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... 18:21:05.982 [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 18:21:05.984 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:05.984 [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 18:21:05.984 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:05.984 [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...18:21:05.984 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.984 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.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/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 18:21:05.984 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.984 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.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/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 18:21:05.985 [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 18:21:05.985 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.985 [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 18:21:05.986 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.986 [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...18:21:05.986 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.986 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.986 [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... 18:21:05.986 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.986 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.986 [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... 18:21:05.986 [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 18:21:05.987 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:05.987 [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 18:21:05.987 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:05.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:05.987 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:05.987 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:05.988 [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... 18:21:05.988 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:05.988 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:05.988 [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... 18:21:05.988 [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 18:21:06.051 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:21:06.051 [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 18:21:06.055 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.055 [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...18:21:06.055 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.055 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.055 [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... 18:21:06.055 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.055 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.055 [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... 18:21:06.056 [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 18:21:06.057 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.057 [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 18:21:06.057 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.057 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.057 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.057 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.057 [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... 18:21:06.057 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.057 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.057 [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... 18:21:06.057 [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 18:21:06.058 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.058 [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 18:21:06.059 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.059 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.059 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.059 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.059 [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... 18:21:06.059 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.059 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.059 [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... 18:21:06.059 [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 18:21:06.060 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.060 [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 18:21:06.060 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.060 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.060 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.060 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.060 [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... 18:21:06.060 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.060 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.061 [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... 18:21:06.061 [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 18:21:06.061 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.061 [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 18:21:06.062 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.062 [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...18:21:06.062 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.062 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.062 [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... 18:21:06.062 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.062 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.062 [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... 18:21:06.062 [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 18:21:06.063 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.063 [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 18:21:06.063 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.063 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.063 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.063 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.064 [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... 18:21:06.064 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.064 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.064 [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... 18:21:06.064 [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 18:21:06.064 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.064 [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 18:21:06.065 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.065 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.065 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.065 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.065 [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... 18:21:06.065 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.065 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.065 [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... 18:21:06.065 [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 18:21:06.066 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.066 [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 18:21:06.066 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.066 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.066 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.066 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.067 [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... 18:21:06.067 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.067 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.067 [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... 18:21:06.067 [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 18:21:06.068 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.068 [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 18:21:06.068 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.068 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.068 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.068 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.068 [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... 18:21:06.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.068 [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... 18:21:06.069 [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 18:21:06.076 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:21:06.076 [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 18:21:06.077 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.077 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:21:06.077 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.077 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.078 [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... 18:21:06.078 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.078 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.078 [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... 18:21:06.078 [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 18:21:06.079 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.079 [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 18:21:06.079 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.079 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.079 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.079 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:21:06.079 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.079 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 18:21:06.080 [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 18:21:06.080 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.080 [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 18:21:06.081 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:21:06.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 18:21:06.081 [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 18:21:06.082 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.082 [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 18:21:06.082 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.082 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.082 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.082 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.083 [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... 18:21:06.083 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.083 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.083 [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... 18:21:06.083 [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 18:21:06.084 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.084 [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 18:21:06.085 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.085 [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...18:21:06.085 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.085 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.085 [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... 18:21:06.085 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.085 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.085 [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... 18:21:06.085 [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 18:21:06.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.086 [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 18:21:06.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00bc0050-0000-006b-0000-000000000000.exml... 18:21:06.087 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.087 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00bc0050-0000-006b-0000-000000000000.exml... 18:21:06.087 [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 18:21:06.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.088 [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 18:21:06.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/00bc0050-0000-006b-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.088 [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... 18:21:06.088 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.089 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.089 [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... 18:21:06.089 [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 18:21:06.089 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.090 [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 18:21:06.150 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.150 [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. 0s62ms [pure insertion] marking any relevant derived attributes for update...18:21:06.150 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.150 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.151 [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... 18:21:06.151 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.151 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.151 [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... 18:21:06.151 [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 18:21:06.152 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.152 [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 18:21:06.152 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.152 [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...18:21:06.152 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.152 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.153 [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... 18:21:06.153 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.153 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.153 [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... 18:21:06.153 [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 18:21:06.154 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.154 [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 18:21:06.154 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.154 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.154 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.154 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.155 [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... 18:21:06.155 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.155 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.155 [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... 18:21:06.155 [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 18:21:06.156 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.156 [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 18:21:06.156 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.156 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.156 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.156 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.157 [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... 18:21:06.157 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.157 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.157 [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... 18:21:06.157 [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 18:21:06.158 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.158 [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 18:21:06.158 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.158 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.158 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.158 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.158 [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... 18:21:06.158 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.158 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.158 [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... 18:21:06.158 [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 18:21:06.160 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.160 [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 18:21:06.160 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.160 [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...18:21:06.160 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.160 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.160 [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... 18:21:06.160 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.160 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.160 [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... 18:21:06.161 [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 18:21:06.162 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.162 [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 18:21:06.162 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.162 [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...18:21:06.162 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.162 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.162 [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... 18:21:06.162 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.162 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.162 [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... 18:21:06.162 [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 18:21:06.163 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.163 [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 18:21:06.163 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.163 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.163 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:06.164 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:06.164 [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... 18:21:06.164 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.164 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.164 [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... 18:21:06.164 [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 18:21:06.165 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.165 [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 18:21:06.165 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.165 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.165 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.165 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.165 [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... 18:21:06.165 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.166 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.166 [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... 18:21:06.166 [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 18:21:06.167 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.167 [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 18:21:06.167 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.167 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.167 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.167 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.168 [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... 18:21:06.168 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.168 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.168 [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... 18:21:06.168 [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 18:21:06.169 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.169 [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 18:21:06.169 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.169 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.169 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.169 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.169 [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... 18:21:06.169 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.169 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.169 [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... 18:21:06.170 [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 18:21:06.170 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.170 [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 18:21:06.171 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.171 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.171 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.171 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.171 [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/ (0 sec, 0 sec total) 18:21:06.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-022e-0000-000000000000.exml... 18:21:06.171 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.171 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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-022e-0000-000000000000.exml... 18:21:06.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-022e-0000-000000000000.exml 18:21:06.172 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.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-022e-0000-000000000000.exml 18:21:06.172 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.172 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.172 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.172 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/bae91a3b-7009-11e0-a462-0027103f347c.exml... 18:21:06.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/bae91a3b-7009-11e0-a462-0027103f347c.exml... 18:21:06.173 [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 18:21:06.174 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.174 [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 18:21:06.175 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.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/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.175 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.175 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00000000-0000-9c46-0000-000000000000.exml... 18:21:06.175 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.175 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00000000-0000-9c46-0000-000000000000.exml... 18:21:06.175 [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 18:21:06.176 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.176 [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 18:21:06.176 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.176 [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...18:21:06.176 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.176 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.177 [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... 18:21:06.177 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.177 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.177 [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... 18:21:06.177 [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 18:21:06.178 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.178 [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 18:21:06.178 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.178 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.178 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.178 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.178 [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... 18:21:06.178 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.178 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.178 [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... 18:21:06.179 [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 18:21:06.180 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.180 [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 18:21:06.180 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.180 [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...18:21:06.180 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.180 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00d0052c-0000-0143-0000-000000000000.exml... 18:21:06.180 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.180 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00d0052c-0000-0143-0000-000000000000.exml... 18:21:06.180 [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 18:21:06.181 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.181 [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 18:21:06.181 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.181 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.181 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.181 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.182 [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... 18:21:06.182 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.182 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.182 [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... 18:21:06.182 [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 18:21:06.183 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.183 [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 18:21:06.194 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.194 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:21:06.194 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.194 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.194 [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... 18:21:06.194 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.194 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.194 [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... 18:21:06.195 [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 18:21:06.195 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.195 [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 18:21:06.196 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.196 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.196 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.196 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/01ec12fc-0000-0c02-0000-000000000000.exml... 18:21:06.196 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.196 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/01ec12fc-0000-0c02-0000-000000000000.exml... 18:21:06.196 [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 18:21:06.197 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.197 [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 18:21:06.197 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/01ec12fc-0000-0c02-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.197 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.197 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.249 [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... 18:21:06.249 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.250 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.250 [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... 18:21:06.250 [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 18:21:06.251 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.251 [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 18:21:06.251 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.251 [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...18:21:06.251 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.251 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.251 [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... 18:21:06.251 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.251 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.251 [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... 18:21:06.252 [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 18:21:06.253 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:06.253 [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 18:21:06.253 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.253 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.253 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:06.254 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:06.254 [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... 18:21:06.254 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.254 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.254 [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... 18:21:06.254 [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 18:21:06.255 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.255 [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 18:21:06.255 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.255 [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...18:21:06.255 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.255 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.255 [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... 18:21:06.255 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.255 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.255 [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... 18:21:06.256 [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 18:21:06.256 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.256 [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 18:21:06.257 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.257 [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...18:21:06.257 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.257 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.257 [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... 18:21:06.257 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.257 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.257 [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... 18:21:06.257 [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 18:21:06.259 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:21:06.259 [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 18:21:06.260 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:06.260 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:06.260 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.260 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.260 [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... 18:21:06.260 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.260 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.260 [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... 18:21:06.261 [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 18:21:06.262 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.262 [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 18:21:06.262 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.262 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.262 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.262 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.263 [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... 18:21:06.263 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.263 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.263 [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... 18:21:06.263 [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 18:21:06.264 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:21:06.264 [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 18:21:06.265 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.265 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.265 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.265 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.265 [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... 18:21:06.265 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.265 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.265 [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... 18:21:06.266 [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 18:21:06.266 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.266 [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 18:21:06.267 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.267 [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...18:21:06.267 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.267 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.267 [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... 18:21:06.267 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.267 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.267 [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... 18:21:06.267 [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 18:21:06.268 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.268 [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 18:21:06.268 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.268 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.268 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.268 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.268 [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... 18:21:06.268 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.268 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.268 [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... 18:21:06.269 [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 18:21:06.269 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.269 [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 18:21:06.270 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.270 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.270 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00540a84-0000-0003-0000-000000000000.exml... 18:21:06.270 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.270 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00540a84-0000-0003-0000-000000000000.exml... 18:21:06.270 [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 18:21:06.271 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.271 [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 18:21:06.271 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.271 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.271 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.271 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.272 [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... 18:21:06.272 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.272 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.272 [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... 18:21:06.272 [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 18:21:06.277 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:21:06.277 [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 18:21:06.280 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:21:06.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.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:21:06.280 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.280 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.280 [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... 18:21:06.280 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.280 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.280 [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... 18:21:06.281 [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 18:21:06.281 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.281 [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 18:21:06.282 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.282 [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...18:21:06.282 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.282 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/40400bbd-0b5d-11df-8680-001302895b2b.exml... 18:21:06.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/40400bbd-0b5d-11df-8680-001302895b2b.exml... 18:21:06.282 [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 18:21:06.283 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.284 [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 18:21:06.284 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.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/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.284 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.284 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 18:21:06.284 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.284 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 18:21:06.285 [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 18:21:06.286 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.286 [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 18:21:06.286 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.286 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.286 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00700680-0000-01f3-0000-000000000000.exml... 18:21:06.287 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.287 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00700680-0000-01f3-0000-000000000000.exml... 18:21:06.287 [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 18:21:06.288 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.288 [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 18:21:06.288 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.288 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.288 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.288 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.288 [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... 18:21:06.288 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.288 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.288 [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... 18:21:06.289 [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 18:21:06.289 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.289 [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 18:21:06.290 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.290 [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...18:21:06.290 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.290 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.290 [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... 18:21:06.290 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.290 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.290 [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... 18:21:06.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.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 18:21:06.293 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:21:06.293 [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 18:21:06.294 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:21:06.294 [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...18:21:06.294 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.294 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 18:21:06.294 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.294 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 18:21:06.294 [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 18:21:06.295 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.295 [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 18:21:06.295 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.295 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.349 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s54ms 18:21:06.349 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s54ms 18:21:06.350 [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... 18:21:06.350 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.350 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.350 [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... 18:21:06.350 [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 18:21:06.351 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.351 [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 18:21:06.352 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.352 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.352 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.352 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.352 [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... 18:21:06.352 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.352 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.352 [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... 18:21:06.352 [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 18:21:06.353 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.353 [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 18:21:06.353 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.353 [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...18:21:06.354 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.354 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.354 [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... 18:21:06.354 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.354 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.354 [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... 18:21:06.354 [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 18:21:06.355 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.355 [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 18:21:06.355 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.355 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.355 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.355 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.356 [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... 18:21:06.356 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.356 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.356 [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... 18:21:06.356 [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 18:21:06.361 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.361 [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 18:21:06.361 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.361 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:06.361 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.361 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.362 [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... 18:21:06.362 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.362 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.362 [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... 18:21:06.362 [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 18:21:06.363 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.363 [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 18:21:06.363 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.363 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.363 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.363 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.363 [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... 18:21:06.363 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.363 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.363 [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... 18:21:06.363 [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 18:21:06.364 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.364 [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 18:21:06.364 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.364 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.364 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.365 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.365 [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... 18:21:06.365 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.365 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.365 [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... 18:21:06.365 [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 18:21:06.367 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:21:06.367 [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 18:21:06.367 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.367 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.367 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.367 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.368 [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... 18:21:06.368 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.368 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.368 [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... 18:21:06.368 [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 18:21:06.369 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.369 [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 18:21:06.369 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.369 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.369 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.369 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.369 [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... 18:21:06.369 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.369 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.369 [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... 18:21:06.369 [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 18:21:06.370 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.370 [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 18:21:06.370 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.371 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.371 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.371 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:21:06.371 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.371 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 18:21:06.371 [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 18:21:06.372 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.372 [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 18:21:06.372 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.372 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.372 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.372 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.372 [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... 18:21:06.373 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.373 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.373 [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... 18:21:06.373 [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 18:21:06.374 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.374 [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 18:21:06.374 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.374 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.374 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.374 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.375 [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... 18:21:06.375 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.375 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.375 [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... 18:21:06.375 [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 18:21:06.377 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:21:06.377 [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 18:21:06.377 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.378 [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...18:21:06.378 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.378 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.378 [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... 18:21:06.378 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.378 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.378 [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... 18:21:06.378 [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 18:21:06.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.379 [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 18:21:06.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/15d2108f-5d0c-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 18:21:06.379 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 18:21:06.380 [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 18:21:06.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.381 [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 18:21:06.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.381 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.381 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.381 [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... 18:21:06.381 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.381 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.381 [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... 18:21:06.382 [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 18:21:06.382 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.382 [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 18:21:06.383 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.383 [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...18:21:06.383 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.383 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.383 [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... 18:21:06.383 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.383 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.383 [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... 18:21:06.383 [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 18:21:06.385 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:21:06.385 [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 18:21:06.386 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:06.386 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.386 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.386 [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... 18:21:06.386 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.386 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.386 [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... 18:21:06.386 [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 18:21:06.387 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.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.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 18:21:06.387 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.387 [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...18:21:06.387 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.387 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.388 [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... 18:21:06.388 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.388 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.388 [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... 18:21:06.388 [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 18:21:06.389 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.389 [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 18:21:06.390 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.390 [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...18:21:06.390 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.390 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.390 [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... 18:21:06.390 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.390 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.390 [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... 18:21:06.390 [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 18:21:06.391 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.391 [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 18:21:06.391 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.391 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.391 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.391 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/01ec2468-0000-0acb-0000-000000000000.exml... 18:21:06.391 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.391 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.392 [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... 18:21:06.392 [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 18:21:06.392 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.393 [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 18:21:06.393 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.393 [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...18:21:06.393 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.393 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.393 [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... 18:21:06.393 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.393 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.393 [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... 18:21:06.393 [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 18:21:06.394 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.394 [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 18:21:06.394 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.394 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.394 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.450 [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... 18:21:06.450 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.450 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.450 [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... 18:21:06.450 [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 18:21:06.451 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:06.451 [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 18:21:06.451 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.451 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.451 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.451 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.451 [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... 18:21:06.451 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.452 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.452 [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... 18:21:06.452 [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 18:21:06.453 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.453 [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 18:21:06.453 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.453 [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...18:21:06.453 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.453 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.453 [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... 18:21:06.453 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.453 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.453 [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... 18:21:06.454 [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 18:21:06.454 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.454 [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 18:21:06.455 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.455 [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...18:21:06.455 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.455 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.455 [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... 18:21:06.455 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.455 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.455 [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... 18:21:06.455 [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 18:21:06.456 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.456 [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 18:21:06.456 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.456 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.456 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.456 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.456 [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... 18:21:06.456 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.457 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.457 [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... 18:21:06.457 [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 18:21:06.457 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.457 [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 18:21:06.458 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.458 [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...18:21:06.458 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.458 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.458 [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... 18:21:06.458 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.458 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.458 [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... 18:21:06.458 [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 18:21:06.459 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.459 [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 18:21:06.459 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.459 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.459 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.459 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.460 [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... 18:21:06.460 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.460 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.460 [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... 18:21:06.460 [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 18:21:06.461 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.461 [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 18:21:06.461 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.461 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.461 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.461 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.461 [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... 18:21:06.461 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.461 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.461 [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... 18:21:06.462 [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 18:21:06.462 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.462 [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 18:21:06.462 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.463 [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...18:21:06.463 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.463 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.463 [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... 18:21:06.463 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.463 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.463 [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... 18:21:06.463 [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 18:21:06.464 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.464 [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 18:21:06.464 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.464 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.464 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.464 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.465 [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... 18:21:06.465 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.465 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.465 [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... 18:21:06.465 [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 18:21:06.466 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.466 [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 18:21:06.466 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.466 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.466 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.466 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.466 [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... 18:21:06.466 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.466 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.466 [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... 18:21:06.466 [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 18:21:06.467 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.467 [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 18:21:06.467 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.467 [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...18:21:06.468 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.468 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.468 [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... 18:21:06.468 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.468 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.468 [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... 18:21:06.468 [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 18:21:06.469 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.469 [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 18:21:06.469 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.469 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.469 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.469 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.470 [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... 18:21:06.470 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.470 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.470 [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... 18:21:06.470 [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 18:21:06.471 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.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-01d3-0000-000000000000.exml 18:21:06.471 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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-01d3-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.471 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.471 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.471 [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... 18:21:06.471 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.471 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.471 [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... 18:21:06.472 [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 18:21:06.473 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.473 [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 18:21:06.473 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.473 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.473 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.473 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.474 [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... 18:21:06.474 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.474 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.474 [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... 18:21:06.474 [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 18:21:06.475 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:06.475 [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 18:21:06.475 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.475 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.475 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.475 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/01ec141c-0000-12f2-0000-000000000000.exml... 18:21:06.476 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.476 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/01ec141c-0000-12f2-0000-000000000000.exml... 18:21:06.476 [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 18:21:06.477 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.477 [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 18:21:06.477 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/01ec141c-0000-12f2-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.477 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.477 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00700680-0000-01c7-0000-000000000000.exml... 18:21:06.477 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.477 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00700680-0000-01c7-0000-000000000000.exml... 18:21:06.478 [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 18:21:06.479 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.479 [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 18:21:06.479 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/00700680-0000-01c7-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.479 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.479 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.479 [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... 18:21:06.479 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.479 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.479 [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... 18:21:06.480 [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 18:21:06.480 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.481 [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 18:21:06.481 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.481 [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...18:21:06.481 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.481 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.481 [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... 18:21:06.481 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.481 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.481 [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... 18:21:06.481 [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 18:21:06.483 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:21:06.483 [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 18:21:06.484 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.484 [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...18:21:06.484 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.484 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.484 [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... 18:21:06.484 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.484 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.484 [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... 18:21:06.484 [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 18:21:06.486 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:21:06.486 [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 18:21:06.487 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:06.487 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:06.487 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.487 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.488 [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... 18:21:06.488 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.488 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.488 [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... 18:21:06.488 [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 18:21:06.489 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.489 [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 18:21:06.490 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.490 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.490 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.490 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.490 [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... 18:21:06.490 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.490 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.490 [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... 18:21:06.490 [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 18:21:06.491 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.491 [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 18:21:06.491 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.491 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.491 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.491 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.492 [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... 18:21:06.492 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.492 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.492 [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... 18:21:06.492 [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 18:21:06.493 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.493 [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 18:21:06.493 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.493 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.493 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.493 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.493 [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... 18:21:06.493 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.493 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.493 [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... 18:21:06.494 [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 18:21:06.495 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.495 [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 18:21:06.495 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.495 [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...18:21:06.495 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.495 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.495 [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... 18:21:06.495 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.496 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.496 [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... 18:21:06.496 [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 18:21:06.497 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.497 [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 18:21:06.497 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.497 [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...18:21:06.497 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.497 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.497 [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... 18:21:06.497 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.497 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.497 [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... 18:21:06.549 [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 18:21:06.551 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.551 [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 18:21:06.551 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.551 [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. 0s54ms [pure insertion] marking any relevant derived attributes for update...18:21:06.551 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.551 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.551 [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... 18:21:06.551 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.552 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.552 [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... 18:21:06.552 [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 18:21:06.553 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.553 [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 18:21:06.553 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.553 [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...18:21:06.553 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.553 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.553 [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... 18:21:06.553 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.553 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.553 [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... 18:21:06.554 [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 18:21:06.555 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.555 [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 18:21:06.555 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.555 [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...18:21:06.555 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.555 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.555 [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... 18:21:06.555 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.555 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.555 [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... 18:21:06.556 [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 18:21:06.565 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:21:06.565 [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 18:21:06.566 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.566 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:21:06.566 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.566 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.566 [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... 18:21:06.566 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.566 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.566 [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... 18:21:06.567 [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 18:21:06.567 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.567 [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 18:21:06.568 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.568 [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...18:21:06.568 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.568 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.568 [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... 18:21:06.568 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.568 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.568 [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... 18:21:06.568 [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 18:21:06.569 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.569 [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 18:21:06.569 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.569 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.569 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.569 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00700680-0000-01d9-0000-000000000000.exml... 18:21:06.570 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.570 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00700680-0000-01d9-0000-000000000000.exml... 18:21:06.570 [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 18:21:06.571 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.571 [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 18:21:06.571 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.571 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.571 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.571 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.571 [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... 18:21:06.571 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.571 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.571 [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... 18:21:06.572 [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 18:21:06.572 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.572 [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 18:21:06.573 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.573 [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...18:21:06.573 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.573 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/4a427283-5d09-11df-a996-001302895b2b.exml... 18:21:06.573 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.573 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/4a427283-5d09-11df-a996-001302895b2b.exml... 18:21:06.573 [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 18:21:06.574 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.575 [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 18:21:06.575 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.575 [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...18:21:06.575 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.575 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:21:06.575 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.575 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 18:21:06.576 [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 18:21:06.577 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.577 [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 18:21:06.577 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.577 [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...18:21:06.577 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.577 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.578 [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... 18:21:06.578 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.578 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.578 [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... 18:21:06.578 [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 18:21:06.579 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.579 [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 18:21:06.583 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.583 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:06.583 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.583 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.583 [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... 18:21:06.583 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.583 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.583 [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... 18:21:06.584 [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 18:21:06.585 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.585 [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 18:21:06.586 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.586 [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...18:21:06.586 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.586 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00700680-0000-01b8-0000-000000000000.exml... 18:21:06.587 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.587 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/00700680-0000-01b8-0000-000000000000.exml... 18:21:06.587 [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 18:21:06.588 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.588 [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 18:21:06.588 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.588 [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...18:21:06.588 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.588 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/00300000-0000-0032-0000-000000000000.exml... 18:21:06.589 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.589 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.589 [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... 18:21:06.589 [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 18:21:06.590 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.590 [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 18:21:06.591 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.591 [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...18:21:06.591 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.591 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.591 [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... 18:21:06.591 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.591 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.591 [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... 18:21:06.592 [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 18:21:06.592 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.593 [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 18:21:06.593 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.593 [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...18:21:06.593 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.593 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.593 [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... 18:21:06.593 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.593 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.593 [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... 18:21:06.593 [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 18:21:06.594 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.594 [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 18:21:06.594 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.594 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.594 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.594 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/01ec141c-0000-12fc-0000-000000000000.exml... 18:21:06.595 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.595 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/01ec141c-0000-12fc-0000-000000000000.exml... 18:21:06.595 [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 18:21:06.650 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.650 [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 18:21:06.650 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.650 [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. 0s55ms [pure insertion] marking any relevant derived attributes for update...18:21:06.650 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.650 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.651 [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... 18:21:06.651 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.651 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.651 [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... 18:21:06.651 [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 18:21:06.652 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.652 [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 18:21:06.653 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.653 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.653 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.653 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.654 [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... 18:21:06.654 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.654 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.654 [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... 18:21:06.654 [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 18:21:06.655 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.655 [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 18:21:06.655 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.655 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.655 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.655 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.655 [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... 18:21:06.655 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.655 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.655 [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... 18:21:06.656 [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 18:21:06.656 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.656 [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 18:21:06.657 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.657 [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...18:21:06.657 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.657 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.657 [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... 18:21:06.657 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.657 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.657 [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... 18:21:06.657 [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 18:21:06.660 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:21:06.660 [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 18:21:06.663 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:21:06.663 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:21:06.663 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.663 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.663 [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... 18:21:06.663 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.663 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.663 [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... 18:21:06.664 [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 18:21:06.665 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:21:06.665 [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 18:21:06.666 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.666 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:06.666 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.666 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.666 [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... 18:21:06.666 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.666 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.666 [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... 18:21:06.667 [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 18:21:06.668 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.668 [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 18:21:06.668 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.668 [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...18:21:06.668 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.668 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.669 [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... 18:21:06.669 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.669 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.669 [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... 18:21:06.669 [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 18:21:06.671 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.671 [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 18:21:06.671 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.672 [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...18:21:06.672 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.672 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.672 [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... 18:21:06.672 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.672 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.672 [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... 18:21:06.673 [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 18:21:06.676 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:21:06.677 [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 18:21:06.678 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:21:06.678 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:21:06.678 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.678 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.679 [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... 18:21:06.679 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.679 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.679 [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... 18:21:06.680 [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 18:21:06.681 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.681 [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 18:21:06.681 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.681 [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...18:21:06.681 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.681 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.682 [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) 18:21:06.682 [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... 18:21:06.682 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.682 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.682 [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... 18:21:06.683 [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 18:21:06.684 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.684 [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 18:21:06.684 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.684 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.684 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.684 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.685 [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... 18:21:06.685 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.685 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.685 [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... 18:21:06.685 [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 18:21:06.693 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.693 [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 18:21:06.694 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.694 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:21:06.694 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.694 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.695 [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... 18:21:06.695 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.695 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.695 [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... 18:21:06.695 [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 18:21:06.751 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.751 [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 18:21:06.751 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.751 [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. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:21:06.751 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.751 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.752 [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... 18:21:06.752 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.752 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.752 [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... 18:21:06.752 [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 18:21:06.753 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.753 [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 18:21:06.753 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.753 [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...18:21:06.753 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.753 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.754 [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... 18:21:06.754 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.754 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.754 [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... 18:21:06.754 [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 18:21:06.755 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.755 [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 18:21:06.755 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.755 [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...18:21:06.755 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.755 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.755 [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... 18:21:06.755 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.755 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.755 [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... 18:21:06.756 [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 18:21:06.756 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.756 [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 18:21:06.757 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.757 [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...18:21:06.757 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.757 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.757 [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... 18:21:06.757 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.757 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.758 [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... 18:21:06.758 [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 18:21:06.763 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:21:06.763 [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 18:21:06.767 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:21:06.767 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:21:06.767 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.767 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.768 [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... 18:21:06.768 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.768 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.768 [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... 18:21:06.768 [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 18:21:06.771 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 18:21:06.771 [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 18:21:06.772 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:21:06.772 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:21:06.772 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.772 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.773 [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... 18:21:06.773 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.773 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.773 [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... 18:21:06.773 [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 18:21:06.774 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.774 [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 18:21:06.774 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.774 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.774 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.774 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.774 [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... 18:21:06.774 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.774 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.774 [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... 18:21:06.774 [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 18:21:06.775 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.775 [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 18:21:06.775 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/01ec1228-0000-0964-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.776 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.776 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.776 [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... 18:21:06.776 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.776 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.776 [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... 18:21:06.776 [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 18:21:06.777 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.777 [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 18:21:06.777 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.777 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.777 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.777 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.778 [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... 18:21:06.778 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.778 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.778 [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... 18:21:06.779 [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 18:21:06.783 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:21:06.783 [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 18:21:06.784 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.784 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:21:06.784 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.784 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.785 [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... 18:21:06.785 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.785 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.785 [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... 18:21:06.785 [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 18:21:06.790 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.790 [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 18:21:06.790 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.790 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:06.790 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.790 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.791 [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... 18:21:06.791 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.791 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.791 [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... 18:21:06.791 [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 18:21:06.850 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:21:06.850 [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 18:21:06.851 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:21:06.851 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:21:06.851 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.851 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.852 [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... 18:21:06.852 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.852 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.852 [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... 18:21:06.852 [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 18:21:06.862 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:21:06.862 [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 18:21:06.864 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:21:06.864 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:21:06.864 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.864 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.864 [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... 18:21:06.864 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.864 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.864 [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... 18:21:06.864 [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 18:21:06.870 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.870 [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 18:21:06.870 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.870 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:21:06.870 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.870 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.870 [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... 18:21:06.871 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.871 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.871 [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... 18:21:06.871 [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 18:21:06.872 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:21:06.872 [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 18:21:06.873 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:06.873 [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...18:21:06.873 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.873 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.874 [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... 18:21:06.874 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.874 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.874 [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... 18:21:06.874 [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 18:21:06.875 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:06.875 [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 18:21:06.875 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.875 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.875 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.875 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.875 [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... 18:21:06.875 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.875 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.875 [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... 18:21:06.876 [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 18:21:06.876 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.876 [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 18:21:06.877 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.877 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:06.877 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.877 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/01ec12fc-0000-0229-0000-000000000000.exml... 18:21:06.877 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.877 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/01ec12fc-0000-0229-0000-000000000000.exml... 18:21:06.877 [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 18:21:06.878 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.878 [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 18:21:06.878 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.878 [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...18:21:06.878 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.878 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 18:21:06.879 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.879 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 18:21:06.879 [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 18:21:06.880 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.880 [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 18:21:06.881 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.881 [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...18:21:06.881 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.881 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.882 [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... 18:21:06.882 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.882 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.882 [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... 18:21:06.882 [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 18:21:06.883 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:06.883 [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 18:21:06.883 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:06.883 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.883 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:06.884 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:06.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/ee06097f-de99-11de-905b-001302895b2b.exml... 18:21:06.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/ee06097f-de99-11de-905b-001302895b2b.exml... 18:21:06.884 [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 18:21:06.885 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.885 [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 18:21:06.885 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.885 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.885 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.885 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.886 [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... 18:21:06.886 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.886 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.886 [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... 18:21:06.886 [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 18:21:06.894 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 18:21:06.894 [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 18:21:06.955 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 18:21:06.955 [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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:21:06.955 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:06.956 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:06.956 [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... 18:21:06.956 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.956 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.956 [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... 18:21:06.956 [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 18:21:06.957 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.957 [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 18:21:06.958 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.958 [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...18:21:06.958 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.958 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.958 [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... 18:21:06.958 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.958 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.958 [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... 18:21:06.959 [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 18:21:06.963 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 18:21:06.963 [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 18:21:06.967 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 18:21:06.967 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:21:06.967 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.967 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.968 [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... 18:21:06.968 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.968 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.968 [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... 18:21:06.968 [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 18:21:06.969 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.969 [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 18:21:06.969 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.969 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.969 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.969 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.970 [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... 18:21:06.970 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.970 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.970 [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... 18:21:06.970 [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 18:21:06.971 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.971 [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 18:21:06.971 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.971 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.971 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.972 [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... 18:21:06.972 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.972 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.972 [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... 18:21:06.972 [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 18:21:06.978 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 18:21:06.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.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 18:21:06.983 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 18:21:06.983 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:21:06.983 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.983 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 18:21:06.984 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.984 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 18:21:06.984 [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 18:21:06.985 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.985 [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 18:21:06.985 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.985 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.985 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.985 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.986 [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... 18:21:06.986 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.986 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.986 [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... 18:21:06.986 [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 18:21:06.992 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:06.992 [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 18:21:06.992 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.992 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:21:06.992 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.992 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.993 [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... 18:21:06.993 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.993 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.993 [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... 18:21:06.993 [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 18:21:06.994 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.994 [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 18:21:06.994 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.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/01ec12fc-0000-0251-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.995 [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... 18:21:06.995 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.995 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.995 [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... 18:21:06.995 [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 18:21:06.996 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:06.996 [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 18:21:06.996 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:06.996 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:06.996 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:06.996 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:06.996 [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... 18:21:06.996 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:06.996 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:06.996 [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... 18:21:07.049 [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 18:21:07.051 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:07.051 [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 18:21:07.051 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.051 [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. 0s55ms [pure insertion] marking any relevant derived attributes for update...18:21:07.051 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.051 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.052 [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... 18:21:07.052 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.052 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.052 [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... 18:21:07.052 [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 18:21:07.053 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.053 [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 18:21:07.053 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.053 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.053 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.053 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.053 [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... 18:21:07.053 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.053 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.053 [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... 18:21:07.053 [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 18:21:07.054 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.054 [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 18:21:07.054 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.055 [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...18:21:07.055 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.055 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.055 [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... 18:21:07.055 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.055 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.055 [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... 18:21:07.055 [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 18:21:07.056 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.056 [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 18:21:07.056 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.056 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.056 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.056 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.056 [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... 18:21:07.056 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.057 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.057 [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... 18:21:07.057 [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 18:21:07.057 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.057 [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 18:21:07.058 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.058 [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...18:21:07.058 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.058 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.058 [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... 18:21:07.058 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.058 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.058 [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... 18:21:07.058 [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 18:21:07.059 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.059 [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 18:21:07.059 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.060 [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...18:21:07.060 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.060 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.060 [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... 18:21:07.060 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.060 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.060 [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... 18:21:07.060 [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 18:21:07.065 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:07.065 [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 18:21:07.065 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.065 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:07.065 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.065 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.065 [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... 18:21:07.066 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.066 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.066 [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... 18:21:07.066 [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 18:21:07.067 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.067 [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 18:21:07.067 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.067 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.067 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.067 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.068 [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... 18:21:07.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.068 [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... 18:21:07.068 [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 18:21:07.072 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:07.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 18:21:07.073 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.073 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:07.073 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.073 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.073 [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... 18:21:07.073 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.073 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.073 [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... 18:21:07.073 [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 18:21:07.075 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:21:07.075 [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 18:21:07.076 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:07.076 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:07.076 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.076 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/01ec12fc-0000-0bfd-0000-000000000000.exml... 18:21:07.076 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.076 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/01ec12fc-0000-0bfd-0000-000000000000.exml... 18:21:07.077 [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 18:21:07.077 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.078 [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 18:21:07.078 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.078 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.078 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.078 [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... 18:21:07.078 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.078 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.078 [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... 18:21:07.078 [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 18:21:07.079 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.079 [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 18:21:07.079 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.079 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.079 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.079 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.080 [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... 18:21:07.080 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.080 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.080 [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... 18:21:07.080 [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 18:21:07.081 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.081 [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 18:21:07.081 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/6faa55e3-5d0b-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:21:07.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/6f3c6234-52b8-11df-a320-001302895b2b.exml... 18:21:07.081 [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 18:21:07.082 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.082 [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 18:21:07.082 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.082 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.082 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:07.083 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:07.083 [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... 18:21:07.083 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.083 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.083 [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... 18:21:07.083 [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 18:21:07.084 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.084 [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 18:21:07.084 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.084 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.084 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.084 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 18:21:07.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 18:21:07.085 [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 18:21:07.085 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.085 [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 18:21:07.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 18:21:07.086 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.086 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 18:21:07.086 [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 18:21:07.087 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:07.087 [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 18:21:07.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.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/3254be34-c7d8-4018-8a68-5de65c30b773.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.088 [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... 18:21:07.088 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.088 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.088 [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... 18:21:07.088 [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 18:21:07.089 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:07.089 [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 18:21:07.090 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.090 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.090 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.090 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.090 [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... 18:21:07.090 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.090 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.090 [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... 18:21:07.090 [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 18:21:07.091 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.091 [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 18:21:07.091 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.091 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.091 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.092 [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... 18:21:07.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.092 [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... 18:21:07.092 [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 18:21:07.094 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:21:07.094 [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 18:21:07.149 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:07.149 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:21:07.149 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:07.150 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:07.150 [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... 18:21:07.150 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.150 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.150 [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... 18:21:07.150 [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 18:21:07.151 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.151 [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 18:21:07.151 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.151 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.151 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.151 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.152 [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... 18:21:07.152 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.152 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.152 [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... 18:21:07.153 [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 18:21:07.153 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.153 [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 18:21:07.154 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.154 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.154 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.154 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.154 [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... 18:21:07.154 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.154 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.154 [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... 18:21:07.154 [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 18:21:07.155 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.155 [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 18:21:07.159 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.159 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:07.159 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.159 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.159 [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... 18:21:07.159 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.159 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.159 [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... 18:21:07.159 [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 18:21:07.161 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:21:07.161 [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 18:21:07.162 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:07.162 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:07.162 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.162 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.163 [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... 18:21:07.163 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.163 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.163 [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... 18:21:07.163 [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 18:21:07.168 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:21:07.168 [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 18:21:07.172 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:21:07.172 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:21:07.172 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.172 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/01ec12fc-0000-0a37-0000-000000000000.exml... 18:21:07.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/01ec12fc-0000-0a37-0000-000000000000.exml... 18:21:07.173 [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 18:21:07.174 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.174 [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 18:21:07.174 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.174 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.174 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.174 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.174 [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... 18:21:07.174 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.174 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.174 [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... 18:21:07.175 [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 18:21:07.176 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:07.176 [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 18:21:07.177 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.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/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:07.177 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.177 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.177 [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... 18:21:07.177 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.177 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.177 [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... 18:21:07.177 [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 18:21:07.178 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.178 [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 18:21:07.178 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.178 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.178 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.178 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.179 [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... 18:21:07.179 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.179 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.179 [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... 18:21:07.179 [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 18:21:07.180 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:07.180 [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 18:21:07.181 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.181 [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...18:21:07.181 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.181 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.181 [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... 18:21:07.181 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.181 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.181 [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... 18:21:07.181 [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 18:21:07.182 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.182 [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 18:21:07.182 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.182 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.182 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.183 [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... 18:21:07.183 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.183 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.183 [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... 18:21:07.183 [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 18:21:07.183 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:07.183 [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 18:21:07.184 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.184 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.184 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.184 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.184 [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... 18:21:07.184 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.184 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.184 [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... 18:21:07.184 [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 18:21:07.185 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.185 [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 18:21:07.185 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.185 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.185 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.185 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.186 [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... 18:21:07.186 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.186 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.186 [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... 18:21:07.186 [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 18:21:07.187 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.187 [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 18:21:07.187 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.187 [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...18:21:07.187 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.187 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.187 [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... 18:21:07.187 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.187 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.187 [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... 18:21:07.187 [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 18:21:07.188 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.188 [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 18:21:07.189 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.189 [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...18:21:07.189 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.189 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.189 [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... 18:21:07.189 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.189 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.189 [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... 18:21:07.189 [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 18:21:07.191 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.191 [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 18:21:07.192 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/01ec12fc-0000-0aca-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:07.192 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.192 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 18:21:07.192 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.192 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 18:21:07.192 [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 18:21:07.193 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.193 [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 18:21:07.193 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.193 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.193 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/00700680-0000-01f1-0000-000000000000.exml... 18:21:07.194 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.194 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/00700680-0000-01f1-0000-000000000000.exml... 18:21:07.194 [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 18:21:07.195 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.195 [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 18:21:07.195 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.195 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.195 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.195 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/00700680-0000-01d5-0000-000000000000.exml... 18:21:07.195 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.195 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/00700680-0000-01d5-0000-000000000000.exml... 18:21:07.195 [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 18:21:07.196 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.196 [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 18:21:07.196 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/00700680-0000-01d5-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.196 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.196 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 18:21:07.197 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.197 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 18:21:07.197 [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 18:21:07.250 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.250 [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 18:21:07.250 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.250 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...18:21:07.250 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.250 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.250 [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... 18:21:07.250 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.250 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.250 [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... 18:21:07.251 [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 18:21:07.252 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:07.252 [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 18:21:07.253 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.253 [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...18:21:07.253 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.253 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.253 [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... 18:21:07.253 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.253 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.253 [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... 18:21:07.253 [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 18:21:07.256 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 18:21:07.256 [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 18:21:07.256 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.256 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:07.256 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:07.257 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:07.257 [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... 18:21:07.257 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.257 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.257 [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... 18:21:07.257 [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 18:21:07.258 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.258 [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 18:21:07.258 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.258 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.258 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.258 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.258 [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... 18:21:07.258 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.258 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.258 [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... 18:21:07.259 [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 18:21:07.259 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.259 [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 18:21:07.260 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.260 [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...18:21:07.260 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.260 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.260 [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... 18:21:07.260 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.260 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.260 [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... 18:21:07.260 [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 18:21:07.261 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.261 [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 18:21:07.261 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.261 [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...18:21:07.261 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.261 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.262 [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... 18:21:07.262 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.262 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.262 [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... 18:21:07.262 [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 18:21:07.263 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:07.263 [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 18:21:07.263 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.264 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.264 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.264 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.264 [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... 18:21:07.264 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.264 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.264 [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... 18:21:07.264 [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 18:21:07.265 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.265 [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 18:21:07.265 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.265 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.265 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.265 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.266 [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... 18:21:07.266 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.266 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.266 [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... 18:21:07.266 [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 18:21:07.267 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:07.267 [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 18:21:07.267 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.267 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.267 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.267 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.268 [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... 18:21:07.268 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.268 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.268 [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... 18:21:07.268 [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 18:21:07.278 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:21:07.278 [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 18:21:07.280 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:21:07.280 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:21:07.280 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.280 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/002005c0-0001-000f-0000-000000000000.exml... 18:21:07.281 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.281 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.281 [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... 18:21:07.281 [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 18:21:07.282 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.282 [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 18:21:07.282 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/002005c0-0001-000f-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.282 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.282 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/edc05471-5d08-11df-a996-001302895b2b.exml... 18:21:07.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/edc05471-5d08-11df-a996-001302895b2b.exml... 18:21:07.282 [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 18:21:07.283 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.283 [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 18:21:07.283 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.283 [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...18:21:07.283 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.283 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.284 [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... 18:21:07.284 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.284 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.284 [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... 18:21:07.284 [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 18:21:07.286 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:21:07.286 [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 18:21:07.287 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:21:07.287 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:07.287 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.287 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/00700680-0000-0202-0000-000000000000.exml... 18:21:07.287 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.287 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/00700680-0000-0202-0000-000000000000.exml... 18:21:07.288 [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 18:21:07.288 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.288 [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 18:21:07.289 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/00700680-0000-0202-0000-000000000000.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:07.289 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.289 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.289 [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... 18:21:07.289 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.289 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.289 [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... 18:21:07.289 [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 18:21:07.290 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.290 [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 18:21:07.290 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.290 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.290 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.290 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.290 [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... 18:21:07.291 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.291 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 18:21:07.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 18:21:07.291 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.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.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 18:21:07.292 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.292 [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...18:21:07.292 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.292 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/01ec152c-0000-144f-0000-000000000000.exml... 18:21:07.292 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.292 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/01ec152c-0000-144f-0000-000000000000.exml... 18:21:07.349 [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 18:21:07.354 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:21:07.354 [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 18:21:07.356 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:21:07.357 [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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:21:07.357 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.357 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.357 [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... 18:21:07.357 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.357 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.357 [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... 18:21:07.357 [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 18:21:07.358 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:07.358 [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 18:21:07.358 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.358 [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...18:21:07.358 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.358 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.358 [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... 18:21:07.358 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.358 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.358 [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... 18:21:07.359 [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 18:21:07.359 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.359 [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 18:21:07.360 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.360 [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...18:21:07.360 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.360 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.360 [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... 18:21:07.360 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.360 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.360 [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... 18:21:07.360 [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 18:21:07.361 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.361 [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 18:21:07.361 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.361 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.361 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.361 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.362 [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... 18:21:07.362 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.362 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.362 [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... 18:21:07.362 [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 18:21:07.363 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.363 [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 18:21:07.363 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.363 [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...18:21:07.363 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.363 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.363 [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... 18:21:07.363 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.363 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.363 [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... 18:21:07.363 [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 18:21:07.364 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.364 [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 18:21:07.364 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.364 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.364 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.364 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.365 [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... 18:21:07.365 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.365 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.365 [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... 18:21:07.365 [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 18:21:07.370 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:21:07.370 [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 18:21:07.374 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:21:07.374 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:21:07.374 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.374 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.374 [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... 18:21:07.374 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.374 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.374 [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... 18:21:07.375 [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 18:21:07.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.379 [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 18:21:07.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.380 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:21:07.380 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.380 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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/00bc3ac0-0000-0d9a-0000-000000000000.exml... 18:21:07.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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/00bc3ac0-0000-0d9a-0000-000000000000.exml... 18:21:07.380 [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 18:21:07.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.381 [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 18:21:07.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.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/00bc3ac0-0000-0d9a-0000-000000000000.exml. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.381 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.381 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.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-01f7-0000-000000000000.exml... 18:21:07.382 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.382 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.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-01f7-0000-000000000000.exml... 18:21:07.382 [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 18:21:07.383 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.383 [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 18:21:07.383 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.383 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.383 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.383 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.383 [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... 18:21:07.383 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.383 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.383 [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... 18:21:07.384 [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 18:21:07.388 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:21:07.388 [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 18:21:07.388 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.388 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:21:07.388 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:07.389 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:07.389 [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... 18:21:07.389 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.389 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.389 [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... 18:21:07.389 [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 18:21:07.390 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.390 [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 18:21:07.390 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.390 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.390 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.390 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.390 [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... 18:21:07.390 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.390 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.390 [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... 18:21:07.391 [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 18:21:07.391 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.391 [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 18:21:07.392 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.392 [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...18:21:07.392 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.392 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.392 [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) 18:21:07.392 [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... 18:21:07.392 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.392 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.392 [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... 18:21:07.392 [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 18:21:07.395 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:21:07.395 [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 18:21:07.396 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.396 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...18:21:07.396 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.396 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.397 [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... 18:21:07.397 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.397 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.397 [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... 18:21:07.397 [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 18:21:07.398 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.398 [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 18:21:07.398 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.398 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.398 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.398 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.399 [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... 18:21:07.399 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.399 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.399 [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... 18:21:07.399 [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 18:21:07.453 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:21:07.453 [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 18:21:07.456 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:21:07.456 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:21:07.456 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.456 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.456 [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... 18:21:07.456 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.456 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.456 [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... 18:21:07.456 [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 18:21:07.457 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.457 [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 18:21:07.457 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.457 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.457 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.457 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.458 [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... 18:21:07.458 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.458 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.458 [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... 18:21:07.458 [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 18:21:07.459 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.459 [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 18:21:07.459 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.459 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.459 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.459 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.459 [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... 18:21:07.459 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.459 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.459 [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... 18:21:07.459 [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 18:21:07.461 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:07.461 [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 18:21:07.461 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:07.461 [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...18:21:07.461 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.461 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.461 [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... 18:21:07.461 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.461 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.461 [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... 18:21:07.462 [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 18:21:07.462 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.462 [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 18:21:07.462 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.463 [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...18:21:07.463 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.463 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.463 [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... 18:21:07.463 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.463 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.463 [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... 18:21:07.463 [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 18:21:07.464 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.464 [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 18:21:07.464 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.464 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:07.464 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.464 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.464 [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... 18:21:07.464 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:07.464 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:07.464 [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... 18:21:07.465 [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 18:21:07.465 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:07.466 [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 18:21:07.466 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:07.466 [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...18:21:07.466 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:07.466 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:07.466 [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) 18:21:07.466 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:07.466 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:07.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 18:21:09.695 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 18:21:09.696 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.23s attempting to resolve any uninitialized derived attributes... 18:21:09.696 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:09.696 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:09.696 [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... 18:21:09.696 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s230ms [proxy update] 18:21:09.696 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:09.750 [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 ~4s validating changes... validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-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/1abd18db-c2fd-11de-8ac8-001302895b2b.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.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/01ec2468-0000-0ac1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-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/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/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-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/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.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/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.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/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-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.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.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/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/00700680-0000-01fb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-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/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-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/86eada10-32d9-11e0-91f3-0027103f347c.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/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.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/76f275f9-32d9-11e0-91f3-0027103f347c.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.Profile/01ec045c-0000-3739-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/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.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/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.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/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-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/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/de95a30a-def3-4199-88a5-577f867327a2.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/01ec2468-0000-0acb-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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.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.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-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/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.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/1b1ba62d-205e-11df-948e-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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/a46b20b8-26ab-11df-ac88-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/01ec12fc-0000-0242-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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.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/00700680-0000-01b8-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/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-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/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.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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/002005c0-0001-0007-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/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-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.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.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/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-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/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.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/5d167c0f-df53-11de-b2b1-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/e884c108-f73e-11e1-8cf3-002564c97630.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.EnumeratedPropertyType/01ec152c-0000-3152-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/33ea7558-fb93-11df-8b5e-0027103f347c.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-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.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/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-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/ec22d8ff-de86-11de-905b-001302895b2b.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/00700680-0000-01d5-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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.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/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.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/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/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/4e477e48-35b4-11df-9280-001302895b2b.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/00700680-0000-01f7-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/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-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/01ec2468-0000-0ac6-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/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 18:21:10.650 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 468 ms 18:21:10.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:10.657 [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 18:21:10.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:10.659 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:10.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:10 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit17715963239969684985/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit18218517883007691680/test_bpmn[OrientDB] Apr 04, 2023 6:21:10 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit18218517883007691680/test_bpmn[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:11.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:11.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:11.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:11.700 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:11.700 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:11.700 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:11.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:11.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:11.701 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:21:11.701 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:11.701 [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 SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:21:11.702 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:21:11.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15963438686447128894/:org.eclipse.hawk.localfolder.LocalFolder:false 18:21:11.791 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:11.791 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.795 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.795 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.795 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.796 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.796 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.796 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.796 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.796 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.796 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.797 [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... 18:21:11.797 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:21:11.797 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.797 [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 18:21:11.849 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms Copied ./resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.850 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.853 [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... 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.853 [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 18:21:11.853 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ./resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.854 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.856 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.857 [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... 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.857 [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 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ./resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.857 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.860 [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... 18:21:11.860 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:21:11.861 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.861 [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 18:21:11.861 [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/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.861 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.864 [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... 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.864 [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 18:21:11.864 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ./resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.865 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.868 [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... 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.868 [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 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ./resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.868 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.871 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.871 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.871 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.871 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.871 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.871 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.872 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:21:11.872 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.872 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.872 [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... 18:21:11.872 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:21:11.872 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.872 [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 18:21:11.872 [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/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.872 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.875 [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... 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:21:11.875 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.876 [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 18:21:11.876 [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/junit15963438686447128894/v0-B.2.0.bpmn 18:21:11.876 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:11.879 [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... 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:21:11.879 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:11.880 [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 18:21:11.880 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 18:21:11.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:11.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15963438686447128894/:org.eclipse.hawk.localfolder.LocalFolder:false 18:21:11.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:11.882 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:11.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:11 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit18218517883007691680/test_bpmn[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16153120390699847213/test_instanceCountsAllOf[OrientDB] Apr 04, 2023 6:21:11 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit16153120390699847213/test_instanceCountsAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:12.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:12.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:12.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:12.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:12.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:12.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:12.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:12.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:12.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:12.559 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:12.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:21:12.560 [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 18:21:12.560 [pool-24-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 18:21:12.566 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:12.566 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:12.568 [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 18:21:12.586 [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)] 18:21:12.593 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:12.594 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:12.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:12.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 18:21:12.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 18:21:12.658 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:21:12.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:12.694 [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 18:21:12.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:12.751 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:12.753 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:12.754 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:12.754 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:12.756 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:21:12.756 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:12.756 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:12.756 [pool-24-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)] 18:21:12.772 [pool-24-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)] 18:21:12.792 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:12.792 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:21:12.850 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:12.850 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s95ms [pure insertion] marking any relevant derived attributes for update...18:21:12.850 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:12.850 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:12.852 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:21:12.852 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:12.852 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:12.852 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:21:12.852 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:21:12.853 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:12.853 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:21:12.855 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:12.855 [pool-24-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...18:21:12.855 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:12.855 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:12.856 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:21:12.856 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:12.856 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:12.856 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:21:12.856 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:21:12.857 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:12.857 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:21:12.858 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:12.858 [pool-24-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...18:21:12.858 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:12.858 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:12.858 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:12.858 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:12.859 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:12.864 [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... 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:12.864 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:21:12.866 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 115 ms 18:21:12.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:12.867 [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 18:21:12.869 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:12.869 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:12.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:12 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit16153120390699847213/test_instanceCountsAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8558189206958392088/test_listFiles[OrientDB] Apr 04, 2023 6:21:12 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit8558189206958392088/test_listFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:13.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:13.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:13.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:13.522 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:13.522 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:13.522 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:13.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:13.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:13.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:13.522 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:13.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:21:13.523 [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 18:21:13.524 [pool-25-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 18:21:13.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:13.528 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:13.529 [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 18:21:13.564 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:13.564 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:13.564 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:13.564 [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)] 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:13.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 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:13.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:13.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:13.573 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:13.575 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:21:13.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:21:13.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:13.670 [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 18:21:13.672 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:13.672 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:13.674 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:13.675 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:13.675 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:13.676 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:21:13.676 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:13.676 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:13.676 [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)] 18:21:13.701 [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)] 18:21:13.780 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:13.780 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:21:13.816 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:13.816 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s140ms [pure insertion] marking any relevant derived attributes for update...18:21:13.816 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:13.816 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:13.817 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:21:13.817 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:13.817 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:13.817 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:21:13.818 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:21:13.818 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:13.818 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:21:13.819 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:13.819 [pool-25-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...18:21:13.819 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:13.819 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:13.820 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:21:13.820 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:13.820 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:13.820 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:21:13.821 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:21:13.822 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:13.822 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:21:13.822 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:13.822 [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...18:21:13.822 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:13.822 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:13.822 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:13.822 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:13.851 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.034s attempting to resolve any uninitialized derived attributes... 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:13.856 [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... 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s34ms [proxy update] 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:13.856 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:21:13.857 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 185 ms 18:21:13.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:13.858 [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 18:21:13.861 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:13.861 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:13.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:13 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit8558189206958392088/test_listFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4614172588766097713/test_instanceCounts[OrientDB] Apr 04, 2023 6:21:13 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit4614172588766097713/test_instanceCounts[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:14.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:14.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:14.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:14.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:14.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:14.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:14.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:14.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:14.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:21:14.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:14.382 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:14.383 [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 18:21:14.383 [pool-26-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 18:21:14.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:14.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:14.389 [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 18:21:14.399 [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)] 18:21:14.455 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:21:14.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:14.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:14.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:14.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:14.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:14.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:14.470 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:21:14.470 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:14.556 [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 18:21:14.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:14.558 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:14.560 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:14.561 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:14.561 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:14.562 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:21:14.562 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:14.562 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:14.562 [pool-26-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)] 18:21:14.658 [pool-26-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)] 18:21:14.674 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:14.674 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:21:14.684 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:14.684 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s122ms [pure insertion] marking any relevant derived attributes for update...18:21:14.684 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:14.684 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:14.685 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:21:14.685 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:14.685 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:14.685 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:21:14.686 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:21:14.686 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:14.686 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:21:14.688 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:14.688 [pool-26-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...18:21:14.688 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:14.688 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:14.689 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:21:14.689 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:14.689 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:14.689 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:21:14.689 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:21:14.690 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:14.690 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:21:14.691 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:14.691 [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...18:21:14.691 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:14.691 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:14.691 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:14.691 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:14.692 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:21:14.696 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:21:14.696 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:21:14.696 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:14.696 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:14.696 [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... 18:21:14.696 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:21:14.696 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:14.697 [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 /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:21:14.698 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 140 ms 18:21:14.751 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:14.752 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4614172588766097713/test_instanceCounts[OrientDB] 18:21:14.754 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:14.754 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4614172588766097713/test_instanceCounts[OrientDB] 18:21:14.755 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:14.755 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4614172588766097713/test_instanceCounts[OrientDB] 18:21:14.756 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:14.756 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4614172588766097713/test_instanceCounts[OrientDB] 18:21:14.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:14.757 [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 18:21:14.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:14.759 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:14.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit4614172588766097713/test_instanceCounts[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit937768155576627398/test_reverseRefs[OrientDB] Apr 04, 2023 6:21:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit937768155576627398/test_reverseRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:15.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:15.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:15.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:15.304 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:15.304 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:15.304 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:15.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:15.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:15.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:15.305 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:15.305 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:21:15.305 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:21:15.306 [pool-27-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 18:21:15.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:15.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:15.353 [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 18:21:15.370 [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)] 18:21:15.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:15.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 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:15.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 18:21:15.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 18:21:15.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 18:21:15.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 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:15.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:15.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 18:21:15.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 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:15.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 18:21:15.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 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:15.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[] 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:15.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 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:15.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:15.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:15.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:21:15.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:15.469 [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 18:21:15.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:15.471 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:15.473 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:15.474 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:15.474 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:15.475 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:21:15.475 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:15.475 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:15.475 [pool-27-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)] 18:21:15.496 [pool-27-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)] 18:21:15.572 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:15.572 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:21:15.587 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:15.588 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:21:15.588 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:15.588 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:15.589 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:21:15.589 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:15.589 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:15.589 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:21:15.589 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:21:15.590 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:15.590 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:21:15.591 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:15.591 [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...18:21:15.591 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:15.591 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:15.592 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:21:15.592 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:15.592 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:15.592 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:21:15.592 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:21:15.592 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:15.592 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:21:15.593 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:15.593 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:15.593 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:15.593 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:15.593 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:15.593 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:15.594 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:21:15.599 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:21:15.599 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:21:15.599 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:15.599 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:15.599 [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... 18:21:15.599 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:21:15.599 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:15.599 [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/subfolder/grandchild.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:21:15.601 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 130 ms 18:21:15.651 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:15.651 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit937768155576627398/test_reverseRefs[OrientDB] 18:21:15.653 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:15.653 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit937768155576627398/test_reverseRefs[OrientDB] 18:21:15.655 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:15.655 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit937768155576627398/test_reverseRefs[OrientDB] 18:21:15.657 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:15.657 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit937768155576627398/test_reverseRefs[OrientDB] 18:21:15.659 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:15.659 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit937768155576627398/test_reverseRefs[OrientDB] 18:21:15.660 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:15.660 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit937768155576627398/test_reverseRefs[OrientDB] 18:21:15.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:15.661 [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 18:21:15.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:15.663 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:15.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit937768155576627398/test_reverseRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5547348430689076429/test_forwardRefs[OrientDB] Apr 04, 2023 6:21:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit5547348430689076429/test_forwardRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:16.185 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:16.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:16.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:16.188 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:16.188 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:16.188 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:16.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:16.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:16.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:16.189 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:16.189 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 18:21:16.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:21:16.189 [pool-28-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 18:21:16.196 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:16.196 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:16.250 [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 18:21:16.266 [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)] 18:21:16.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 18:21:16.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:16.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:16.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:16.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:16.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:16.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:16.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:16.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:16.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:16.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:16.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:21:16.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:16.458 [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 18:21:16.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:16.462 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:16.463 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:16.464 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:16.464 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:16.466 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:21:16.466 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:16.466 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:16.466 [pool-28-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)] 18:21:16.487 [pool-28-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)] 18:21:16.568 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:16.568 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:21:16.609 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:21:16.609 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s143ms [pure insertion] marking any relevant derived attributes for update...18:21:16.609 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:16.609 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:16.610 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:21:16.611 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:16.611 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:16.611 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:21:16.611 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:21:16.612 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:16.612 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:21:16.612 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:16.612 [pool-28-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...18:21:16.612 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:16.612 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:16.613 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:21:16.614 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:16.614 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:16.614 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:21:16.614 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:21:16.614 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:21:16.614 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:21:16.615 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:21:16.615 [pool-28-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...18:21:16.615 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:16.615 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:16.615 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:16.615 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:16.617 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:21:16.621 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:21:16.621 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:21:16.621 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:16.621 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:16.621 [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... 18:21:16.621 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:21:16.621 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:16.622 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model 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 changed resource size: 9 relevant graph size: 9 validated changes... true 18:21:16.650 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 188 ms 18:21:16.652 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 18:21:16.653 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 18:21:16.654 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 18:21:16.654 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:16.654 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5547348430689076429/test_forwardRefs[OrientDB] 18:21:16.656 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 18:21:16.657 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:16.657 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5547348430689076429/test_forwardRefs[OrientDB] 18:21:16.659 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 18:21:16.659 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:16.659 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5547348430689076429/test_forwardRefs[OrientDB] 18:21:16.660 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:16.660 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5547348430689076429/test_forwardRefs[OrientDB] 18:21:16.662 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 18:21:16.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:16.662 [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 18:21:16.665 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:16.665 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:16.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit5547348430689076429/test_forwardRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12505879884599327720/test_allContents[OrientDB] Apr 04, 2023 6:21:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit12505879884599327720/test_allContents[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:17.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:17.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:17.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:17.368 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:17.368 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:17.368 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:17.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:17.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:17.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:17.368 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:17.369 [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 18:21:17.369 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:21:17.371 [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 18:21:17.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:17.397 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:17.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 18:21:17.472 [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)] 18:21:17.479 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:21:17.480 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:21:17.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 18:21:17.483 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:21:17.483 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:21:17.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:17.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:17.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:17.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:17.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 18:21:17.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:17.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 18:21:17.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:17.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 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:17.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 18:21:17.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 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:17.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 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:17.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:17.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 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:17.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:17.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 18:21:17.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:17.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:17.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:17.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:21:17.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:21:17.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:21:17.751 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:21:17.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:17.790 [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 18:21:17.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:17.793 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:17.867 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:17.868 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:17.868 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:17.984 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:17.984 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:17.984 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:17.984 [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)] 18:21:18.056 [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)] 18:21:20.187 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~2sec) 18:21:20.187 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:21.184 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:21:21.184 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 3s200ms [pure insertion] marking any relevant derived attributes for update...18:21:21.184 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:21.184 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:21.184 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:21.184 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:23.185 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:23.185 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.001s attempting to resolve any uninitialized derived attributes... 18:21:23.185 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:23.185 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:23.185 [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... 18:21:23.185 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s1ms [proxy update] 18:21:23.185 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:23.185 [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 ~5s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:21:24.268 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 475 ms 18:21:24.360 [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 18:21:24.364 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:24.364 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:24.383 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:24.384 [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/ 18:21:24.385 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:24.385 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:24.454 [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... 18:21:24.454 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.454 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.454 [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... 18:21:24.455 [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 18:21:24.457 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:24.457 [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 18:21:24.475 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:24.475 [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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:21:24.475 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:24.475 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:24.485 [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... 18:21:24.485 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.485 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.485 [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... 18:21:24.486 [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 18:21:24.486 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:24.486 [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 18:21:24.487 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:24.487 [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...18:21:24.487 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:24.487 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:24.551 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:24.551 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.551 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.551 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:24.551 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:24.552 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:24.552 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:24.552 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:24.552 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:24.552 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:24.552 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:24.562 [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... 18:21:24.562 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.562 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.562 [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... 18:21:24.562 [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 18:21:24.563 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:24.563 [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 18:21:24.563 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:24.563 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:24.563 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:24.563 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:24.573 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:24.573 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.573 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.573 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:24.573 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:24.574 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:24.574 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:24.574 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:24.574 [pool-29-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...18:21:24.574 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:24.574 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:24.651 [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... 18:21:24.651 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.651 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.651 [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... 18:21:24.652 [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 18:21:24.652 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:24.652 [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 18:21:24.652 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:24.652 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:24.652 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:24.652 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:24.668 [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... 18:21:24.668 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:24.668 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:24.668 [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... 18:21:24.668 [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 18:21:24.978 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:21:24.978 [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 18:21:25.078 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:21:25.078 [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. 0s410ms [pure insertion] marking any relevant derived attributes for update...18:21:25.078 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:25.078 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:25.089 [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... 18:21:25.089 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:25.089 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:25.089 [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... 18:21:25.089 [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 18:21:25.091 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:25.091 [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 18:21:25.092 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:25.092 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:25.092 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:25.092 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:25.166 [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... 18:21:25.166 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:25.166 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:25.166 [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... 18:21:25.166 [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 18:21:26.073 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:21:26.073 [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 18:21:26.356 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:21:26.357 [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. 1s191ms [pure insertion] marking any relevant derived attributes for update...18:21:26.357 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:26.357 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:26.389 [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... 18:21:26.390 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:26.390 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:26.390 [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... 18:21:26.390 [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 18:21:27.581 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 18:21:27.581 [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 18:21:27.871 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:21:27.871 [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. 1s482ms [pure insertion] marking any relevant derived attributes for update...18:21:27.871 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:27.872 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:27.881 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:27.881 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:27.881 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:27.881 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:21:27.882 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:21:27.882 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:21:27.882 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:27.883 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:27.883 [pool-29-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...18:21:27.883 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:27.883 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:27.883 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:27.883 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:29.491 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:21:29.566 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:21:29.567 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.684s attempting to resolve any uninitialized derived attributes... 18:21:29.567 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:29.567 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:29.567 [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... 18:21:29.567 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s684ms [proxy update] 18:21:29.567 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:29.567 [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 ~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/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:21:30.872 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 508 ms 18:21:30.872 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:30.957 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:31.054 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:31.080 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:31.170 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:31.456 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:31.476 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12505879884599327720/test_allContents[OrientDB] 18:21:31.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:31.565 [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 18:21:31.567 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:31.567 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:31.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit12505879884599327720/test_allContents[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4584829493846227390/test_subtreeTraversalScoping[OrientDB] Apr 04, 2023 6:21:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit4584829493846227390/test_subtreeTraversalScoping[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:32.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:32.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:32.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:32.407 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:32.407 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:32.407 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:32.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:32.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:32.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:32.407 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:32.408 [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... 18:21:32.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:21:32.408 [pool-30-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 18:21:32.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:32.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:32.475 [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 18:21:32.491 [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)] 18:21:32.496 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:21:32.497 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:21:32.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:32.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:32.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:32.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:32.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:21:32.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:21:32.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:21:32.558 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:21:32.559 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:21:32.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:21:32.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:32.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:32.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:32.561 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:32.562 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:32.752 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:21:32.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:32.786 [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 18:21:32.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:32.788 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:32.852 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:32.853 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:32.853 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:32.962 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:32.962 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:32.962 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:32.962 [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)] 18:21:32.982 [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)] 18:21:34.487 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 18:21:34.487 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:35.165 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:21:35.165 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s203ms [pure insertion] marking any relevant derived attributes for update...18:21:35.165 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:35.165 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:35.165 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:35.165 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:37.370 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:37.370 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.205s attempting to resolve any uninitialized derived attributes... 18:21:37.370 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:37.370 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:37.370 [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... 18:21:37.370 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s205ms [proxy update] 18:21:37.370 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:37.370 [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 ~4s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:21:38.296 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 508 ms 18:21:38.377 [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 18:21:38.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:38.380 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:38.400 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:38.401 [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/ 18:21:38.401 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:38.401 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:38.479 [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... 18:21:38.479 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:38.479 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:38.479 [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... 18:21:38.479 [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 18:21:39.154 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:21:39.154 [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 18:21:39.468 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:21:39.468 [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. 0s989ms [pure insertion] marking any relevant derived attributes for update...18:21:39.468 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.468 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.479 [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... 18:21:39.479 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.479 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.479 [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... 18:21:39.479 [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 18:21:39.480 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:39.480 [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 18:21:39.480 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.480 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:39.480 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.480 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.552 [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... 18:21:39.552 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.552 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.552 [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... 18:21:39.553 [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 18:21:39.553 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:39.553 [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 18:21:39.553 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.553 [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...18:21:39.553 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:21:39.554 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:21:39.562 [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... 18:21:39.562 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.562 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.562 [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... 18:21:39.562 [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 18:21:39.563 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:39.563 [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 18:21:39.563 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.563 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:39.563 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.563 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.572 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:39.572 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.572 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.572 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:39.572 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:39.573 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:39.573 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:39.573 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.573 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:39.573 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.573 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.581 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:39.581 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.581 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.581 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:21:39.581 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:21:39.582 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:21:39.582 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:39.582 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.582 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:39.583 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.583 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.654 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:39.654 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.654 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.654 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:39.654 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:39.655 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:39.655 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:39.655 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.655 [pool-30-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...18:21:39.655 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.655 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.853 [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... 18:21:39.853 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.853 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.853 [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... 18:21:39.853 [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 18:21:39.854 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:39.854 [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 18:21:39.854 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:39.854 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:39.854 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.854 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.863 [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... 18:21:39.863 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.863 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.863 [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... 18:21:39.863 [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 18:21:39.865 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:39.865 [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 18:21:39.867 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:39.867 [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...18:21:39.867 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:39.867 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:39.969 [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... 18:21:39.969 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:39.969 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:39.969 [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... 18:21:39.969 [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 18:21:40.778 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:21:40.778 [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 18:21:40.994 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:21:40.995 [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. 1s26ms [pure insertion] marking any relevant derived attributes for update...18:21:40.995 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:40.995 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:41.009 [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... 18:21:41.009 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:41.009 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:41.009 [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... 18:21:41.009 [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 18:21:41.262 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:21:41.262 [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 18:21:41.294 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:21:41.294 [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. 0s285ms [pure insertion] marking any relevant derived attributes for update...18:21:41.294 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:41.294 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:41.294 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:41.294 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:43.047 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:21:43.122 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:21:43.123 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.829s attempting to resolve any uninitialized derived attributes... 18:21:43.123 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:43.123 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:43.123 [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... 18:21:43.123 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s829ms [proxy update] 18:21:43.123 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:43.124 [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 ~4s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.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.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:21:43.992 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 612 ms 18:21:43.993 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:43.993 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4584829493846227390/test_subtreeTraversalScoping[OrientDB] 18:21:43.996 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:21:43.997 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4584829493846227390/test_subtreeTraversalScoping[OrientDB] 18:21:44.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:44.017 [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 18:21:44.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:44.021 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:44.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit4584829493846227390/test_subtreeTraversalScoping[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit14431061335839386466/test_getAllOf[OrientDB] Apr 04, 2023 6:21:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit14431061335839386466/test_getAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:44.997 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:45.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:45.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:45.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:45.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:45.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:45.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:45.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:45.001 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:45.001 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:45.001 [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 18:21:45.002 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:21:45.002 [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 18:21:45.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:45.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:45.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 18:21:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:21:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:21:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:21:45.151 [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)] 18:21:45.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:21:45.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:21:45.161 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:21:45.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:45.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:45.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:45.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:45.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:45.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:45.167 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:21:45.167 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:21:45.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:45.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:45.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:45.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:45.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:21:45.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:45.655 [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 18:21:45.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:45.658 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:45.672 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:45.673 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:45.673 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:45.771 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:45.771 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:45.772 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:45.772 [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)] 18:21:45.784 [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)] 18:21:46.584 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:21:46.584 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:46.973 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:21:46.973 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s202ms [pure insertion] marking any relevant derived attributes for update...18:21:46.973 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:46.973 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:46.973 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:46.973 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:48.146 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:48.146 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.173s attempting to resolve any uninitialized derived attributes... 18:21:48.146 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:48.146 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:48.146 [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... 18:21:48.146 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s173ms [proxy update] 18:21:48.146 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:48.146 [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 ~2s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:21:48.597 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 939 ms 18:21:48.659 [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 18:21:48.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:48.662 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:48.679 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:48.680 [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/ 18:21:48.680 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:48.680 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:48.750 [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... 18:21:48.750 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:48.750 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:48.750 [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... 18:21:48.750 [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 18:21:49.289 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:21:49.289 [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 18:21:49.501 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:21:49.501 [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. 0s751ms [pure insertion] marking any relevant derived attributes for update...18:21:49.501 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:49.501 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:49.513 [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... 18:21:49.514 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:49.514 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:49.514 [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... 18:21:49.514 [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 18:21:49.879 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:21:49.879 [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 18:21:49.909 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:21:49.909 [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. 0s396ms [pure insertion] marking any relevant derived attributes for update...18:21:49.909 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:49.909 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:49.956 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:49.956 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:49.956 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:49.956 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:49.957 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:49.957 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:49.957 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:49.957 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:49.957 [pool-31-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...18:21:49.957 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:49.957 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:49.978 [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... 18:21:49.978 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:49.978 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:49.978 [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... 18:21:49.978 [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 18:21:50.486 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:21:50.486 [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 18:21:50.599 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:21:50.599 [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. 0s621ms [pure insertion] marking any relevant derived attributes for update...18:21:50.599 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.599 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.607 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:50.607 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.607 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.607 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:21:50.608 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:21:50.608 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:21:50.608 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:50.609 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:50.609 [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...18:21:50.609 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.609 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.655 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:50.655 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.655 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.655 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:50.655 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:50.656 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:50.656 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:50.656 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:50.656 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:50.656 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.656 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.663 [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... 18:21:50.663 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.663 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.663 [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... 18:21:50.663 [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 18:21:50.664 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:50.664 [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 18:21:50.664 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:50.664 [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...18:21:50.664 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.664 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.671 [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... 18:21:50.671 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.671 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.671 [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... 18:21:50.672 [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 18:21:50.672 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:50.672 [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 18:21:50.672 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:50.672 [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...18:21:50.672 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.672 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.680 [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... 18:21:50.680 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.680 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.680 [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... 18:21:50.680 [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 18:21:50.681 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:50.681 [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 18:21:50.683 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:50.683 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...18:21:50.683 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.683 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.754 [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... 18:21:50.754 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.754 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.754 [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... 18:21:50.755 [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 18:21:50.755 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:50.755 [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 18:21:50.756 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:50.756 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:50.756 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.756 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.762 [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... 18:21:50.763 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:50.763 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:50.763 [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... 18:21:50.763 [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 18:21:50.763 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:50.763 [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 18:21:50.764 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:50.764 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:21:50.764 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:50.764 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:50.764 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:50.764 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:52.031 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:21:52.131 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:21:52.131 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.367s attempting to resolve any uninitialized derived attributes... 18:21:52.131 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:52.131 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:52.131 [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... 18:21:52.131 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s367ms [proxy update] 18:21:52.131 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:52.132 [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 ~3s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:21:52.996 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 334 ms 18:21:52.996 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14431061335839386466/test_getAllOf[OrientDB] 18:21:53.052 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14431061335839386466/test_getAllOf[OrientDB] 18:21:53.288 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14431061335839386466/test_getAllOf[OrientDB] 18:21:53.367 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14431061335839386466/test_getAllOf[OrientDB] 18:21:53.520 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14431061335839386466/test_getAllOf[OrientDB] 18:21:53.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 18:21:53.523 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IType#allof_IType (isMany=true|isOrdered=false|isUnique=true|type=IType) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:21:53.524 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 18:21:53.525 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:21:53.555 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:21:53.999 [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) 18:21:53.999 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.475s 18:21:53.999 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 18:21:54.001 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:21:54.001 [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 18:21:54.006 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:54.006 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:21:54.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:21:54 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit14431061335839386466/test_getAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5962915629824180976/test_getFiles[OrientDB] Apr 04, 2023 6:21:54 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit5962915629824180976/test_getFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:21:54.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:21:54.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:54.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:21:54.972 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:54.972 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:54.972 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:21:54.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:21:54.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:21:54.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:21:54.973 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:54.974 [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... 18:21:54.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:21:54.974 [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 18:21:55.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:21:55.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:21:55.051 [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 18:21:55.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:21:55.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:21:55.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:21:55.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:21:55.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:21:55.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:21:55.066 [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)] 18:21:55.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:21:55.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:21:55.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:21:55.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 18:21:55.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 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:21:55.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:21:55.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 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:21:55.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 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:21:55.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:21:55.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 18:21:55.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:21:55.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:21:55.078 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:21:55.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:21:55.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:55.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:55.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:55.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:21:55.089 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:21:55.089 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:21:55.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:21:55.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:21:55.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:21:55.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 18:21:55.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:55.478 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:55.492 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:55.493 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:55.493 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:55.578 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:55.578 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:55.578 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:55.578 [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)] 18:21:55.649 [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)] 18:21:57.006 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 18:21:57.006 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:57.603 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:21:57.604 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s26ms [pure insertion] marking any relevant derived attributes for update...18:21:57.604 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:57.604 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:57.604 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:21:57.604 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:21:58.760 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:21:58.760 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.156s attempting to resolve any uninitialized derived attributes... 18:21:58.760 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:21:58.760 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:21:58.760 [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... 18:21:58.760 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s156ms [proxy update] 18:21:58.760 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:21:58.760 [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 18:21:59.259 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 781 ms 18:21:59.292 [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 18:21:59.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:21:59.295 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:21:59.312 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:21:59.313 [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/ 18:21:59.313 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:21:59.313 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:21:59.322 [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... 18:21:59.322 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:59.322 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:59.322 [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... 18:21:59.349 [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 18:21:59.351 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:21:59.351 [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 18:21:59.366 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:21:59.366 [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. 0s44ms [pure insertion] marking any relevant derived attributes for update...18:21:59.366 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:59.366 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:59.373 [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... 18:21:59.373 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:59.373 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:59.373 [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... 18:21:59.373 [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 18:21:59.374 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:21:59.374 [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 18:21:59.374 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:59.374 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:59.374 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:59.374 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:59.381 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:59.381 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:59.381 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:59.381 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:21:59.381 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:59.382 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:59.382 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:21:59.382 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:59.382 [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...18:21:59.382 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:59.382 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:59.388 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:21:59.388 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:59.388 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:59.388 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:21:59.389 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:21:59.389 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:21:59.389 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:21:59.390 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:59.390 [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...18:21:59.390 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:59.390 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:59.451 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:59.451 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:59.451 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:59.451 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:21:59.452 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:59.452 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:21:59.452 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:21:59.452 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:21:59.452 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:21:59.452 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:21:59.453 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:21:59.466 [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... 18:21:59.466 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:21:59.466 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:21:59.466 [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... 18:21:59.466 [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 18:21:59.891 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:21:59.891 [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 18:22:00.007 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:22:00.008 [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. 0s542ms [pure insertion] marking any relevant derived attributes for update...18:22:00.008 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:00.008 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:00.015 [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... 18:22:00.015 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:00.015 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:00.015 [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... 18:22:00.015 [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 18:22:00.016 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:00.016 [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 18:22:00.016 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:00.016 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:22:00.016 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:00.016 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:00.061 [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... 18:22:00.061 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:00.061 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:00.061 [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... 18:22:00.061 [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 18:22:00.619 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:22:00.619 [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 18:22:00.817 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:22:00.817 [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. 0s756ms [pure insertion] marking any relevant derived attributes for update...18:22:00.817 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:00.817 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:00.851 [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... 18:22:00.851 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:00.851 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:00.851 [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... 18:22:00.852 [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 18:22:00.852 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:00.852 [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 18:22:00.852 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:00.852 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:22:00.852 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:00.852 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:00.863 [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... 18:22:00.863 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:00.863 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:00.863 [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... 18:22:00.863 [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 18:22:01.095 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:22:01.095 [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 18:22:01.185 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:22:01.185 [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. 0s322ms [pure insertion] marking any relevant derived attributes for update...18:22:01.185 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:01.185 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:01.192 [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... 18:22:01.192 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:01.192 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:01.192 [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... 18:22:01.193 [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 18:22:01.193 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:01.193 [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 18:22:01.193 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:01.249 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:22:01.249 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:01.249 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:01.249 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:01.249 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:02.686 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:22:02.755 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:22:02.755 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.506s attempting to resolve any uninitialized derived attributes... 18:22:02.755 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:02.755 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:02.755 [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... 18:22:02.755 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s506ms [proxy update] 18:22:02.755 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:02.756 [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 ~3s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:22:03.775 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 480 ms 18:22:03.776 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5962915629824180976/test_getFiles[OrientDB] 18:22:03.778 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5962915629824180976/test_getFiles[OrientDB] 18:22:03.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:03.853 [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 18:22:03.856 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:03.856 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:03.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:03 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit5962915629824180976/test_getFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3230075578663385368/test_getAllOfCountsSubtypes[OrientDB] Apr 04, 2023 6:22:03 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit3230075578663385368/test_getAllOfCountsSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:04.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:04.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:04.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:04.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:04.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:04.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:04.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:04.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:04.519 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:04.519 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:04.519 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:04.519 [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 18:22:04.519 [pool-33-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 18:22:04.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:04.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:04.561 [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 18:22:04.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 18:22:04.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 18:22:04.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 18:22:04.591 [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)] 18:22:04.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 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:04.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 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:04.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:04.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 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:04.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 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:04.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 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:04.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 18:22:04.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 18:22:04.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 18:22:04.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:04.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 18:22:04.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 18:22:04.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 18:22:04.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 18:22:04.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 18:22:04.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 18:22:04.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:04.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 18:22:04.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:04.600 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:22:04.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:22:04.602 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:22:04.603 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:22:04.603 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:22:04.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:04.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:04.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:04.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:04.858 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:22:04.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:04.892 [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 18:22:04.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:04.950 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:04.964 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:04.965 [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/ 18:22:04.965 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:04.965 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:04.972 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:22:04.972 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:04.972 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:04.972 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:22:04.991 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:22:05.065 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:22:05.065 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:22:05.065 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:05.065 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:22:05.065 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:05.065 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:05.086 [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... 18:22:05.086 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:05.086 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:05.086 [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... 18:22:05.087 [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 18:22:05.705 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:22:05.705 [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 18:22:05.972 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:22:05.972 [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. 0s886ms [pure insertion] marking any relevant derived attributes for update...18:22:05.972 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:05.972 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:05.982 [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... 18:22:05.982 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:05.982 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:05.982 [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... 18:22:05.983 [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 18:22:06.117 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:22:06.117 [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 18:22:06.165 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:22:06.165 [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. 0s183ms [pure insertion] marking any relevant derived attributes for update...18:22:06.165 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:06.165 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:06.172 [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... 18:22:06.172 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:06.172 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:06.172 [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... 18:22:06.172 [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 18:22:06.173 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:06.173 [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 18:22:06.173 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:06.173 [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...18:22:06.173 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:06.173 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:06.179 [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... 18:22:06.179 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:06.179 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:06.179 [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... 18:22:06.179 [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 18:22:06.180 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:06.180 [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 18:22:06.180 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:06.180 [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...18:22:06.180 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:06.180 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:06.193 [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... 18:22:06.193 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:06.193 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:06.193 [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... 18:22:06.193 [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 18:22:07.087 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:22:07.087 [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 18:22:07.266 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:22:07.266 [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. 1s73ms [pure insertion] marking any relevant derived attributes for update...18:22:07.266 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:07.266 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:07.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/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:22:07.273 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:07.273 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:07.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/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:22:07.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/IPackageFragment_org.eclipse.jdt.internal.xmi 18:22:07.274 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:07.274 [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 18:22:07.274 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:07.274 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:22:07.274 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:07.275 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:07.280 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:22:07.280 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:07.280 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:07.280 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:22:07.281 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:22:07.281 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:22:07.281 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:22:07.282 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:07.282 [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...18:22:07.282 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:07.282 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:07.288 [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... 18:22:07.288 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:07.288 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:07.288 [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... 18:22:07.288 [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 18:22:07.288 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:07.288 [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 18:22:07.289 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:07.289 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:22:07.289 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:07.289 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:07.295 [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... 18:22:07.295 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:07.295 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:07.295 [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... 18:22:07.296 [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 18:22:07.297 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:22:07.297 [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 18:22:07.351 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:22:07.351 [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. 0s56ms [pure insertion] marking any relevant derived attributes for update...18:22:07.351 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:07.351 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:07.357 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:22:07.357 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:07.357 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:07.357 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:22:07.357 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:22:07.358 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:22:07.358 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:22:07.358 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:07.358 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:22:07.358 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:07.358 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:07.358 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:07.358 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:08.474 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:22:08.540 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:22:08.540 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.182s attempting to resolve any uninitialized derived attributes... 18:22:08.540 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:08.540 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:08.540 [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... 18:22:08.540 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s182ms [proxy update] 18:22:08.540 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:08.541 [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 ~3s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/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 /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 /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:22:09.156 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 206 ms 18:22:09.156 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3230075578663385368/test_getAllOfCountsSubtypes[OrientDB] 18:22:09.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 18:22:09.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=BinaryPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:22:09.160 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 18:22:09.161 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 18:22:09.167 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:22:09.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:22:09.214 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.054s 18:22:09.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 18:22:09.215 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3230075578663385368/test_getAllOfCountsSubtypes[OrientDB] 18:22:09.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 18:22:09.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 18:22:09.218 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 18:22:09.220 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:22:09.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 18:22:09.259 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.041s 18:22:09.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 18:22:09.265 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:09.269 [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 18:22:09.269 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 18:22:09.270 [pool-33-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3230075578663385368/test_getAllOfCountsSubtypes[OrientDB] 18:22:09.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:09.273 [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 18:22:09.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:09.275 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:09.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit3230075578663385368/test_getAllOfCountsSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4329229254749613287/test_addChild[OrientDB] Apr 04, 2023 6:22:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit4329229254749613287/test_addChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:10.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:10.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:10.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:10.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:10.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:10.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:10.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:10.065 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:10.065 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:22:10.066 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:22:10.066 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 18:22:10.069 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.069 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.070 [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 18:22:10.101 [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)] 18:22:10.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:10.108 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:10.109 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:10.118 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:10.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:10.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:10.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:10.150 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:10.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:10.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:10.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:10.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:10.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:10.155 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.155 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:10.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:10.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:10.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14242770201203354450/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:10.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:10.192 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:10.193 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:10.194 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:10.194 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:10.195 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:10.195 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:10.195 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:10.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)] 18:22:10.255 [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)] 18:22:10.276 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:10.276 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:10.278 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:10.278 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:22:10.278 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:10.279 [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... 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:22:10.279 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:10.279 [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 18:22:10.280 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms Copied ./resources/models/changed-trees/add-child.model over /tmp/junit14242770201203354450/tree.model 18:22:10.281 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:10.281 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:10.282 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:10.282 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:10.282 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:10.282 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:10.283 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:22:10.283 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:22:10.283 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:22:10.283 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:22:10.283 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:22:10.284 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 18:22:10.285 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:22:10.286 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:22:10.286 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:10.286 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:22:10.286 [pool-34-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...18:22:10.286 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:10.286 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:10.286 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:10.286 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:10.287 [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... 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:10.287 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... changed resource size: 3 relevant graph size: 3 validated changes... true 18:22:10.288 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 18:22:10.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:10.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14242770201203354450/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:10.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:10.290 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:10.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:10 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit4329229254749613287/test_addChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5165859870796947186/test_addModel[OrientDB] Apr 04, 2023 6:22:10 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit5165859870796947186/test_addModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:10.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:10.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:10.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:10.752 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.752 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.752 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:10.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:10.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:10.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:10.753 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:10.753 [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 18:22:10.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:22:10.753 [pool-35-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 18:22:10.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.757 [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 18:22:10.767 [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)] 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:10.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:10.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 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:10.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 18:22:10.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 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:10.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:10.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:10.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:10.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:10.784 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.784 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.786 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:10.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:10.789 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:10.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:10.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:10.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:10.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:10.791 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:10.792 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:10.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:10.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1209626213093974573/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:10.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:10.868 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:10.869 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:10.869 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:10.869 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:10.869 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:10.869 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:10.870 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:10.870 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:10.870 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:10.870 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:10.870 [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... 18:22:10.870 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:22:10.871 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:10.871 [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 18:22:10.871 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:22:10.871 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:10.872 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:10.872 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:10.872 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:10.873 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:10.873 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:10.873 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:10.873 [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)] 18:22:10.887 [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)] 18:22:10.973 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:10.973 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:10.976 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s103ms [pure insertion] marking any relevant derived attributes for update...18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:10.976 [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... 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:22:10.976 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:10.977 [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 18:22:10.977 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms 18:22:10.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:10.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1209626213093974573/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:10.980 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:10.980 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:10.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:11 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit5165859870796947186/test_addModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15743058346984822225/test_renameRoot[OrientDB] Apr 04, 2023 6:22:11 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit15743058346984822225/test_renameRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:11.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:11.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:11.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:11.578 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:11.578 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:11.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:11.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:11.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:11.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:11.579 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:11.579 [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 18:22:11.580 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:22:11.580 [pool-36-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 18:22:11.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:11.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:11.584 [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 18:22:11.595 [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)] 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:11.601 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:11.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:11.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:11.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:11.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:11.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:11.603 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:11.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:11.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:11.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:11.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:11.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:11.656 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:11.657 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:11.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:11.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:11.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:11.662 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:11.662 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:11.662 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:11.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:11.664 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:11.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13150023908878629823/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:11.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:11.754 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:11.756 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:11.756 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:11.756 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:11.757 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:11.757 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:11.757 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:11.757 [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)] 18:22:11.776 [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)] 18:22:11.796 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:11.796 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:11.799 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:11.799 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s42ms [pure insertion] marking any relevant derived attributes for update...18:22:11.799 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:11.799 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:11.799 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:11.799 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:11.800 [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... 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:11.800 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 18:22:11.801 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 46 ms Copied ./resources/models/changed-trees/rename-root.model over /tmp/junit13150023908878629823/tree.model 18:22:11.801 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:11.802 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:11.802 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:11.802 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:11.803 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:11.803 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:11.803 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:22:11.803 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:22:11.803 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:22:11.803 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:22:11.803 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:11.804 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:22:11.849 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:11.849 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:11.849 [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... 18:22:11.849 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s46ms [proxy update] 18:22:11.850 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:11.850 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 18:22:11.850 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms 18:22:11.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:11.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13150023908878629823/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:11.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:11.854 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:11.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:11 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit15743058346984822225/test_renameRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit10917587674501938452/test_eContainer[OrientDB] Apr 04, 2023 6:22:11 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit10917587674501938452/test_eContainer[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:12.474 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:12.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:12.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:12.476 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:12.476 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:12.476 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:12.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:12.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:12.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:12.476 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:12.477 [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 18:22:12.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:22:12.477 [pool-37-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 18:22:12.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:12.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:12.481 [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 18:22:12.496 [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)] 18:22:12.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:12.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:12.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:12.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:12.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:12.503 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:12.504 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:12.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:12.602 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:12.602 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:12.602 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:12.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:12.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.605 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:12.605 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:12.606 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:12.609 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:12.609 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:12.609 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:12.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:12.610 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:12.611 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:12.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:12.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:12.676 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7120358458011243915/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:12.679 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:12.679 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:12.680 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:12.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:12.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:12.681 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:12.682 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:12.682 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:12.682 [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)] 18:22:12.699 [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)] 18:22:12.769 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:12.769 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:12.772 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s91ms [pure insertion] marking any relevant derived attributes for update...18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:12.772 [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... 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:22:12.772 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:12.772 [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 18:22:12.773 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 18:22:12.775 [main] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 18:22:12.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:12.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7120358458011243915/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:12.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:12.782 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:12.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:12 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit10917587674501938452/test_eContainer[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9633457827318370894/test_removeChild[OrientDB] Apr 04, 2023 6:22:12 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit9633457827318370894/test_removeChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:13.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:13.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:13.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:13.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:13.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:13.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:13.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:13.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:13.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:13.374 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:13.374 [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 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:22:13.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:22:13.375 [pool-38-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 18:22:13.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:13.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:13.379 [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 18:22:13.399 [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)] 18:22:13.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:13.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 18:22:13.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:13.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:13.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:13.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 18:22:13.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 18:22:13.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:13.407 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:13.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:13.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:13.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:13.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:13.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:13.408 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:13.420 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:13.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:13.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:13.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:13.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:13.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:13.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:13.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:13.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:13.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:13.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:13.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:13.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:13.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:13.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:13.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:13.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:13.457 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:13.458 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:13.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:13.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1335804121260407562/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:13.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:13.552 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:13.553 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:13.554 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:13.554 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:13.555 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:13.555 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:13.555 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:13.555 [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)] 18:22:13.568 [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)] 18:22:13.583 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:13.584 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:13.586 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:13.586 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:22:13.586 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:13.586 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:13.586 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:13.586 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:13.587 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:13.587 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:13.587 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:13.587 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:13.587 [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... 18:22:13.587 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:13.587 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:13.587 [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 18:22:13.588 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 36 ms Copied ./resources/models/changed-trees/remove-child.model over /tmp/junit1335804121260407562/tree.model 18:22:13.588 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:13.589 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:13.590 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:13.590 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:13.591 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:13.591 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:13.591 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:22:13.591 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:22:13.591 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:22:13.591 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:22:13.591 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:22:13.592 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 18:22:13.593 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:22:13.593 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:22:13.593 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:13.593 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:22:13.593 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:22:13.593 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:13.594 [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... 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:22:13.594 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:13.594 [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 18:22:13.595 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 18:22:13.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:13.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1335804121260407562/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:13.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:13.651 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:13.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:13 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit9633457827318370894/test_removeChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13827486199362064956/test_renameChild[OrientDB] Apr 04, 2023 6:22:13 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit13827486199362064956/test_renameChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:14.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:14.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:14.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:14.073 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.073 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.073 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:14.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:14.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:14.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:14.073 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:14.074 [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 18:22:14.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:22:14.074 [pool-39-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 18:22:14.077 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.077 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.077 [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 18:22:14.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:14.088 [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)] 18:22:14.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:14.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:14.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:14.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:14.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:14.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:14.103 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:14.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:14.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:14.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:14.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 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:14.106 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:14.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:14.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 18:22:14.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 18:22:14.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 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:14.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:14.150 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:14.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:14.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:14.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.151 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:14.153 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:14.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:14.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12439707562228821864/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:14.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:14.188 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:14.189 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:14.190 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:14.190 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:14.191 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:14.191 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:14.191 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:14.191 [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)] 18:22:14.260 [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)] 18:22:14.275 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:14.275 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:14.277 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:14.277 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:22:14.277 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:14.277 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:14.277 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:14.277 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:14.278 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:14.278 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:14.278 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:14.278 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:14.278 [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... 18:22:14.278 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:14.278 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:14.278 [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 18:22:14.279 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 91 ms Copied ./resources/models/changed-trees/rename-child.model over /tmp/junit12439707562228821864/tree.model 18:22:14.279 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:14.280 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:14.280 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:14.280 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:22:14.281 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:22:14.281 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s0ms [pure insertion] marking any relevant derived attributes for update...18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:14.281 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:14.282 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:14.282 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:14.282 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:14.282 [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... 18:22:14.282 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:14.282 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:14.282 [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 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:22:14.282 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:22:14.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:14.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12439707562228821864/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:14.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:14.287 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:14.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit13827486199362064956/test_renameChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9213784119872514145/test_hawkProperties[OrientDB] Apr 04, 2023 6:22:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_hawkProperties[OrientDB]}} Storage 'plocal:/tmp/junit9213784119872514145/test_hawkProperties[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:14.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:22:14.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:22:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:14.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 18:22:14.712 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:14.713 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 18:22:14.713 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:22:14.713 [pool-40-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 18:22:14.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.716 [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 18:22:14.727 [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)] 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:14.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:14.733 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:14.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:14.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:14.758 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:22:14.758 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:14.758 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 18:22:14.760 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.760 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:14.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:14.762 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:14.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:14.765 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:22:14.765 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:14.765 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 18:22:14.766 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:14.766 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:14.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:22:14.768 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:22:14.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:22:14.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7575020532885215721/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:14.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:14.858 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:14.859 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:14.860 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:14.860 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:14.860 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:22:14.860 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:14.860 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:14.861 [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)] 18:22:14.874 [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)] 18:22:14.891 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:22:14.891 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:22:14.893 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:22:14.893 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s33ms [pure insertion] marking any relevant derived attributes for update...18:22:14.893 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:14.893 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:14.893 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:14.893 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:14.894 [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... 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:14.894 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 18:22:14.895 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 37 ms 18:22:14.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:14.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7575020532885215721/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:14.955 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:14.955 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:14.965 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:14 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_hawkProperties[OrientDB]}} Storage 'plocal:/tmp/junit9213784119872514145/test_hawkProperties[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13931551173596478663/test_upgradeModelProfileVersion[OrientDB] Apr 04, 2023 6:22:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit13931551173596478663/test_upgradeModelProfileVersion[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:15.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:15.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:15.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:16.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:16.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:16.367 [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 18:22:16.387 [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)] 18:22:16.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.452 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:16.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:16.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:16.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:16.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:16.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:16.456 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:16.457 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:16.459 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.459 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:16.461 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:16.461 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:16.468 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:16.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:16.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:16.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:16.560 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:16.563 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:16.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:16.572 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:16.659 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:16.659 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:16.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:16.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:16.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:16.759 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.760 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.764 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.769 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.769 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.771 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.772 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:16.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:16.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:16.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:16.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:16.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:16.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:16.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:16.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:16.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:16.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.788 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:16.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:16.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:20.068 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 18:22:20.068 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:20.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:20.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:20.082 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:20.150 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:20.150 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:20.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:20.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:20.260 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:20.260 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:20.262 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:20.262 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:20.351 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:20.351 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:20.351 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:20.351 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:22:20.376 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:20.392 [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)] 18:22:20.558 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:20.558 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:20.660 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:20.660 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s310ms [pure insertion] marking any relevant derived attributes for update...18:22:20.660 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:20.660 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:20.664 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:20.664 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:20.664 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:20.664 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:22:20.664 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:22:20.864 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:20.864 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:20.951 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:20.951 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s287ms [pure insertion] marking any relevant derived attributes for update...18:22:20.951 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:20.951 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:20.955 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:20.955 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:20.955 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:20.955 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:22:20.956 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:22:21.155 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:21.155 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:21.186 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:21.186 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s231ms [pure insertion] marking any relevant derived attributes for update...18:22:21.186 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:21.186 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:21.251 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:21.251 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:21.251 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:21.251 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:22:21.251 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:22:21.352 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:21.352 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:21.354 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:21.354 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...18:22:21.355 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:21.355 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:21.355 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:21.355 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:21.458 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:21.458 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.104s attempting to resolve any uninitialized derived attributes... 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:21.459 [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... 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s104ms [proxy update] 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:21.459 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 199 ms 18:22:21.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:22:21.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:21.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:21.466 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:21.467 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:22:21.467 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:21.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:22:21.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:21.469 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:22:21.469 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:21.470 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:21.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:22:21.480 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:22:21.585 [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/junit8642807664171600776/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:21.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:21.588 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:21.588 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:21.588 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:21.588 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:21.588 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:21.588 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:21.589 [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... 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:21.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:21.590 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:21.590 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:21.590 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:21.595 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:22:21.595 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:21.595 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:21.595 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:22:21.595 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:22:21.666 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:22:21.666 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:22:21.672 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:22:21.672 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:22:21.672 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:21.672 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:21.672 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:21.672 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:21.676 [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... 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:21.676 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:21.677 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 18:22:21.691 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:21.692 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:21.692 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:21.692 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:21.754 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:22:21.754 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:21.754 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:22:21.763 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:22:21.763 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:22:21.763 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 18:22:21.763 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 18:22:21.767 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.004s 18:22:21.771 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:22:21.850 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:22:21.850 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:22:21.852 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:22:21.852 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...18:22:21.852 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:21.852 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:21.852 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:21.852 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:21.855 [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... 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 18:22:21.855 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:21.856 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:21.856 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 165 ms 18:22:21.863 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:21.863 [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/junit8642807664171600776/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:21.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:21.865 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:21.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit13931551173596478663/test_upgradeModelProfileVersion[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8157841086190970738/test_stereotypeAsModel[OrientDB] Apr 04, 2023 6:22:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit8157841086190970738/test_stereotypeAsModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:22.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:22.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:22.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:22.675 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:22.675 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:22.756 [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 18:22:22.768 [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)] 18:22:22.774 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.774 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.775 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.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 18:22:22.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:22.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:22.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:22.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 18:22:22.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 18:22:22.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:22.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 18:22:22.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:22.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:22.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:22.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.781 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:22.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.784 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.786 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.786 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:22.787 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:22.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:22.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:22.850 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:22.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:22.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:22.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:22.865 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:22.865 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:22.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:22.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:22.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:22.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:22.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:22.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.966 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.967 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.967 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:22.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:22.969 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:22.969 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:22.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:22.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:22.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.971 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.971 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:22.972 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:22.972 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:22.972 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:22.972 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:22.972 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:27.285 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:22:27.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:27.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:27.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:27.357 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:27.357 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:27.357 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:27.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:27.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:27.384 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:27.384 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:27.386 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:27.386 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:27.451 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:27.451 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:27.451 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:27.451 [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)] 18:22:27.469 [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)] 18:22:27.578 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:27.578 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:27.664 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:27.664 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s213ms [pure insertion] marking any relevant derived attributes for update...18:22:27.664 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:22:27.665 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:22:27.684 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:27.684 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:27.684 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:27.684 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:22:27.684 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:27.766 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:27.766 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:27.774 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:27.774 [pool-42-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...18:22:27.774 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:27.774 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:27.776 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:27.776 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:27.776 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:27.776 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:22:27.776 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:22:27.959 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:27.959 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:28.053 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:28.053 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s277ms [pure insertion] marking any relevant derived attributes for update...18:22:28.053 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:28.053 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:28.056 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:28.056 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:28.056 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:28.056 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:22:28.057 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:22:28.177 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:28.177 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:28.260 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:28.260 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s204ms [pure insertion] marking any relevant derived attributes for update...18:22:28.260 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:28.260 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:28.261 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:28.261 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.104s attempting to resolve any uninitialized derived attributes... 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:28.365 [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... 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s104ms [proxy update] 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:28.365 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 981 ms 18:22:28.454 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:28.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:28.456 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:28.458 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:28.458 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:28.459 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:28.461 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 18:22:28.461 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:28.461 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:28.461 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 18:22:28.461 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 18:22:28.979 [pool-42-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 18:22:28.990 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 18:22:28.991 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 18:22:29.189 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:22:29.189 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s728ms [pure insertion] marking any relevant derived attributes for update...18:22:29.189 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:29.189 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:29.190 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:29.190 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:29.255 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.068s attempting to resolve any uninitialized derived attributes... 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:29.258 [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... 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:29.258 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 802 ms 18:22:29.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:29.264 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 18:22:29.266 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:29.266 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:29.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit8157841086190970738/test_stereotypeAsModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1527243581785565778/test_localfolderCrosslinks[OrientDB] Apr 04, 2023 6:22:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit1527243581785565778/test_localfolderCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:30.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:30.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:30.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:30.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:30.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:30.156 [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 18:22:30.171 [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)] 18:22:30.178 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.178 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.179 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:30.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:30.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 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:30.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 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:30.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:30.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 18:22:30.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 18:22:30.183 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.183 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.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 18:22:30.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 18:22:30.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 18:22:30.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::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.187 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:30.187 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:30.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:30.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:30.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:30.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:30.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:30.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:30.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:30.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:30.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:30.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:30.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:30.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:30.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:30.479 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.480 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.481 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.483 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.483 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.486 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.487 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.488 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:30.489 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:30.490 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:30.490 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:30.491 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:30.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.491 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:30.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:30.492 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:34.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:22:34.480 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:34.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:34.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:34.556 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:34.557 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:34.557 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:34.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:34.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:34.582 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:34.582 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:34.584 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:34.584 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:34.586 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:34.586 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:34.586 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:34.586 [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)] 18:22:34.667 [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)] 18:22:34.790 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:34.790 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:34.957 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:34.958 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s372ms [pure insertion] marking any relevant derived attributes for update...18:22:34.958 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:34.958 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:34.961 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:34.961 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:34.961 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:34.961 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:22:34.961 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:22:35.084 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:35.084 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:35.170 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:35.170 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s209ms [pure insertion] marking any relevant derived attributes for update...18:22:35.170 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:35.170 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:35.189 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:35.189 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:35.189 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:35.189 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:22:35.189 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:35.271 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:35.271 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:35.280 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:35.280 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...18:22:35.280 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:35.280 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:35.282 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:35.282 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:35.282 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:35.282 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:22:35.282 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:22:35.371 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:35.371 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:35.374 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:35.374 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...18:22:35.374 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:35.374 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:35.374 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:35.374 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.202s attempting to resolve any uninitialized derived attributes... 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:35.576 [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... 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s202ms [proxy update] 18:22:35.576 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:35.577 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:35.577 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 995 ms 18:22:35.663 [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 18:22:35.665 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:35.665 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:35.668 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:35.669 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:35.669 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:35.670 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:22:35.670 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:35.670 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:35.670 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:22:35.670 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:22:35.764 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:22:35.764 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:22:35.773 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:22:35.773 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...18:22:35.773 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:35.773 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:35.775 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:22:35.775 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:35.775 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:35.775 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:22:35.775 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:22:35.861 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:22:35.861 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:22:35.863 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:22:35.863 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:22:35.863 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:35.863 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:35.863 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:35.863 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:35.868 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.023s attempting to resolve any uninitialized derived attributes... 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:35.886 [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... 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s23ms [proxy update] 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:35.886 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 220 ms 18:22:35.886 [pool-43-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1527243581785565778/test_localfolderCrosslinks[OrientDB] 18:22:35.891 [pool-43-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1527243581785565778/test_localfolderCrosslinks[OrientDB] 18:22:35.894 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:35.894 [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 18:22:35.951 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:35.951 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:35.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit1527243581785565778/test_localfolderCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17042415281959134320/test_zoo[OrientDB] Apr 04, 2023 6:22:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit17042415281959134320/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:36.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:36.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:36.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:36.652 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:36.652 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:36.668 [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 18:22:36.681 [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)] 18:22:36.686 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.686 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.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 18:22:36.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:36.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:36.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 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:36.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 18:22:36.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:36.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:36.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.693 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:36.693 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:36.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:36.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:36.759 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:36.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:36.767 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:36.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:36.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:36.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:36.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:36.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:36.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:36.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:36.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:36.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.866 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.866 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:36.870 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.870 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.874 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.874 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:36.876 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:36.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:36.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:36.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:36.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:40.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 18:22:40.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:40.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:40.076 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:40.077 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:40.077 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:40.077 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:40.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:40.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:40.200 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:40.201 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:40.202 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:40.202 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:40.204 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:40.204 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:40.204 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:40.204 [pool-44-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)] 18:22:40.305 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:22:40.566 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:40.566 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:40.679 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:40.679 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s475ms [pure insertion] marking any relevant derived attributes for update...18:22:40.679 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:22:40.680 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:22:40.682 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:40.682 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:40.682 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:40.682 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:22:40.683 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:22:40.791 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:40.791 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:40.871 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:40.872 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s190ms [pure insertion] marking any relevant derived attributes for update...18:22:40.872 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:40.872 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:40.889 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:40.889 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:40.889 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:40.889 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:22:40.889 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:40.972 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:40.972 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:40.981 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:40.981 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...18:22:40.981 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:40.981 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:40.982 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:40.982 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:40.982 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:40.982 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:22:40.983 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:22:41.068 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:41.068 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:41.070 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:41.070 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:22:41.070 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:41.070 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:41.071 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:41.071 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:41.169 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.099s attempting to resolve any uninitialized derived attributes... 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:41.170 [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... 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s99ms [proxy update] 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:41.170 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 969 ms 18:22:41.256 [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 18:22:41.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:41.259 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:41.260 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:41.260 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:41.260 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:41.262 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:22:41.262 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:41.262 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:41.262 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:22:41.262 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:22:41.285 [pool-44-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 18:22:41.289 [pool-44-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 18:22:41.289 [pool-44-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 18:22:41.295 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 18:22:41.295 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:22:41.374 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:22:41.374 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s112ms [pure insertion] marking any relevant derived attributes for update...18:22:41.374 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:41.374 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:41.374 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:41.374 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:41.381 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s attempting to resolve any uninitialized derived attributes... 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:41.386 [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... 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:41.386 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 127 ms 18:22:41.450 [pool-44-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17042415281959134320/test_zoo[OrientDB] 18:22:41.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:41.456 [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 18:22:41.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:41.458 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:41.481 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:41 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit17042415281959134320/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit10625681598747882466/test_indexLibraries[OrientDB] Apr 04, 2023 6:22:41 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit10625681598747882466/test_indexLibraries[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:42.201 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:42.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:42.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:42.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:42.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:42.285 [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 18:22:42.299 [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)] 18:22:42.355 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.355 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:42.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:42.358 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:42.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.361 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:42.361 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:42.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:42.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:42.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:42.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:42.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:42.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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:42.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:42.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:42.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:42.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:42.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:42.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:42.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:42.476 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.477 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.478 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.480 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.480 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.482 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.482 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:42.484 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:42.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:42.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.487 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.487 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:42.489 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:42.489 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.489 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:42.491 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:42.491 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:46.483 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:22:46.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:46.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:46.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:46.494 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:46.495 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:46.495 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:46.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:46.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:46.570 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:46.570 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:46.572 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:46.572 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:46.573 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:46.574 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:46.574 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:46.574 [pool-45-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)] 18:22:46.590 [pool-45-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)] 18:22:46.751 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:46.751 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:46.779 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:46.779 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s206ms [pure insertion] marking any relevant derived attributes for update...18:22:46.779 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:22:46.780 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:22:46.782 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:46.782 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:46.782 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:46.782 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:22:46.782 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:22:46.888 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:46.888 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:46.966 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:46.966 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s184ms [pure insertion] marking any relevant derived attributes for update...18:22:46.966 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:46.966 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:46.968 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:46.968 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:46.968 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:46.968 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:22:46.969 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:22:47.088 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:47.088 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:47.170 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:47.170 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s202ms [pure insertion] marking any relevant derived attributes for update...18:22:47.170 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:47.170 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:47.186 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:47.186 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:47.186 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:47.186 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:22:47.187 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:47.266 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:47.266 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:47.275 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:47.275 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:22:47.275 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:47.275 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:47.276 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:47.276 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.1s attempting to resolve any uninitialized derived attributes... 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:47.376 [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... 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s100ms [proxy update] 18:22:47.376 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:47.377 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:47.377 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 807 ms 18:22:47.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:47.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:47.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:47.456 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:47.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit10625681598747882466/test_indexLibraries[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2554153189529350751/test_customProfileV4[OrientDB] Apr 04, 2023 6:22:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit2554153189529350751/test_customProfileV4[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:48.004 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:48.006 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:48.006 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:48.067 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:48.067 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:48.082 [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 18:22:48.096 [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)] 18:22:48.101 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.101 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.149 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:48.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:48.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:48.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:48.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:48.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:48.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:48.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:48.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:48.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:48.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:48.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:48.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:48.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:48.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:48.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:48.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:48.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.275 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:48.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.279 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.279 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.280 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.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[] 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:48.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 18:22:48.281 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:48.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 18:22:48.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:48.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:48.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:48.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:48.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:48.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:48.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.284 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.284 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.285 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.287 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:48.287 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:48.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:48.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:51.960 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 18:22:51.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:51.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:51.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:51.973 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:51.973 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:51.973 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:52.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:52.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:52.058 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:52.058 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:52.059 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:52.059 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:52.061 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:52.061 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:52.061 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:52.061 [pool-46-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)] 18:22:52.080 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:22:52.257 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:52.257 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:52.375 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:52.375 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s314ms [pure insertion] marking any relevant derived attributes for update...18:22:52.375 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:52.375 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:52.391 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:52.392 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:52.392 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:52.392 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:22:52.392 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:52.465 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:52.465 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:52.474 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:52.474 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:22:52.474 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:52.474 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:52.475 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:52.475 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:52.475 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:52.475 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:22:52.476 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:22:52.566 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:52.566 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:52.569 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:52.569 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:22:52.569 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:52.569 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:52.571 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:52.571 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:52.571 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:52.571 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:22:52.571 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:22:52.690 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:52.690 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:52.776 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:52.777 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s206ms [pure insertion] marking any relevant derived attributes for update...18:22:52.777 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:52.777 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:52.777 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:52.777 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:52.892 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:52.892 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.116s attempting to resolve any uninitialized derived attributes... 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s116ms [proxy update] 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:52.893 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 835 ms 18:22:52.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:22:52.896 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:52.896 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:52.950 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:52.951 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:22:52.951 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:52.953 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:22:52.953 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:52.954 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:22:52.954 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:52.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:52.970 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:22:52.970 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:22:53.071 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:53.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:53.074 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:53.074 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:53.074 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:53.074 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:53.074 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:53.074 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:53.075 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:53.077 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:53.077 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:53.077 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:53.081 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:22:53.081 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:53.081 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:53.081 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:22:53.082 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:22:53.157 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:22:53.157 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:22:53.164 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:22:53.164 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:22:53.164 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:53.164 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:53.164 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:53.164 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:53.168 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:53.169 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 95 ms 18:22:53.187 [pool-46-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of packagedElement: OrientNode [#13:196] 18:22:53.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:53.187 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:53.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:53.190 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:53.268 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit2554153189529350751/test_customProfileV4[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1207439310115977657/test_customProfileV5[OrientDB] Apr 04, 2023 6:22:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit1207439310115977657/test_customProfileV5[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:53.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:53.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:53.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:53.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:53.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:53.877 [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 18:22:53.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:53.896 [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)] 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:53.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:53.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:53.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:53.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:53.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:53.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:53.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:53.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:53.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.956 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:53.957 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:53.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.959 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:53.959 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:53.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.961 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:53.961 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:53.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:53.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:53.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:53.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:53.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:53.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:53.970 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:53.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:53.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:53.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22: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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22: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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22: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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:54.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:54.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:54.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:54.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:54.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:54.093 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:54.094 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:54.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.096 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:54.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.096 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:54.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.098 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:54.101 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:54.101 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:54.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:54.103 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:54.103 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:54.105 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:54.105 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:54.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 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:54.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 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:54.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 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:54.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 18:22:54.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 18:22:54.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[] 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:54.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 18:22:54.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 18:22:54.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 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:54.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 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:54.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:54.106 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:54.107 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:57.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~3 sec) inserting static metamodels complete 18:22:57.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:22:57.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:22:57.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:22:57.409 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:57.410 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:57.410 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:22:57.465 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:22:57.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:57.468 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:57.468 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:57.469 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:57.469 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:57.471 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:22:57.471 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:57.471 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:57.471 [pool-47-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)] 18:22:57.486 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:22:57.667 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:22:57.667 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:22:57.785 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:22:57.785 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s314ms [pure insertion] marking any relevant derived attributes for update...18:22:57.785 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:57.785 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:57.787 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:22:57.787 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:57.787 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:57.787 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:22:57.787 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:22:57.871 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:22:57.871 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:22:57.873 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:22:57.873 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:22:57.873 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:57.873 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:57.887 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:22:57.887 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:57.887 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:57.887 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:22:57.888 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:22:57.969 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:22:57.969 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:22:57.977 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:22:57.977 [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...18:22:57.977 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:57.977 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:57.980 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:22:57.980 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:57.980 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:57.980 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:22:57.980 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:22:58.088 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:22:58.088 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:22:58.167 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:22:58.167 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s187ms [pure insertion] marking any relevant derived attributes for update...18:22:58.167 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:58.167 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:58.168 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:58.168 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:58.269 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.102s attempting to resolve any uninitialized derived attributes... 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s102ms [proxy update] 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:58.270 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 802 ms 18:22:58.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:22:58.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:58.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:58.276 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:22:58.276 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:58.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:58.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:22:58.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:58.279 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:22:58.279 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:58.279 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:58.289 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:22:58.289 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:22:58.380 [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 18:22:58.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:58.383 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:22:58.383 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:58.383 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:58.383 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:58.383 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:58.383 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:22:58.384 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:58.386 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:22:58.386 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:22:58.386 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:22:58.391 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:22:58.391 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:22:58.391 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:22:58.391 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:22:58.392 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:22:58.468 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:22:58.468 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:22:58.474 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:22:58.474 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:22:58.474 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:22:58.474 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:22:58.474 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:22:58.474 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:22:58.477 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:22:58.478 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 95 ms 18:22:58.621 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:22:58.621 [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 18:22:58.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:58.651 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:22:58.676 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:22:58 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit1207439310115977657/test_customProfileV5[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17446799659395753024/test_modelProfileInsideRepository[OrientDB] Apr 04, 2023 6:22:58 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit17446799659395753024/test_modelProfileInsideRepository[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:22:59.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:22:59.620 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:22:59.620 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:22:59.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:22:59.656 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:22:59.672 [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 18:22:59.686 [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)] 18:22:59.692 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.692 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:22:59.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:22:59.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:22:59.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.698 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.699 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:22:59.699 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:22:59.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:22:59.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:22:59.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:22:59.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:22:59.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:22:59.767 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:22:59.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:22:59.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:22:59.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:22:59.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:22:59.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:22:59.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:22:59.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:22:59.862 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.862 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.866 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.866 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.869 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.869 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:22:59.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 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:22:59.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 18:22:59.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 18:22:59.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 18:22:59.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[] 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:22:59.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 18:22:59.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 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:22:59.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 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:22:59.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 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:22:59.871 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:22:59.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 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:22:59.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 18:22:59.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 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:59.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 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:22:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:22:59.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:22:59.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:22:59.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:22:59.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:22:59.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:22:59.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:22:59.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:22:59.874 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.874 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:22:59.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:22:59.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:22:59.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:03.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:23:03.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:23:03.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:23:03.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:23:03.867 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:03.867 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:03.868 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:23:03.888 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:23:03.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:03.896 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:03.897 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:23:03.950 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:23:03.950 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:23:03.966 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:23:03.966 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:03.966 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:03.966 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 18:23:03.983 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 18:23:04.080 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:23:04.080 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:23:04.164 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:23:04.164 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s199ms [pure insertion] marking any relevant derived attributes for update...18:23:04.164 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:23:04.165 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:23:04.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:23:04.167 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:04.167 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:04.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:23:04.167 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:23:04.266 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:23:04.266 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:23:04.359 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:23:04.359 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s192ms [pure insertion] marking any relevant derived attributes for update...18:23:04.359 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:04.359 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:04.361 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:23:04.361 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:04.361 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:04.361 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:23:04.362 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:23:04.485 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:23:04.485 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:23:04.574 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:23:04.574 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s213ms [pure insertion] marking any relevant derived attributes for update...18:23:04.574 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:04.574 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:04.576 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:23:04.576 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:04.576 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:04.576 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:23:04.577 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:23:04.672 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:23:04.672 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:23:04.674 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:23:04.674 [pool-48-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...18:23:04.674 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:04.674 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:04.675 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:23:04.675 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:23:04.794 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.12s attempting to resolve any uninitialized derived attributes... 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s120ms [proxy update] 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:04.795 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 899 ms 18:23:04.796 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 18:23:04.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:23:04.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:23:04.859 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:04.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:04.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 18:23:04.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:04.862 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 18:23:04.862 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:04.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 18:23:04.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:04.874 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:23:04.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:23:04.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2772074771395040396/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:23:04.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:04.973 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:04.974 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:23:04.974 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:23:04.974 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:23:04.974 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:23:04.974 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:23:04.975 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:23:04.980 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:23:04.981 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:23:04.981 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:23:04.982 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 18:23:04.982 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:04.982 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:04.982 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 18:23:04.982 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 18:23:05.073 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:23:05.073 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 18:23:05.080 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:23:05.080 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...18:23:05.080 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:05.080 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:05.082 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 18:23:05.082 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:05.082 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:05.082 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 18:23:05.082 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 18:23:05.168 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 18:23:05.168 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 18:23:05.255 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:23:05.255 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s173ms [pure insertion] marking any relevant derived attributes for update...18:23:05.255 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:23:05.256 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:23:05.258 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 18:23:05.258 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:05.258 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:05.258 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 18:23:05.258 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 18:23:05.660 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 18:23:05.660 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 18:23:05.859 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:23:05.859 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s601ms [pure insertion] marking any relevant derived attributes for update...18:23:05.859 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:05.859 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:05.864 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:23:05.864 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:05.864 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:05.864 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 18:23:05.864 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:23:05.884 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:23:05.884 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:23:05.889 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:23:05.890 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:23:05.890 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:05.890 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:05.891 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 18:23:05.891 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:05.891 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:05.891 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 18:23:05.892 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 18:23:05.982 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:23:05.982 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 18:23:05.985 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:23:05.985 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...18:23:05.985 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:05.986 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:05.986 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:23:05.986 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:23:06.073 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.181s attempting to resolve any uninitialized derived attributes... 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s181ms [proxy update] 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:06.167 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 193 ms 18:23:06.178 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:06.183 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:23:06.183 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:23:06.183 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:23:06.187 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:23:06.187 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:06.187 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:23:06.191 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:23:06.191 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:23:06.191 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 18:23:06.191 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 18:23:06.254 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.063s 18:23:06.259 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:23:06.283 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:23:06.283 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:23:06.285 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:23:06.285 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...18:23:06.285 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:06.285 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:06.285 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:23:06.285 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:23:06.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 18:23:06.291 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 18:23:06.291 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:23:06.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:23:06.291 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:23:06.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... 18:23:06.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:23:06.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:23:06.292 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:06.292 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 114 ms 18:23:06.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:23:06.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2772074771395040396/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:23:06.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:06.357 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:23:06.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:23:06 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit17446799659395753024/test_modelProfileInsideRepository[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12730959048564883824/test_workspaceCrosslinks[OrientDB] Apr 04, 2023 6:23:06 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit12730959048564883824/test_workspaceCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 18:23:06.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:23:06.980 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:06.980 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 18:23:07.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:23:07.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:23:07.057 [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 18:23:07.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:23:07.069 [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)] 18:23:07.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:23:07.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:23:07.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:23:07.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:23:07.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:23:07.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:23:07.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 18:23:07.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 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:23:07.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 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:23:07.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 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:23:07.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 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:23:07.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 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:23:07.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 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:23:07.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:23:07.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:23:07.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:23:07.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.082 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 18:23:07.082 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 18:23:07.087 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:23:07.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:23:07.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 18:23:07.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:23:07.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 18:23:07.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 18:23:07.161 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 18:23:07.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:23:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:23:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:23:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 18:23:07.185 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:23:07.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:23:07.264 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.264 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.267 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.267 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 18:23:07.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.268 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.268 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.270 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.273 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.273 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.275 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 18:23:07.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 18:23:07.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 18:23:07.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:23:07.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.279 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.281 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.281 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:23:07.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:23:07.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:23:07.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:23:07.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:23:07.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 18:23:07.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 18:23:07.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:07.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:23:11.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 18:23:11.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:23:11.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:23:11.063 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:23:11.063 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:11.064 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:11.064 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:23:11.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:23:11.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:11.087 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:11.087 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:23:11.089 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:23:11.089 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:23:11.090 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:23:11.090 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:11.090 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:11.090 [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)] 18:23:11.171 [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)] 18:23:11.297 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:23:11.297 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:23:11.511 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:23:11.512 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s422ms [pure insertion] marking any relevant derived attributes for update...18:23:11.512 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:11.512 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:11.516 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:23:11.516 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:11.516 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:11.516 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:23:11.516 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:23:11.659 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:23:11.659 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:23:11.692 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:23:11.692 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s176ms [pure insertion] marking any relevant derived attributes for update...18:23:11.692 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:11.692 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:11.765 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:23:11.765 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:11.765 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:11.765 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:23:11.765 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:23:11.793 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:23:11.793 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:23:11.858 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:23:11.858 [pool-49-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...18:23:11.858 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:11.858 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:11.859 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:23:11.859 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:11.859 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:11.859 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:23:11.860 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:23:11.950 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:23:11.950 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:23:11.952 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:23:11.952 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:23:11.952 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:11.952 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:11.953 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:23:11.953 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:23:12.064 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.112s attempting to resolve any uninitialized derived attributes... 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s112ms [proxy update] 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:12.065 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 978 ms 18:23:12.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 18:23:12.185 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:12.185 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:23:12.188 [pool-49-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms 18:23:12.188 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:23:12.188 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:23:12.188 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:23:12.190 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:23:12.190 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:12.190 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:12.190 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:23:12.191 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:23:12.287 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:23:12.287 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:23:12.352 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:23:12.352 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s162ms [pure insertion] marking any relevant derived attributes for update...18:23:12.352 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:12.352 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:12.354 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:23:12.354 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:23:12.354 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:23:12.354 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:23:12.354 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:23:12.390 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:23:12.390 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:23:12.457 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:23:12.458 [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...18:23:12.458 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:23:12.458 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:23:12.458 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:23:12.458 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:23:12.463 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.026s attempting to resolve any uninitialized derived attributes... 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s26ms [proxy update] 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:23:12.484 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 299 ms 18:23:12.484 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12730959048564883824/test_workspaceCrosslinks[OrientDB] 18:23:12.491 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12730959048564883824/test_workspaceCrosslinks[OrientDB] 18:23:12.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:23:12.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 18:23:12.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:23:12.557 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:23:12.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 04, 2023 6:23:12 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit12730959048564883824/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: 271.424 s - in org.eclipse.hawk.integration.tests.IntegrationTestSuite set0[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 92.698 s tree[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.896 s treeWithSpaces[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.507 s treeCrossResourceContainment[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.077 s derivedEdgeCollection[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.122 s deriveThenAdd[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.411 s derivedEdgeSingle[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.481 s addThenIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.178 s lookupWithIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.008 s lookupWithoutIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.204 s eContainersIsUpdatedRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.615 s queryEnumValues[OrientDB](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 1.01 s slotType[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.398 s typeSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.206 s slotInstanceTypeName[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.298 s typeSupertypes[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.184 s metamodels[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.113 s elephantResolve[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 8.171 s zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 12.196 s metamodel[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 5.491 s zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 9.918 s bpmn[OrientDB](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 1.197 s instanceCountsAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.999 s listFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.992 s instanceCounts[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.838 s reverseRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.989 s forwardRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.973 s allContents[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 15.006 s subtreeTraversalScoping[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 12.401 s getAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 10.205 s getFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 9.614 s getAllOfCountsSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.401 s addChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.998 s addModel[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.685 s renameRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.826 s eContainer[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.977 s removeChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.816 s renameChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.679 s hawkProperties[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.691 s upgradeModelProfileVersion[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.921 s stereotypeAsModel[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 7.405 s localfolderCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.685 s zoo[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 5.501 s indexLibraries[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.009 s customProfileV4[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 5.778 s customProfileV5[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 5.406 s modelProfileInsideRepository[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 7.719 s workspaceCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 6.195 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest Created repository in /tmp/hawkSvnRepo15882937530282838726, checkout in /tmp/hawkSvnCo3425360892583341488 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.634 s - in org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest initWorks(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest) Time elapsed: 1.56 s addRemove(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest) Time elapsed: 4.99 s Running org.eclipse.hawk.svn.tests.SvnManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.976 s - in org.eclipse.hawk.svn.tests.SvnManagerTest compactedChanges(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 6.974 s setCredentialsStoresUserPass(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.002 s startingDotFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.994 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.998 s importFileHEAD(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 3.001 s repositoryPath(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.001 s importPreviousFile(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 5.002 s photoFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.995 s emptyHistory(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.004 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: 3 seconds Running org.eclipse.hawk.emf.tests.EMFObjectTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.eclipse.hawk.emf.tests.EMFObjectTest getUnsetReferenceReturnsNull(org.eclipse.hawk.emf.tests.EMFObjectTest) Time elapsed: 0.065 s Running org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest 18:25:57.380 [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] 18:25:57.383 [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] 18:25:57.383 [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] 18:25:57.573 [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] 18:25:57.574 [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] 18:25:57.655 [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.596 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest) Time elapsed: 0.596 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: 0.99 s - in org.eclipse.hawk.http.HTTPManagerTest getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.883 s getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.009 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.001 s getDeltaHeaderFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.003 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.git.JGitRepositoryTest 18:26:15.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 18:26:15.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:15.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, size=130, fileKey=(dev=804,ino=245459473) 18:26:15.579 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 18:26:15.588 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 18:26:15.588 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:26:15.589 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 18:26:15.591 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 18:26:15.591 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:26:15.653 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 18:26:15.653 [main] DEBUG org.eclipse.jgit.util.FS - Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' 18:26:15.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:15.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 18:26:15.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:15.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:15.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:15.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:15.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:15.661440000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775661440000 ns, racy<=2500000000 ns 18:26:15.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:15.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:15.687490000, lastModified=2023-04-04 18:26:15.686296000, size=23, fileKey=(dev=10006b,ino=1534337127) 18:26:15.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:15.754490000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.467810000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.468993000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.468993000, lastModified=2023-04-04 18:26:15.753298000, delta=715695000 ns, racy<=2500000000 ns 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.469833000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.469833000, lastModified=2023-04-04 18:26:15.753298000, delta=716535000 ns, racy<=2500000000 ns 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.469833000, lastModified=2023-04-04 18:26:15.753298000, delta=716535000 ns, racy<=2500000000 ns 18:26:16.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.470977000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.470977000, lastModified=2023-04-04 18:26:15.753298000, delta=717679000 ns, racy<=2500000000 ns 18:26:16.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:16.471395000, lastModified=2023-04-04 18:26:15.686296000, size=23, fileKey=(dev=10006b,ino=1534337127) 18:26:16.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.473186000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.473914000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.473914000, lastModified=2023-04-04 18:26:15.753298000, delta=720616000 ns, racy<=2500000000 ns 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.474612000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.474612000, lastModified=2023-04-04 18:26:15.753298000, delta=721314000 ns, racy<=2500000000 ns 18:26:16.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.474612000, lastModified=2023-04-04 18:26:15.753298000, delta=721314000 ns, racy<=2500000000 ns 18:26:16.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.489082000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.489082000, lastModified=2023-04-04 18:26:15.753298000, delta=735784000 ns, racy<=2500000000 ns 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.489082000, lastModified=2023-04-04 18:26:15.753298000, delta=735784000 ns, racy<=2500000000 ns 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.555910000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.555910000, lastModified=2023-04-04 18:26:15.753298000, delta=802612000 ns, racy<=2500000000 ns 18:26:16.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.555910000, lastModified=2023-04-04 18:26:15.753298000, delta=802612000 ns, racy<=2500000000 ns 18:26:16.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.558076000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.558076000, lastModified=2023-04-04 18:26:15.753298000, delta=804778000 ns, racy<=2500000000 ns 18:26:16.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.558076000, lastModified=2023-04-04 18:26:15.753298000, delta=804778000 ns, racy<=2500000000 ns 18:26:16.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.561377000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.561377000, lastModified=2023-04-04 18:26:15.753298000, delta=808079000 ns, racy<=2500000000 ns 18:26:16.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.561377000, lastModified=2023-04-04 18:26:15.753298000, delta=808079000 ns, racy<=2500000000 ns 18:26:16.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:16.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:16.566389000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:16.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.566389000, lastModified=2023-04-04 18:26:15.753298000, delta=813091000 ns, racy<=2500000000 ns 18:26:16.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:16.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, size=6, fileKey=(dev=10006b,ino=1544595542) 18:26:16.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:16.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:16.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:16.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:16.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit2515722087530973341/.git/objects 18:26:16.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit2515722087530973341/.git/objects; got PT0.000005S 18:26:16.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit2515722087530973341/.git/objects 18:26:16.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.575195000, lastModified=2023-04-04 18:26:16.574317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.575195000, lastModified=2023-04-04 18:26:16.574317000, delta=878000 ns, racy<=12500 ns 18:26:16.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.576864000, lastModified=2023-04-04 18:26:16.575317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.575317000 to 2023-04-04 18:26:16.576317000 18:26:16.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.577598000, lastModified=2023-04-04 18:26:16.576317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.577598000, lastModified=2023-04-04 18:26:16.576317000, delta=1281000 ns, racy<=12500 ns 18:26:16.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.578320000, lastModified=2023-04-04 18:26:16.577317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.578320000, lastModified=2023-04-04 18:26:16.577317000, delta=1003000 ns, racy<=12500 ns 18:26:16.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.579094000, lastModified=2023-04-04 18:26:16.578317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.579094000, lastModified=2023-04-04 18:26:16.578317000, delta=777000 ns, racy<=12500 ns 18:26:16.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.579822000, lastModified=2023-04-04 18:26:16.578317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.578317000 to 2023-04-04 18:26:16.579317000 18:26:16.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.580561000, lastModified=2023-04-04 18:26:16.579317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.580561000, lastModified=2023-04-04 18:26:16.579317000, delta=1244000 ns, racy<=12500 ns 18:26:16.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.581336000, lastModified=2023-04-04 18:26:16.580317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.581336000, lastModified=2023-04-04 18:26:16.580317000, delta=1019000 ns, racy<=12500 ns 18:26:16.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.582058000, lastModified=2023-04-04 18:26:16.581317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.582058000, lastModified=2023-04-04 18:26:16.581317000, delta=741000 ns, racy<=12500 ns 18:26:16.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.582781000, lastModified=2023-04-04 18:26:16.581317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.581317000 to 2023-04-04 18:26:16.582317000 18:26:16.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.583456000, lastModified=2023-04-04 18:26:16.582317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.583456000, lastModified=2023-04-04 18:26:16.582317000, delta=1139000 ns, racy<=12500 ns 18:26:16.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.584117000, lastModified=2023-04-04 18:26:16.583317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.584117000, lastModified=2023-04-04 18:26:16.583317000, delta=800000 ns, racy<=12500 ns 18:26:16.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.584826000, lastModified=2023-04-04 18:26:16.583317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.583317000 to 2023-04-04 18:26:16.584317000 18:26:16.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.585766000, lastModified=2023-04-04 18:26:16.584317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.584317000 to 2023-04-04 18:26:16.585317000 18:26:16.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.586740000, lastModified=2023-04-04 18:26:16.585317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.585317000 to 2023-04-04 18:26:16.586317000 18:26:16.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.587570000, lastModified=2023-04-04 18:26:16.586317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.586317000 to 2023-04-04 18:26:16.587317000 18:26:16.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.588523000, lastModified=2023-04-04 18:26:16.587317000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.587317000 to 2023-04-04 18:26:16.649318000 18:26:16.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.650779000, lastModified=2023-04-04 18:26:16.649318000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.649318000 to 2023-04-04 18:26:16.650319000 18:26:16.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.651483000, lastModified=2023-04-04 18:26:16.650319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.651483000, lastModified=2023-04-04 18:26:16.650319000, delta=1164000 ns, racy<=12500 ns 18:26:16.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.652220000, lastModified=2023-04-04 18:26:16.651319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.652220000, lastModified=2023-04-04 18:26:16.651319000, delta=901000 ns, racy<=12500 ns 18:26:16.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.653004000, lastModified=2023-04-04 18:26:16.652319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.653004000, lastModified=2023-04-04 18:26:16.652319000, delta=685000 ns, racy<=12500 ns 18:26:16.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.653703000, lastModified=2023-04-04 18:26:16.652319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.652319000 to 2023-04-04 18:26:16.653319000 18:26:16.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.654366000, lastModified=2023-04-04 18:26:16.653319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.654366000, lastModified=2023-04-04 18:26:16.653319000, delta=1047000 ns, racy<=12500 ns 18:26:16.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.655066000, lastModified=2023-04-04 18:26:16.654319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.655066000, lastModified=2023-04-04 18:26:16.654319000, delta=747000 ns, racy<=12500 ns 18:26:16.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.655800000, lastModified=2023-04-04 18:26:16.654319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.654319000 to 2023-04-04 18:26:16.655319000 18:26:16.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.656526000, lastModified=2023-04-04 18:26:16.655319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.656526000, lastModified=2023-04-04 18:26:16.655319000, delta=1207000 ns, racy<=12500 ns 18:26:16.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.657272000, lastModified=2023-04-04 18:26:16.656319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.657272000, lastModified=2023-04-04 18:26:16.656319000, delta=953000 ns, racy<=12500 ns 18:26:16.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.657962000, lastModified=2023-04-04 18:26:16.656319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.656319000 to 2023-04-04 18:26:16.657319000 18:26:16.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.658595000, lastModified=2023-04-04 18:26:16.657319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.658595000, lastModified=2023-04-04 18:26:16.657319000, delta=1276000 ns, racy<=12500 ns 18:26:16.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.659314000, lastModified=2023-04-04 18:26:16.658319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.659314000, lastModified=2023-04-04 18:26:16.658319000, delta=995000 ns, racy<=12500 ns 18:26:16.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.659976000, lastModified=2023-04-04 18:26:16.659319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.659976000, lastModified=2023-04-04 18:26:16.659319000, delta=657000 ns, racy<=12500 ns 18:26:16.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.660625000, lastModified=2023-04-04 18:26:16.659319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.660625000, lastModified=2023-04-04 18:26:16.659319000, delta=1306000 ns, racy<=12500 ns 18:26:16.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.661373000, lastModified=2023-04-04 18:26:16.660319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.661373000, lastModified=2023-04-04 18:26:16.660319000, delta=1054000 ns, racy<=12500 ns 18:26:16.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.662034000, lastModified=2023-04-04 18:26:16.661319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.662034000, lastModified=2023-04-04 18:26:16.661319000, delta=715000 ns, racy<=12500 ns 18:26:16.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.662791000, lastModified=2023-04-04 18:26:16.661319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.661319000 to 2023-04-04 18:26:16.662319000 18:26:16.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.663455000, lastModified=2023-04-04 18:26:16.662319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.663455000, lastModified=2023-04-04 18:26:16.662319000, delta=1136000 ns, racy<=12500 ns 18:26:16.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.664138000, lastModified=2023-04-04 18:26:16.663319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.664138000, lastModified=2023-04-04 18:26:16.663319000, delta=819000 ns, racy<=12500 ns 18:26:16.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.664836000, lastModified=2023-04-04 18:26:16.663319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.663319000 to 2023-04-04 18:26:16.664319000 18:26:16.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.665443000, lastModified=2023-04-04 18:26:16.664319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.665443000, lastModified=2023-04-04 18:26:16.664319000, delta=1124000 ns, racy<=12500 ns 18:26:16.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.666071000, lastModified=2023-04-04 18:26:16.665319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.666071000, lastModified=2023-04-04 18:26:16.665319000, delta=752000 ns, racy<=12500 ns 18:26:16.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.666794000, lastModified=2023-04-04 18:26:16.665319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.665319000 to 2023-04-04 18:26:16.666319000 18:26:16.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.667411000, lastModified=2023-04-04 18:26:16.666319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.667411000, lastModified=2023-04-04 18:26:16.666319000, delta=1092000 ns, racy<=12500 ns 18:26:16.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.668064000, lastModified=2023-04-04 18:26:16.667319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.668064000, lastModified=2023-04-04 18:26:16.667319000, delta=745000 ns, racy<=12500 ns 18:26:16.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.668753000, lastModified=2023-04-04 18:26:16.667319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.667319000 to 2023-04-04 18:26:16.668319000 18:26:16.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.669391000, lastModified=2023-04-04 18:26:16.668319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.669391000, lastModified=2023-04-04 18:26:16.668319000, delta=1072000 ns, racy<=12500 ns 18:26:16.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.670040000, lastModified=2023-04-04 18:26:16.669319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.670040000, lastModified=2023-04-04 18:26:16.669319000, delta=721000 ns, racy<=12500 ns 18:26:16.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.670762000, lastModified=2023-04-04 18:26:16.669319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.669319000 to 2023-04-04 18:26:16.670319000 18:26:16.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.671457000, lastModified=2023-04-04 18:26:16.670319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.671457000, lastModified=2023-04-04 18:26:16.670319000, delta=1138000 ns, racy<=12500 ns 18:26:16.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.672151000, lastModified=2023-04-04 18:26:16.671319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.672151000, lastModified=2023-04-04 18:26:16.671319000, delta=832000 ns, racy<=12500 ns 18:26:16.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.672862000, lastModified=2023-04-04 18:26:16.671319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.671319000 to 2023-04-04 18:26:16.672319000 18:26:16.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.673534000, lastModified=2023-04-04 18:26:16.672319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.673534000, lastModified=2023-04-04 18:26:16.672319000, delta=1215000 ns, racy<=12500 ns 18:26:16.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.674246000, lastModified=2023-04-04 18:26:16.673319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.674246000, lastModified=2023-04-04 18:26:16.673319000, delta=927000 ns, racy<=12500 ns 18:26:16.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.674904000, lastModified=2023-04-04 18:26:16.673319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.673319000 to 2023-04-04 18:26:16.674319000 18:26:16.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.675517000, lastModified=2023-04-04 18:26:16.674319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.675517000, lastModified=2023-04-04 18:26:16.674319000, delta=1198000 ns, racy<=12500 ns 18:26:16.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.676209000, lastModified=2023-04-04 18:26:16.675319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.676209000, lastModified=2023-04-04 18:26:16.675319000, delta=890000 ns, racy<=12500 ns 18:26:16.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.676910000, lastModified=2023-04-04 18:26:16.675319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.675319000 to 2023-04-04 18:26:16.676319000 18:26:16.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.677613000, lastModified=2023-04-04 18:26:16.676319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.677613000, lastModified=2023-04-04 18:26:16.676319000, delta=1294000 ns, racy<=12500 ns 18:26:16.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.678338000, lastModified=2023-04-04 18:26:16.677319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.678338000, lastModified=2023-04-04 18:26:16.677319000, delta=1019000 ns, racy<=12500 ns 18:26:16.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.679008000, lastModified=2023-04-04 18:26:16.678319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.679008000, lastModified=2023-04-04 18:26:16.678319000, delta=689000 ns, racy<=12500 ns 18:26:16.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.679673000, lastModified=2023-04-04 18:26:16.678319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.678319000 to 2023-04-04 18:26:16.679319000 18:26:16.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.680283000, lastModified=2023-04-04 18:26:16.679319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.680283000, lastModified=2023-04-04 18:26:16.679319000, delta=964000 ns, racy<=12500 ns 18:26:16.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.680969000, lastModified=2023-04-04 18:26:16.679319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.679319000 to 2023-04-04 18:26:16.680319000 18:26:16.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.681562000, lastModified=2023-04-04 18:26:16.680319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.681562000, lastModified=2023-04-04 18:26:16.680319000, delta=1243000 ns, racy<=12500 ns 18:26:16.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.682221000, lastModified=2023-04-04 18:26:16.681319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.682221000, lastModified=2023-04-04 18:26:16.681319000, delta=902000 ns, racy<=12500 ns 18:26:16.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.682884000, lastModified=2023-04-04 18:26:16.681319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.681319000 to 2023-04-04 18:26:16.682319000 18:26:16.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.683505000, lastModified=2023-04-04 18:26:16.682319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.683505000, lastModified=2023-04-04 18:26:16.682319000, delta=1186000 ns, racy<=12500 ns 18:26:16.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.684132000, lastModified=2023-04-04 18:26:16.683319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.684132000, lastModified=2023-04-04 18:26:16.683319000, delta=813000 ns, racy<=12500 ns 18:26:16.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.684863000, lastModified=2023-04-04 18:26:16.683319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.683319000 to 2023-04-04 18:26:16.684319000 18:26:16.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.685497000, lastModified=2023-04-04 18:26:16.684319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.685497000, lastModified=2023-04-04 18:26:16.684319000, delta=1178000 ns, racy<=12500 ns 18:26:16.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.686079000, lastModified=2023-04-04 18:26:16.685319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.686079000, lastModified=2023-04-04 18:26:16.685319000, delta=760000 ns, racy<=12500 ns 18:26:16.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.686744000, lastModified=2023-04-04 18:26:16.685319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.685319000 to 2023-04-04 18:26:16.686319000 18:26:16.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.687348000, lastModified=2023-04-04 18:26:16.686319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.687348000, lastModified=2023-04-04 18:26:16.686319000, delta=1029000 ns, racy<=12500 ns 18:26:16.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.687958000, lastModified=2023-04-04 18:26:16.686319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.686319000 to 2023-04-04 18:26:16.687319000 18:26:16.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.688505000, lastModified=2023-04-04 18:26:16.687319000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.688505000, lastModified=2023-04-04 18:26:16.687319000, delta=1186000 ns, racy<=12500 ns 18:26:16.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.750115000, lastModified=2023-04-04 18:26:16.749321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.750115000, lastModified=2023-04-04 18:26:16.749321000, delta=794000 ns, racy<=12500 ns 18:26:16.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.751093000, lastModified=2023-04-04 18:26:16.750321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.751093000, lastModified=2023-04-04 18:26:16.750321000, delta=772000 ns, racy<=12500 ns 18:26:16.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.751742000, lastModified=2023-04-04 18:26:16.750321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.750321000 to 2023-04-04 18:26:16.751321000 18:26:16.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.752304000, lastModified=2023-04-04 18:26:16.751321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.752304000, lastModified=2023-04-04 18:26:16.751321000, delta=983000 ns, racy<=12500 ns 18:26:16.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.752954000, lastModified=2023-04-04 18:26:16.751321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.751321000 to 2023-04-04 18:26:16.752321000 18:26:16.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.753585000, lastModified=2023-04-04 18:26:16.752321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.753585000, lastModified=2023-04-04 18:26:16.752321000, delta=1264000 ns, racy<=12500 ns 18:26:16.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.754243000, lastModified=2023-04-04 18:26:16.753321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.754243000, lastModified=2023-04-04 18:26:16.753321000, delta=922000 ns, racy<=12500 ns 18:26:16.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.777336000, lastModified=2023-04-04 18:26:16.776321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.777336000, lastModified=2023-04-04 18:26:16.776321000, delta=1015000 ns, racy<=12500 ns 18:26:16.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.777997000, lastModified=2023-04-04 18:26:16.777321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.777997000, lastModified=2023-04-04 18:26:16.777321000, delta=676000 ns, racy<=12500 ns 18:26:16.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.778648000, lastModified=2023-04-04 18:26:16.777321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.777321000 to 2023-04-04 18:26:16.778321000 18:26:16.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.779361000, lastModified=2023-04-04 18:26:16.778321000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.779361000, lastModified=2023-04-04 18:26:16.778321000, delta=1040000 ns, racy<=12500 ns 18:26:16.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.779986000, lastModified=2023-04-04 18:26:16.779322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.779986000, lastModified=2023-04-04 18:26:16.779322000, delta=664000 ns, racy<=12500 ns 18:26:16.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.780632000, lastModified=2023-04-04 18:26:16.779322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.780632000, lastModified=2023-04-04 18:26:16.779322000, delta=1310000 ns, racy<=12500 ns 18:26:16.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.781347000, lastModified=2023-04-04 18:26:16.780322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.781347000, lastModified=2023-04-04 18:26:16.780322000, delta=1025000 ns, racy<=12500 ns 18:26:16.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.782084000, lastModified=2023-04-04 18:26:16.781322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.782084000, lastModified=2023-04-04 18:26:16.781322000, delta=762000 ns, racy<=12500 ns 18:26:16.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.782867000, lastModified=2023-04-04 18:26:16.781322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.781322000 to 2023-04-04 18:26:16.782322000 18:26:16.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.783658000, lastModified=2023-04-04 18:26:16.782322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.782322000 to 2023-04-04 18:26:16.783322000 18:26:16.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.784310000, lastModified=2023-04-04 18:26:16.783322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.784310000, lastModified=2023-04-04 18:26:16.783322000, delta=988000 ns, racy<=12500 ns 18:26:16.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.784912000, lastModified=2023-04-04 18:26:16.783322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.783322000 to 2023-04-04 18:26:16.784322000 18:26:16.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.785681000, lastModified=2023-04-04 18:26:16.784322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.784322000 to 2023-04-04 18:26:16.785322000 18:26:16.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.786268000, lastModified=2023-04-04 18:26:16.785322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.786268000, lastModified=2023-04-04 18:26:16.785322000, delta=946000 ns, racy<=12500 ns 18:26:16.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.787035000, lastModified=2023-04-04 18:26:16.786322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.787035000, lastModified=2023-04-04 18:26:16.786322000, delta=713000 ns, racy<=12500 ns 18:26:16.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.787935000, lastModified=2023-04-04 18:26:16.786322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.786322000 to 2023-04-04 18:26:16.787322000 18:26:16.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.788670000, lastModified=2023-04-04 18:26:16.787322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.787322000 to 2023-04-04 18:26:16.788322000 18:26:16.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.789361000, lastModified=2023-04-04 18:26:16.788322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.789361000, lastModified=2023-04-04 18:26:16.788322000, delta=1039000 ns, racy<=12500 ns 18:26:16.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.790346000, lastModified=2023-04-04 18:26:16.789322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.790346000, lastModified=2023-04-04 18:26:16.789322000, delta=1024000 ns, racy<=12500 ns 18:26:16.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.791029000, lastModified=2023-04-04 18:26:16.790322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.791029000, lastModified=2023-04-04 18:26:16.790322000, delta=707000 ns, racy<=12500 ns 18:26:16.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.791633000, lastModified=2023-04-04 18:26:16.790322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.791633000, lastModified=2023-04-04 18:26:16.790322000, delta=1311000 ns, racy<=12500 ns 18:26:16.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.792260000, lastModified=2023-04-04 18:26:16.791322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.792260000, lastModified=2023-04-04 18:26:16.791322000, delta=938000 ns, racy<=12500 ns 18:26:16.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.792832000, lastModified=2023-04-04 18:26:16.791322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.791322000 to 2023-04-04 18:26:16.792322000 18:26:16.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.793401000, lastModified=2023-04-04 18:26:16.792322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.793401000, lastModified=2023-04-04 18:26:16.792322000, delta=1079000 ns, racy<=12500 ns 18:26:16.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.793949000, lastModified=2023-04-04 18:26:16.792322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.792322000 to 2023-04-04 18:26:16.793322000 18:26:16.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.794486000, lastModified=2023-04-04 18:26:16.793322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.794486000, lastModified=2023-04-04 18:26:16.793322000, delta=1164000 ns, racy<=12500 ns 18:26:16.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.795038000, lastModified=2023-04-04 18:26:16.794322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.795038000, lastModified=2023-04-04 18:26:16.794322000, delta=716000 ns, racy<=12500 ns 18:26:16.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.795639000, lastModified=2023-04-04 18:26:16.794322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.795639000, lastModified=2023-04-04 18:26:16.794322000, delta=1317000 ns, racy<=12500 ns 18:26:16.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.796233000, lastModified=2023-04-04 18:26:16.795322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.796233000, lastModified=2023-04-04 18:26:16.795322000, delta=911000 ns, racy<=12500 ns 18:26:16.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.796809000, lastModified=2023-04-04 18:26:16.795322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.795322000 to 2023-04-04 18:26:16.796322000 18:26:16.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.797366000, lastModified=2023-04-04 18:26:16.796322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.797366000, lastModified=2023-04-04 18:26:16.796322000, delta=1044000 ns, racy<=12500 ns 18:26:16.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.797929000, lastModified=2023-04-04 18:26:16.796322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.796322000 to 2023-04-04 18:26:16.797322000 18:26:16.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.798486000, lastModified=2023-04-04 18:26:16.797322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.798486000, lastModified=2023-04-04 18:26:16.797322000, delta=1164000 ns, racy<=12500 ns 18:26:16.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.799081000, lastModified=2023-04-04 18:26:16.798322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.799081000, lastModified=2023-04-04 18:26:16.798322000, delta=759000 ns, racy<=12500 ns 18:26:16.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.799815000, lastModified=2023-04-04 18:26:16.798322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.798322000 to 2023-04-04 18:26:16.799322000 18:26:16.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.800385000, lastModified=2023-04-04 18:26:16.799322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.800385000, lastModified=2023-04-04 18:26:16.799322000, delta=1063000 ns, racy<=12500 ns 18:26:16.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.800979000, lastModified=2023-04-04 18:26:16.800322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.800979000, lastModified=2023-04-04 18:26:16.800322000, delta=657000 ns, racy<=12500 ns 18:26:16.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.801543000, lastModified=2023-04-04 18:26:16.800322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.801543000, lastModified=2023-04-04 18:26:16.800322000, delta=1221000 ns, racy<=12500 ns 18:26:16.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.802162000, lastModified=2023-04-04 18:26:16.801322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.802162000, lastModified=2023-04-04 18:26:16.801322000, delta=840000 ns, racy<=12500 ns 18:26:16.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.802749000, lastModified=2023-04-04 18:26:16.801322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.801322000 to 2023-04-04 18:26:16.802322000 18:26:16.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.803313000, lastModified=2023-04-04 18:26:16.802322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.803313000, lastModified=2023-04-04 18:26:16.802322000, delta=991000 ns, racy<=12500 ns 18:26:16.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.803917000, lastModified=2023-04-04 18:26:16.802322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.802322000 to 2023-04-04 18:26:16.803322000 18:26:16.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.804438000, lastModified=2023-04-04 18:26:16.803322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.804438000, lastModified=2023-04-04 18:26:16.803322000, delta=1116000 ns, racy<=12500 ns 18:26:16.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.804939000, lastModified=2023-04-04 18:26:16.803322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.803322000 to 2023-04-04 18:26:16.804322000 18:26:16.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.805541000, lastModified=2023-04-04 18:26:16.804322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.805541000, lastModified=2023-04-04 18:26:16.804322000, delta=1219000 ns, racy<=12500 ns 18:26:16.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.806131000, lastModified=2023-04-04 18:26:16.805322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.806131000, lastModified=2023-04-04 18:26:16.805322000, delta=809000 ns, racy<=12500 ns 18:26:16.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.806723000, lastModified=2023-04-04 18:26:16.805322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.805322000 to 2023-04-04 18:26:16.806322000 18:26:16.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.807322000, lastModified=2023-04-04 18:26:16.806322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.807322000, lastModified=2023-04-04 18:26:16.806322000, delta=1000000 ns, racy<=12500 ns 18:26:16.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.807958000, lastModified=2023-04-04 18:26:16.806322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.806322000 to 2023-04-04 18:26:16.807322000 18:26:16.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.808656000, lastModified=2023-04-04 18:26:16.807322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.807322000 to 2023-04-04 18:26:16.808322000 18:26:16.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.809610000, lastModified=2023-04-04 18:26:16.808322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.808322000 to 2023-04-04 18:26:16.809322000 18:26:16.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.810322000, lastModified=2023-04-04 18:26:16.809322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.810322000, lastModified=2023-04-04 18:26:16.809322000, delta=1000000 ns, racy<=12500 ns 18:26:16.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.810946000, lastModified=2023-04-04 18:26:16.809322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.809322000 to 2023-04-04 18:26:16.810322000 18:26:16.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.811476000, lastModified=2023-04-04 18:26:16.810322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.811476000, lastModified=2023-04-04 18:26:16.810322000, delta=1154000 ns, racy<=12500 ns 18:26:16.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.812059000, lastModified=2023-04-04 18:26:16.811322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.812059000, lastModified=2023-04-04 18:26:16.811322000, delta=737000 ns, racy<=12500 ns 18:26:16.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.812624000, lastModified=2023-04-04 18:26:16.811322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.812624000, lastModified=2023-04-04 18:26:16.811322000, delta=1302000 ns, racy<=12500 ns 18:26:16.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.813149000, lastModified=2023-04-04 18:26:16.812322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.813149000, lastModified=2023-04-04 18:26:16.812322000, delta=827000 ns, racy<=12500 ns 18:26:16.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.813700000, lastModified=2023-04-04 18:26:16.812322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.812322000 to 2023-04-04 18:26:16.813322000 18:26:16.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.814245000, lastModified=2023-04-04 18:26:16.813322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.814245000, lastModified=2023-04-04 18:26:16.813322000, delta=923000 ns, racy<=12500 ns 18:26:16.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.814783000, lastModified=2023-04-04 18:26:16.813322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.813322000 to 2023-04-04 18:26:16.814322000 18:26:16.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.815336000, lastModified=2023-04-04 18:26:16.814322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.815336000, lastModified=2023-04-04 18:26:16.814322000, delta=1014000 ns, racy<=12500 ns 18:26:16.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.815821000, lastModified=2023-04-04 18:26:16.814322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.814322000 to 2023-04-04 18:26:16.815322000 18:26:16.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.816371000, lastModified=2023-04-04 18:26:16.815322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.816371000, lastModified=2023-04-04 18:26:16.815322000, delta=1049000 ns, racy<=12500 ns 18:26:16.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.816936000, lastModified=2023-04-04 18:26:16.815322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.815322000 to 2023-04-04 18:26:16.816322000 18:26:16.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.817418000, lastModified=2023-04-04 18:26:16.816322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.817418000, lastModified=2023-04-04 18:26:16.816322000, delta=1096000 ns, racy<=12500 ns 18:26:16.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.817934000, lastModified=2023-04-04 18:26:16.816322000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.816322000 to 2023-04-04 18:26:16.849323000 18:26:16.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.850598000, lastModified=2023-04-04 18:26:16.849323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.850598000, lastModified=2023-04-04 18:26:16.849323000, delta=1275000 ns, racy<=12500 ns 18:26:16.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.851212000, lastModified=2023-04-04 18:26:16.850323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.851212000, lastModified=2023-04-04 18:26:16.850323000, delta=889000 ns, racy<=12500 ns 18:26:16.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.851748000, lastModified=2023-04-04 18:26:16.850323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.850323000 to 2023-04-04 18:26:16.851323000 18:26:16.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.852260000, lastModified=2023-04-04 18:26:16.851323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.852260000, lastModified=2023-04-04 18:26:16.851323000, delta=937000 ns, racy<=12500 ns 18:26:16.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.852794000, lastModified=2023-04-04 18:26:16.851323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.851323000 to 2023-04-04 18:26:16.852323000 18:26:16.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.853312000, lastModified=2023-04-04 18:26:16.852323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.853312000, lastModified=2023-04-04 18:26:16.852323000, delta=989000 ns, racy<=12500 ns 18:26:16.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.853831000, lastModified=2023-04-04 18:26:16.852323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.852323000 to 2023-04-04 18:26:16.853323000 18:26:16.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.854385000, lastModified=2023-04-04 18:26:16.853323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.854385000, lastModified=2023-04-04 18:26:16.853323000, delta=1062000 ns, racy<=12500 ns 18:26:16.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.854932000, lastModified=2023-04-04 18:26:16.853323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.853323000 to 2023-04-04 18:26:16.854323000 18:26:16.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.855442000, lastModified=2023-04-04 18:26:16.854323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.855442000, lastModified=2023-04-04 18:26:16.854323000, delta=1119000 ns, racy<=12500 ns 18:26:16.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.855939000, lastModified=2023-04-04 18:26:16.854323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.854323000 to 2023-04-04 18:26:16.855323000 18:26:16.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.856412000, lastModified=2023-04-04 18:26:16.855323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.856412000, lastModified=2023-04-04 18:26:16.855323000, delta=1089000 ns, racy<=12500 ns 18:26:16.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.856923000, lastModified=2023-04-04 18:26:16.855323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.855323000 to 2023-04-04 18:26:16.856323000 18:26:16.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.857400000, lastModified=2023-04-04 18:26:16.856323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.857400000, lastModified=2023-04-04 18:26:16.856323000, delta=1077000 ns, racy<=12500 ns 18:26:16.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.862851000, lastModified=2023-04-04 18:26:16.856323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.856323000 to 2023-04-04 18:26:16.862323000 18:26:16.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.863404000, lastModified=2023-04-04 18:26:16.862323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.863404000, lastModified=2023-04-04 18:26:16.862323000, delta=1081000 ns, racy<=12500 ns 18:26:16.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.863919000, lastModified=2023-04-04 18:26:16.862323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.862323000 to 2023-04-04 18:26:16.863323000 18:26:16.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.864522000, lastModified=2023-04-04 18:26:16.863323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.864522000, lastModified=2023-04-04 18:26:16.863323000, delta=1199000 ns, racy<=12500 ns 18:26:16.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.865035000, lastModified=2023-04-04 18:26:16.864323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.865035000, lastModified=2023-04-04 18:26:16.864323000, delta=712000 ns, racy<=12500 ns 18:26:16.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.865526000, lastModified=2023-04-04 18:26:16.864323000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.865526000, lastModified=2023-04-04 18:26:16.864323000, delta=1203000 ns, racy<=12500 ns 18:26:16.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.866043000, lastModified=2023-04-04 18:26:16.865324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.866043000, lastModified=2023-04-04 18:26:16.865324000, delta=719000 ns, racy<=12500 ns 18:26:16.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.866595000, lastModified=2023-04-04 18:26:16.865324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.866595000, lastModified=2023-04-04 18:26:16.865324000, delta=1271000 ns, racy<=12500 ns 18:26:16.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.867091000, lastModified=2023-04-04 18:26:16.866324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.867091000, lastModified=2023-04-04 18:26:16.866324000, delta=767000 ns, racy<=12500 ns 18:26:16.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.867588000, lastModified=2023-04-04 18:26:16.866324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.867588000, lastModified=2023-04-04 18:26:16.866324000, delta=1264000 ns, racy<=12500 ns 18:26:16.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.868062000, lastModified=2023-04-04 18:26:16.867324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.868062000, lastModified=2023-04-04 18:26:16.867324000, delta=738000 ns, racy<=12500 ns 18:26:16.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.868559000, lastModified=2023-04-04 18:26:16.867324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.868559000, lastModified=2023-04-04 18:26:16.867324000, delta=1235000 ns, racy<=12500 ns 18:26:16.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.869019000, lastModified=2023-04-04 18:26:16.868324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.869019000, lastModified=2023-04-04 18:26:16.868324000, delta=695000 ns, racy<=12500 ns 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.869494000, lastModified=2023-04-04 18:26:16.868324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.869494000, lastModified=2023-04-04 18:26:16.868324000, delta=1170000 ns, racy<=12500 ns 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.869933000, lastModified=2023-04-04 18:26:16.868324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.868324000 to 2023-04-04 18:26:16.869324000 18:26:16.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.870423000, lastModified=2023-04-04 18:26:16.869324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.870423000, lastModified=2023-04-04 18:26:16.869324000, delta=1099000 ns, racy<=12500 ns 18:26:16.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.870886000, lastModified=2023-04-04 18:26:16.869324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.869324000 to 2023-04-04 18:26:16.870324000 18:26:16.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.871346000, lastModified=2023-04-04 18:26:16.870324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.871346000, lastModified=2023-04-04 18:26:16.870324000, delta=1022000 ns, racy<=12500 ns 18:26:16.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.871839000, lastModified=2023-04-04 18:26:16.870324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.870324000 to 2023-04-04 18:26:16.871324000 18:26:16.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.872336000, lastModified=2023-04-04 18:26:16.871324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.872336000, lastModified=2023-04-04 18:26:16.871324000, delta=1012000 ns, racy<=12500 ns 18:26:16.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.872850000, lastModified=2023-04-04 18:26:16.871324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.871324000 to 2023-04-04 18:26:16.872324000 18:26:16.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.873327000, lastModified=2023-04-04 18:26:16.872324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.873327000, lastModified=2023-04-04 18:26:16.872324000, delta=1003000 ns, racy<=12500 ns 18:26:16.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.873816000, lastModified=2023-04-04 18:26:16.872324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.872324000 to 2023-04-04 18:26:16.873324000 18:26:16.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.874274000, lastModified=2023-04-04 18:26:16.873324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.874274000, lastModified=2023-04-04 18:26:16.873324000, delta=950000 ns, racy<=12500 ns 18:26:16.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.874763000, lastModified=2023-04-04 18:26:16.873324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.873324000 to 2023-04-04 18:26:16.874324000 18:26:16.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.875220000, lastModified=2023-04-04 18:26:16.874324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.875220000, lastModified=2023-04-04 18:26:16.874324000, delta=896000 ns, racy<=12500 ns 18:26:16.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.875742000, lastModified=2023-04-04 18:26:16.874324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.874324000 to 2023-04-04 18:26:16.875324000 18:26:16.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.876257000, lastModified=2023-04-04 18:26:16.875324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.876257000, lastModified=2023-04-04 18:26:16.875324000, delta=933000 ns, racy<=12500 ns 18:26:16.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.876789000, lastModified=2023-04-04 18:26:16.875324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.875324000 to 2023-04-04 18:26:16.876324000 18:26:16.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.877282000, lastModified=2023-04-04 18:26:16.876324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.877282000, lastModified=2023-04-04 18:26:16.876324000, delta=958000 ns, racy<=12500 ns 18:26:16.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.877729000, lastModified=2023-04-04 18:26:16.876324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.876324000 to 2023-04-04 18:26:16.877324000 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.878234000, lastModified=2023-04-04 18:26:16.877324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.878234000, lastModified=2023-04-04 18:26:16.877324000, delta=910000 ns, racy<=12500 ns 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.878671000, lastModified=2023-04-04 18:26:16.877324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.878671000, lastModified=2023-04-04 18:26:16.877324000, delta=1347000 ns, racy<=12500 ns 18:26:16.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.879079000, lastModified=2023-04-04 18:26:16.878324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.879079000, lastModified=2023-04-04 18:26:16.878324000, delta=755000 ns, racy<=12500 ns 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.879541000, lastModified=2023-04-04 18:26:16.878324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.879541000, lastModified=2023-04-04 18:26:16.878324000, delta=1217000 ns, racy<=12500 ns 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.879957000, lastModified=2023-04-04 18:26:16.879324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.879957000, lastModified=2023-04-04 18:26:16.879324000, delta=633000 ns, racy<=12500 ns 18:26:16.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.880399000, lastModified=2023-04-04 18:26:16.879324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.880399000, lastModified=2023-04-04 18:26:16.879324000, delta=1075000 ns, racy<=12500 ns 18:26:16.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.880890000, lastModified=2023-04-04 18:26:16.879324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.879324000 to 2023-04-04 18:26:16.880324000 18:26:16.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.881304000, lastModified=2023-04-04 18:26:16.880324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.881304000, lastModified=2023-04-04 18:26:16.880324000, delta=980000 ns, racy<=12500 ns 18:26:16.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.881735000, lastModified=2023-04-04 18:26:16.880324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.880324000 to 2023-04-04 18:26:16.881324000 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.882177000, lastModified=2023-04-04 18:26:16.881324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.882177000, lastModified=2023-04-04 18:26:16.881324000, delta=853000 ns, racy<=12500 ns 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.882598000, lastModified=2023-04-04 18:26:16.881324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.882598000, lastModified=2023-04-04 18:26:16.881324000, delta=1274000 ns, racy<=12500 ns 18:26:16.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.883018000, lastModified=2023-04-04 18:26:16.882324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.883018000, lastModified=2023-04-04 18:26:16.882324000, delta=694000 ns, racy<=12500 ns 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.883471000, lastModified=2023-04-04 18:26:16.882324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.883471000, lastModified=2023-04-04 18:26:16.882324000, delta=1147000 ns, racy<=12500 ns 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.883874000, lastModified=2023-04-04 18:26:16.882324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.882324000 to 2023-04-04 18:26:16.883324000 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.884281000, lastModified=2023-04-04 18:26:16.883324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.884281000, lastModified=2023-04-04 18:26:16.883324000, delta=957000 ns, racy<=12500 ns 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.884679000, lastModified=2023-04-04 18:26:16.883324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.884679000, lastModified=2023-04-04 18:26:16.883324000, delta=1355000 ns, racy<=12500 ns 18:26:16.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.885086000, lastModified=2023-04-04 18:26:16.884324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.885086000, lastModified=2023-04-04 18:26:16.884324000, delta=762000 ns, racy<=12500 ns 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.885527000, lastModified=2023-04-04 18:26:16.884324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.885527000, lastModified=2023-04-04 18:26:16.884324000, delta=1203000 ns, racy<=12500 ns 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.885951000, lastModified=2023-04-04 18:26:16.885324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.885951000, lastModified=2023-04-04 18:26:16.885324000, delta=627000 ns, racy<=12500 ns 18:26:16.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.886393000, lastModified=2023-04-04 18:26:16.885324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.886393000, lastModified=2023-04-04 18:26:16.885324000, delta=1069000 ns, racy<=12500 ns 18:26:16.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.886815000, lastModified=2023-04-04 18:26:16.885324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.885324000 to 2023-04-04 18:26:16.886324000 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.887245000, lastModified=2023-04-04 18:26:16.886324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.887245000, lastModified=2023-04-04 18:26:16.886324000, delta=921000 ns, racy<=12500 ns 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.887677000, lastModified=2023-04-04 18:26:16.886324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.887677000, lastModified=2023-04-04 18:26:16.886324000, delta=1353000 ns, racy<=12500 ns 18:26:16.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.888088000, lastModified=2023-04-04 18:26:16.887324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.888088000, lastModified=2023-04-04 18:26:16.887324000, delta=764000 ns, racy<=12500 ns 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.888526000, lastModified=2023-04-04 18:26:16.887324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.888526000, lastModified=2023-04-04 18:26:16.887324000, delta=1202000 ns, racy<=12500 ns 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.888955000, lastModified=2023-04-04 18:26:16.888324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.888955000, lastModified=2023-04-04 18:26:16.888324000, delta=631000 ns, racy<=12500 ns 18:26:16.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.889408000, lastModified=2023-04-04 18:26:16.888324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.889408000, lastModified=2023-04-04 18:26:16.888324000, delta=1084000 ns, racy<=12500 ns 18:26:16.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.889826000, lastModified=2023-04-04 18:26:16.888324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.888324000 to 2023-04-04 18:26:16.889324000 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.890257000, lastModified=2023-04-04 18:26:16.889324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.890257000, lastModified=2023-04-04 18:26:16.889324000, delta=933000 ns, racy<=12500 ns 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.890664000, lastModified=2023-04-04 18:26:16.889324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.890664000, lastModified=2023-04-04 18:26:16.889324000, delta=1340000 ns, racy<=12500 ns 18:26:16.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.891105000, lastModified=2023-04-04 18:26:16.890324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.891105000, lastModified=2023-04-04 18:26:16.890324000, delta=781000 ns, racy<=12500 ns 18:26:16.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.891575000, lastModified=2023-04-04 18:26:16.890324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.891575000, lastModified=2023-04-04 18:26:16.890324000, delta=1251000 ns, racy<=12500 ns 18:26:16.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.891989000, lastModified=2023-04-04 18:26:16.891324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.891989000, lastModified=2023-04-04 18:26:16.891324000, delta=665000 ns, racy<=12500 ns 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.892429000, lastModified=2023-04-04 18:26:16.891324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.892429000, lastModified=2023-04-04 18:26:16.891324000, delta=1105000 ns, racy<=12500 ns 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.892850000, lastModified=2023-04-04 18:26:16.891324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.891324000 to 2023-04-04 18:26:16.892324000 18:26:16.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.949685000, lastModified=2023-04-04 18:26:16.892324000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.892324000 to 2023-04-04 18:26:16.949325000 18:26:16.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.950628000, lastModified=2023-04-04 18:26:16.949325000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.949325000 to 2023-04-04 18:26:16.950325000 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.951199000, lastModified=2023-04-04 18:26:16.950325000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.951199000, lastModified=2023-04-04 18:26:16.950325000, delta=874000 ns, racy<=12500 ns 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.951686000, lastModified=2023-04-04 18:26:16.950325000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.951686000, lastModified=2023-04-04 18:26:16.950325000, delta=1361000 ns, racy<=12500 ns 18:26:16.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.952103000, lastModified=2023-04-04 18:26:16.951326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.952103000, lastModified=2023-04-04 18:26:16.951326000, delta=777000 ns, racy<=12500 ns 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.952555000, lastModified=2023-04-04 18:26:16.951326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.952555000, lastModified=2023-04-04 18:26:16.951326000, delta=1229000 ns, racy<=12500 ns 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.952966000, lastModified=2023-04-04 18:26:16.952326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.952966000, lastModified=2023-04-04 18:26:16.952326000, delta=640000 ns, racy<=12500 ns 18:26:16.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.953475000, lastModified=2023-04-04 18:26:16.952326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.953475000, lastModified=2023-04-04 18:26:16.952326000, delta=1149000 ns, racy<=12500 ns 18:26:16.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.953915000, lastModified=2023-04-04 18:26:16.952326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.952326000 to 2023-04-04 18:26:16.953326000 18:26:16.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.954346000, lastModified=2023-04-04 18:26:16.953326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.954346000, lastModified=2023-04-04 18:26:16.953326000, delta=1020000 ns, racy<=12500 ns 18:26:16.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.954822000, lastModified=2023-04-04 18:26:16.953326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.953326000 to 2023-04-04 18:26:16.954326000 18:26:16.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.955307000, lastModified=2023-04-04 18:26:16.954326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.955307000, lastModified=2023-04-04 18:26:16.954326000, delta=981000 ns, racy<=12500 ns 18:26:16.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.955741000, lastModified=2023-04-04 18:26:16.954326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.954326000 to 2023-04-04 18:26:16.955326000 18:26:16.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.956124000, lastModified=2023-04-04 18:26:16.955326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.956124000, lastModified=2023-04-04 18:26:16.955326000, delta=798000 ns, racy<=12500 ns 18:26:16.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.956563000, lastModified=2023-04-04 18:26:16.955326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.956563000, lastModified=2023-04-04 18:26:16.955326000, delta=1237000 ns, racy<=12500 ns 18:26:16.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.959641000, lastModified=2023-04-04 18:26:16.958326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.959641000, lastModified=2023-04-04 18:26:16.958326000, delta=1315000 ns, racy<=12500 ns 18:26:16.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.960065000, lastModified=2023-04-04 18:26:16.959326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.960065000, lastModified=2023-04-04 18:26:16.959326000, delta=739000 ns, racy<=12500 ns 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.960497000, lastModified=2023-04-04 18:26:16.959326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.960497000, lastModified=2023-04-04 18:26:16.959326000, delta=1171000 ns, racy<=12500 ns 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.960914000, lastModified=2023-04-04 18:26:16.959326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.959326000 to 2023-04-04 18:26:16.960326000 18:26:16.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.961396000, lastModified=2023-04-04 18:26:16.960326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.961396000, lastModified=2023-04-04 18:26:16.960326000, delta=1070000 ns, racy<=12500 ns 18:26:16.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.961872000, lastModified=2023-04-04 18:26:16.960326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.960326000 to 2023-04-04 18:26:16.961326000 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.962282000, lastModified=2023-04-04 18:26:16.961326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.962282000, lastModified=2023-04-04 18:26:16.961326000, delta=956000 ns, racy<=12500 ns 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.962706000, lastModified=2023-04-04 18:26:16.961326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.962706000, lastModified=2023-04-04 18:26:16.961326000, delta=1380000 ns, racy<=12500 ns 18:26:16.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.963267000, lastModified=2023-04-04 18:26:16.962326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.963267000, lastModified=2023-04-04 18:26:16.962326000, delta=941000 ns, racy<=12500 ns 18:26:16.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.964070000, lastModified=2023-04-04 18:26:16.963326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.964070000, lastModified=2023-04-04 18:26:16.963326000, delta=744000 ns, racy<=12500 ns 18:26:16.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.964633000, lastModified=2023-04-04 18:26:16.963326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.964633000, lastModified=2023-04-04 18:26:16.963326000, delta=1307000 ns, racy<=12500 ns 18:26:16.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.965154000, lastModified=2023-04-04 18:26:16.964326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.965154000, lastModified=2023-04-04 18:26:16.964326000, delta=828000 ns, racy<=12500 ns 18:26:16.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.965656000, lastModified=2023-04-04 18:26:16.964326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.965656000, lastModified=2023-04-04 18:26:16.964326000, delta=1330000 ns, racy<=12500 ns 18:26:16.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.966137000, lastModified=2023-04-04 18:26:16.965326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.966137000, lastModified=2023-04-04 18:26:16.965326000, delta=811000 ns, racy<=12500 ns 18:26:16.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.966646000, lastModified=2023-04-04 18:26:16.965326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.966646000, lastModified=2023-04-04 18:26:16.965326000, delta=1320000 ns, racy<=12500 ns 18:26:16.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.967076000, lastModified=2023-04-04 18:26:16.966326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.967076000, lastModified=2023-04-04 18:26:16.966326000, delta=750000 ns, racy<=12500 ns 18:26:16.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.967556000, lastModified=2023-04-04 18:26:16.966326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.967556000, lastModified=2023-04-04 18:26:16.966326000, delta=1230000 ns, racy<=12500 ns 18:26:16.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.968028000, lastModified=2023-04-04 18:26:16.967326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.968028000, lastModified=2023-04-04 18:26:16.967326000, delta=702000 ns, racy<=12500 ns 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.968493000, lastModified=2023-04-04 18:26:16.967326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.968493000, lastModified=2023-04-04 18:26:16.967326000, delta=1167000 ns, racy<=12500 ns 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.968909000, lastModified=2023-04-04 18:26:16.967326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.967326000 to 2023-04-04 18:26:16.968326000 18:26:16.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.969327000, lastModified=2023-04-04 18:26:16.968326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.969327000, lastModified=2023-04-04 18:26:16.968326000, delta=1001000 ns, racy<=12500 ns 18:26:16.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.969735000, lastModified=2023-04-04 18:26:16.968326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.968326000 to 2023-04-04 18:26:16.969326000 18:26:16.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.970136000, lastModified=2023-04-04 18:26:16.969326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.970136000, lastModified=2023-04-04 18:26:16.969326000, delta=810000 ns, racy<=12500 ns 18:26:16.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.970756000, lastModified=2023-04-04 18:26:16.969326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.969326000 to 2023-04-04 18:26:16.970326000 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.971187000, lastModified=2023-04-04 18:26:16.970326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.971187000, lastModified=2023-04-04 18:26:16.970326000, delta=861000 ns, racy<=12500 ns 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.971598000, lastModified=2023-04-04 18:26:16.970326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.971598000, lastModified=2023-04-04 18:26:16.970326000, delta=1272000 ns, racy<=12500 ns 18:26:16.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.972100000, lastModified=2023-04-04 18:26:16.971326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.972100000, lastModified=2023-04-04 18:26:16.971326000, delta=774000 ns, racy<=12500 ns 18:26:16.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.972552000, lastModified=2023-04-04 18:26:16.971326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.972552000, lastModified=2023-04-04 18:26:16.971326000, delta=1226000 ns, racy<=12500 ns 18:26:16.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.972976000, lastModified=2023-04-04 18:26:16.972326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.972976000, lastModified=2023-04-04 18:26:16.972326000, delta=650000 ns, racy<=12500 ns 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.973381000, lastModified=2023-04-04 18:26:16.972326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.973381000, lastModified=2023-04-04 18:26:16.972326000, delta=1055000 ns, racy<=12500 ns 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.973751000, lastModified=2023-04-04 18:26:16.972326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.973751000, lastModified=2023-04-04 18:26:16.972326000, delta=1425000 ns, racy<=12500 ns 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.974157000, lastModified=2023-04-04 18:26:16.973326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.974157000, lastModified=2023-04-04 18:26:16.973326000, delta=831000 ns, racy<=12500 ns 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.974515000, lastModified=2023-04-04 18:26:16.973326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.974515000, lastModified=2023-04-04 18:26:16.973326000, delta=1189000 ns, racy<=12500 ns 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.974889000, lastModified=2023-04-04 18:26:16.973326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.973326000 to 2023-04-04 18:26:16.974326000 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.975254000, lastModified=2023-04-04 18:26:16.974326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.975254000, lastModified=2023-04-04 18:26:16.974326000, delta=928000 ns, racy<=12500 ns 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.975612000, lastModified=2023-04-04 18:26:16.974326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.975612000, lastModified=2023-04-04 18:26:16.974326000, delta=1286000 ns, racy<=12500 ns 18:26:16.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.976037000, lastModified=2023-04-04 18:26:16.975326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.976037000, lastModified=2023-04-04 18:26:16.975326000, delta=711000 ns, racy<=12500 ns 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.976453000, lastModified=2023-04-04 18:26:16.975326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.976453000, lastModified=2023-04-04 18:26:16.975326000, delta=1127000 ns, racy<=12500 ns 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.976796000, lastModified=2023-04-04 18:26:16.975326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.975326000 to 2023-04-04 18:26:16.976326000 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.977182000, lastModified=2023-04-04 18:26:16.976326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.977182000, lastModified=2023-04-04 18:26:16.976326000, delta=856000 ns, racy<=12500 ns 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.977557000, lastModified=2023-04-04 18:26:16.976326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.977557000, lastModified=2023-04-04 18:26:16.976326000, delta=1231000 ns, racy<=12500 ns 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.977912000, lastModified=2023-04-04 18:26:16.976326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.976326000 to 2023-04-04 18:26:16.977326000 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.978256000, lastModified=2023-04-04 18:26:16.977326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.978256000, lastModified=2023-04-04 18:26:16.977326000, delta=930000 ns, racy<=12500 ns 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.978666000, lastModified=2023-04-04 18:26:16.977326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.978666000, lastModified=2023-04-04 18:26:16.977326000, delta=1340000 ns, racy<=12500 ns 18:26:16.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.979037000, lastModified=2023-04-04 18:26:16.978326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.979037000, lastModified=2023-04-04 18:26:16.978326000, delta=711000 ns, racy<=12500 ns 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.979434000, lastModified=2023-04-04 18:26:16.978326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.979434000, lastModified=2023-04-04 18:26:16.978326000, delta=1108000 ns, racy<=12500 ns 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.979791000, lastModified=2023-04-04 18:26:16.978326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.978326000 to 2023-04-04 18:26:16.979326000 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.980108000, lastModified=2023-04-04 18:26:16.979326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.980108000, lastModified=2023-04-04 18:26:16.979326000, delta=782000 ns, racy<=12500 ns 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.980500000, lastModified=2023-04-04 18:26:16.979326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.980500000, lastModified=2023-04-04 18:26:16.979326000, delta=1174000 ns, racy<=12500 ns 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.980868000, lastModified=2023-04-04 18:26:16.979326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.979326000 to 2023-04-04 18:26:16.980326000 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.981260000, lastModified=2023-04-04 18:26:16.980326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.981260000, lastModified=2023-04-04 18:26:16.980326000, delta=934000 ns, racy<=12500 ns 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.981626000, lastModified=2023-04-04 18:26:16.980326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.981626000, lastModified=2023-04-04 18:26:16.980326000, delta=1300000 ns, racy<=12500 ns 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.981974000, lastModified=2023-04-04 18:26:16.981326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.981974000, lastModified=2023-04-04 18:26:16.981326000, delta=648000 ns, racy<=12500 ns 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.982378000, lastModified=2023-04-04 18:26:16.981326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.982378000, lastModified=2023-04-04 18:26:16.981326000, delta=1052000 ns, racy<=12500 ns 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.982757000, lastModified=2023-04-04 18:26:16.981326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.982757000, lastModified=2023-04-04 18:26:16.981326000, delta=1431000 ns, racy<=12500 ns 18:26:16.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.983105000, lastModified=2023-04-04 18:26:16.982326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.983105000, lastModified=2023-04-04 18:26:16.982326000, delta=779000 ns, racy<=12500 ns 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.983479000, lastModified=2023-04-04 18:26:16.982326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.983479000, lastModified=2023-04-04 18:26:16.982326000, delta=1153000 ns, racy<=12500 ns 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.983816000, lastModified=2023-04-04 18:26:16.982326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.982326000 to 2023-04-04 18:26:16.983326000 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.984180000, lastModified=2023-04-04 18:26:16.983326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.984180000, lastModified=2023-04-04 18:26:16.983326000, delta=854000 ns, racy<=12500 ns 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.984526000, lastModified=2023-04-04 18:26:16.983326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.984526000, lastModified=2023-04-04 18:26:16.983326000, delta=1200000 ns, racy<=12500 ns 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.984930000, lastModified=2023-04-04 18:26:16.983326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.983326000 to 2023-04-04 18:26:16.984326000 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.985277000, lastModified=2023-04-04 18:26:16.984326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.985277000, lastModified=2023-04-04 18:26:16.984326000, delta=951000 ns, racy<=12500 ns 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.985612000, lastModified=2023-04-04 18:26:16.984326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.985612000, lastModified=2023-04-04 18:26:16.984326000, delta=1286000 ns, racy<=12500 ns 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.985959000, lastModified=2023-04-04 18:26:16.985326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.985959000, lastModified=2023-04-04 18:26:16.985326000, delta=633000 ns, racy<=12500 ns 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.986368000, lastModified=2023-04-04 18:26:16.985326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.986368000, lastModified=2023-04-04 18:26:16.985326000, delta=1042000 ns, racy<=12500 ns 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.986722000, lastModified=2023-04-04 18:26:16.985326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.986722000, lastModified=2023-04-04 18:26:16.985326000, delta=1396000 ns, racy<=12500 ns 18:26:16.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.987070000, lastModified=2023-04-04 18:26:16.986326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.987070000, lastModified=2023-04-04 18:26:16.986326000, delta=744000 ns, racy<=12500 ns 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.987443000, lastModified=2023-04-04 18:26:16.986326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.987443000, lastModified=2023-04-04 18:26:16.986326000, delta=1117000 ns, racy<=12500 ns 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.987799000, lastModified=2023-04-04 18:26:16.986326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.986326000 to 2023-04-04 18:26:16.987326000 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.988166000, lastModified=2023-04-04 18:26:16.987326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.988166000, lastModified=2023-04-04 18:26:16.987326000, delta=840000 ns, racy<=12500 ns 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.988530000, lastModified=2023-04-04 18:26:16.987326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.988530000, lastModified=2023-04-04 18:26:16.987326000, delta=1204000 ns, racy<=12500 ns 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.988871000, lastModified=2023-04-04 18:26:16.987326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.987326000 to 2023-04-04 18:26:16.988326000 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.989222000, lastModified=2023-04-04 18:26:16.988326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.989222000, lastModified=2023-04-04 18:26:16.988326000, delta=896000 ns, racy<=12500 ns 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.989574000, lastModified=2023-04-04 18:26:16.988326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.989574000, lastModified=2023-04-04 18:26:16.988326000, delta=1248000 ns, racy<=12500 ns 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.989950000, lastModified=2023-04-04 18:26:16.989326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.989950000, lastModified=2023-04-04 18:26:16.989326000, delta=624000 ns, racy<=12500 ns 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.990400000, lastModified=2023-04-04 18:26:16.989326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.990400000, lastModified=2023-04-04 18:26:16.989326000, delta=1074000 ns, racy<=12500 ns 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.990744000, lastModified=2023-04-04 18:26:16.989326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.990744000, lastModified=2023-04-04 18:26:16.989326000, delta=1418000 ns, racy<=12500 ns 18:26:16.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.991103000, lastModified=2023-04-04 18:26:16.990326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.991103000, lastModified=2023-04-04 18:26:16.990326000, delta=777000 ns, racy<=12500 ns 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.991552000, lastModified=2023-04-04 18:26:16.990326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.991552000, lastModified=2023-04-04 18:26:16.990326000, delta=1226000 ns, racy<=12500 ns 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:16.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.991918000, lastModified=2023-04-04 18:26:16.990326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.990326000 to 2023-04-04 18:26:16.991326000 18:26:16.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.996136000, lastModified=2023-04-04 18:26:16.991326000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:16.991326000 to 2023-04-04 18:26:16.995327000 18:26:16.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:16.996522000, lastModified=2023-04-04 18:26:16.995327000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:16.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:16.996522000, lastModified=2023-04-04 18:26:16.995327000, delta=1195000 ns, racy<=12500 ns 18:26:16.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.050108000, lastModified=2023-04-04 18:26:17.048328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.048328000 to 2023-04-04 18:26:17.049328000 18:26:17.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.050778000, lastModified=2023-04-04 18:26:17.049328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.049328000 to 2023-04-04 18:26:17.050328000 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.051111000, lastModified=2023-04-04 18:26:17.050328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.051111000, lastModified=2023-04-04 18:26:17.050328000, delta=783000 ns, racy<=12500 ns 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.051540000, lastModified=2023-04-04 18:26:17.050328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.051540000, lastModified=2023-04-04 18:26:17.050328000, delta=1212000 ns, racy<=12500 ns 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.051883000, lastModified=2023-04-04 18:26:17.050328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.050328000 to 2023-04-04 18:26:17.051328000 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.052228000, lastModified=2023-04-04 18:26:17.051328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.052228000, lastModified=2023-04-04 18:26:17.051328000, delta=900000 ns, racy<=12500 ns 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.052578000, lastModified=2023-04-04 18:26:17.051328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.052578000, lastModified=2023-04-04 18:26:17.051328000, delta=1250000 ns, racy<=12500 ns 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.052916000, lastModified=2023-04-04 18:26:17.051328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.051328000 to 2023-04-04 18:26:17.052328000 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.053267000, lastModified=2023-04-04 18:26:17.052328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.053267000, lastModified=2023-04-04 18:26:17.052328000, delta=939000 ns, racy<=12500 ns 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.053594000, lastModified=2023-04-04 18:26:17.052328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.053594000, lastModified=2023-04-04 18:26:17.052328000, delta=1266000 ns, racy<=12500 ns 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.053919000, lastModified=2023-04-04 18:26:17.052328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.052328000 to 2023-04-04 18:26:17.053328000 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.054240000, lastModified=2023-04-04 18:26:17.053328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.054240000, lastModified=2023-04-04 18:26:17.053328000, delta=912000 ns, racy<=12500 ns 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.054565000, lastModified=2023-04-04 18:26:17.053328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.054565000, lastModified=2023-04-04 18:26:17.053328000, delta=1237000 ns, racy<=12500 ns 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.054910000, lastModified=2023-04-04 18:26:17.053328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.053328000 to 2023-04-04 18:26:17.054328000 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.055242000, lastModified=2023-04-04 18:26:17.054328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.055242000, lastModified=2023-04-04 18:26:17.054328000, delta=914000 ns, racy<=12500 ns 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.055566000, lastModified=2023-04-04 18:26:17.054328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.055566000, lastModified=2023-04-04 18:26:17.054328000, delta=1238000 ns, racy<=12500 ns 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.055965000, lastModified=2023-04-04 18:26:17.055328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.055965000, lastModified=2023-04-04 18:26:17.055328000, delta=637000 ns, racy<=12500 ns 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.056330000, lastModified=2023-04-04 18:26:17.055328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.056330000, lastModified=2023-04-04 18:26:17.055328000, delta=1002000 ns, racy<=12500 ns 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.056671000, lastModified=2023-04-04 18:26:17.055328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.056671000, lastModified=2023-04-04 18:26:17.055328000, delta=1343000 ns, racy<=12500 ns 18:26:17.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.057005000, lastModified=2023-04-04 18:26:17.056328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.057005000, lastModified=2023-04-04 18:26:17.056328000, delta=677000 ns, racy<=12500 ns 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.057361000, lastModified=2023-04-04 18:26:17.056328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.057361000, lastModified=2023-04-04 18:26:17.056328000, delta=1033000 ns, racy<=12500 ns 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.057707000, lastModified=2023-04-04 18:26:17.056328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.057707000, lastModified=2023-04-04 18:26:17.056328000, delta=1379000 ns, racy<=12500 ns 18:26:17.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.058059000, lastModified=2023-04-04 18:26:17.057328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.058059000, lastModified=2023-04-04 18:26:17.057328000, delta=731000 ns, racy<=12500 ns 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.058455000, lastModified=2023-04-04 18:26:17.057328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.058455000, lastModified=2023-04-04 18:26:17.057328000, delta=1127000 ns, racy<=12500 ns 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.058803000, lastModified=2023-04-04 18:26:17.057328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.057328000 to 2023-04-04 18:26:17.058328000 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.059110000, lastModified=2023-04-04 18:26:17.058328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.059110000, lastModified=2023-04-04 18:26:17.058328000, delta=782000 ns, racy<=12500 ns 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.059474000, lastModified=2023-04-04 18:26:17.058328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.059474000, lastModified=2023-04-04 18:26:17.058328000, delta=1146000 ns, racy<=12500 ns 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.059799000, lastModified=2023-04-04 18:26:17.058328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.058328000 to 2023-04-04 18:26:17.059328000 18:26:17.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.060148000, lastModified=2023-04-04 18:26:17.059328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.060148000, lastModified=2023-04-04 18:26:17.059328000, delta=820000 ns, racy<=12500 ns 18:26:17.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.060582000, lastModified=2023-04-04 18:26:17.059328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.060582000, lastModified=2023-04-04 18:26:17.059328000, delta=1254000 ns, racy<=12500 ns 18:26:17.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.060973000, lastModified=2023-04-04 18:26:17.060328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.060973000, lastModified=2023-04-04 18:26:17.060328000, delta=645000 ns, racy<=12500 ns 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.061355000, lastModified=2023-04-04 18:26:17.060328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.061355000, lastModified=2023-04-04 18:26:17.060328000, delta=1027000 ns, racy<=12500 ns 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.061732000, lastModified=2023-04-04 18:26:17.060328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.061732000, lastModified=2023-04-04 18:26:17.060328000, delta=1404000 ns, racy<=12500 ns 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.062150000, lastModified=2023-04-04 18:26:17.061328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.062150000, lastModified=2023-04-04 18:26:17.061328000, delta=822000 ns, racy<=12500 ns 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.062529000, lastModified=2023-04-04 18:26:17.061328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.062529000, lastModified=2023-04-04 18:26:17.061328000, delta=1201000 ns, racy<=12500 ns 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.062881000, lastModified=2023-04-04 18:26:17.061328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.061328000 to 2023-04-04 18:26:17.062328000 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.063237000, lastModified=2023-04-04 18:26:17.062328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.063237000, lastModified=2023-04-04 18:26:17.062328000, delta=909000 ns, racy<=12500 ns 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.063617000, lastModified=2023-04-04 18:26:17.062328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.063617000, lastModified=2023-04-04 18:26:17.062328000, delta=1289000 ns, racy<=12500 ns 18:26:17.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.063988000, lastModified=2023-04-04 18:26:17.063328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.063988000, lastModified=2023-04-04 18:26:17.063328000, delta=660000 ns, racy<=12500 ns 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.064374000, lastModified=2023-04-04 18:26:17.063328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.064374000, lastModified=2023-04-04 18:26:17.063328000, delta=1046000 ns, racy<=12500 ns 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.064759000, lastModified=2023-04-04 18:26:17.063328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.064759000, lastModified=2023-04-04 18:26:17.063328000, delta=1431000 ns, racy<=12500 ns 18:26:17.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.065109000, lastModified=2023-04-04 18:26:17.064328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.065109000, lastModified=2023-04-04 18:26:17.064328000, delta=781000 ns, racy<=12500 ns 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.065506000, lastModified=2023-04-04 18:26:17.064328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.065506000, lastModified=2023-04-04 18:26:17.064328000, delta=1178000 ns, racy<=12500 ns 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.065880000, lastModified=2023-04-04 18:26:17.064328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.064328000 to 2023-04-04 18:26:17.065328000 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.066252000, lastModified=2023-04-04 18:26:17.065328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.066252000, lastModified=2023-04-04 18:26:17.065328000, delta=924000 ns, racy<=12500 ns 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.066614000, lastModified=2023-04-04 18:26:17.065328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.066614000, lastModified=2023-04-04 18:26:17.065328000, delta=1286000 ns, racy<=12500 ns 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.066957000, lastModified=2023-04-04 18:26:17.066328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.066957000, lastModified=2023-04-04 18:26:17.066328000, delta=629000 ns, racy<=12500 ns 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.067330000, lastModified=2023-04-04 18:26:17.066328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.067330000, lastModified=2023-04-04 18:26:17.066328000, delta=1002000 ns, racy<=12500 ns 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.067668000, lastModified=2023-04-04 18:26:17.066328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.067668000, lastModified=2023-04-04 18:26:17.066328000, delta=1340000 ns, racy<=12500 ns 18:26:17.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.068011000, lastModified=2023-04-04 18:26:17.067328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.068011000, lastModified=2023-04-04 18:26:17.067328000, delta=683000 ns, racy<=12500 ns 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.068384000, lastModified=2023-04-04 18:26:17.067328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.068384000, lastModified=2023-04-04 18:26:17.067328000, delta=1056000 ns, racy<=12500 ns 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.068731000, lastModified=2023-04-04 18:26:17.067328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.067328000 to 2023-04-04 18:26:17.068328000 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.069089000, lastModified=2023-04-04 18:26:17.068328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.069089000, lastModified=2023-04-04 18:26:17.068328000, delta=761000 ns, racy<=12500 ns 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.069490000, lastModified=2023-04-04 18:26:17.068328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.069490000, lastModified=2023-04-04 18:26:17.068328000, delta=1162000 ns, racy<=12500 ns 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.069842000, lastModified=2023-04-04 18:26:17.068328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.068328000 to 2023-04-04 18:26:17.069328000 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.070193000, lastModified=2023-04-04 18:26:17.069328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.070193000, lastModified=2023-04-04 18:26:17.069328000, delta=865000 ns, racy<=12500 ns 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.070536000, lastModified=2023-04-04 18:26:17.069328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.070536000, lastModified=2023-04-04 18:26:17.069328000, delta=1208000 ns, racy<=12500 ns 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.070874000, lastModified=2023-04-04 18:26:17.069328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.069328000 to 2023-04-04 18:26:17.070328000 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.071242000, lastModified=2023-04-04 18:26:17.070328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.071242000, lastModified=2023-04-04 18:26:17.070328000, delta=914000 ns, racy<=12500 ns 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.071582000, lastModified=2023-04-04 18:26:17.070328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.071582000, lastModified=2023-04-04 18:26:17.070328000, delta=1254000 ns, racy<=12500 ns 18:26:17.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.071990000, lastModified=2023-04-04 18:26:17.070328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.070328000 to 2023-04-04 18:26:17.071328000 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.072388000, lastModified=2023-04-04 18:26:17.071328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.072388000, lastModified=2023-04-04 18:26:17.071328000, delta=1060000 ns, racy<=12500 ns 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.072727000, lastModified=2023-04-04 18:26:17.071328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.072727000, lastModified=2023-04-04 18:26:17.071328000, delta=1399000 ns, racy<=12500 ns 18:26:17.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.073077000, lastModified=2023-04-04 18:26:17.072328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.073077000, lastModified=2023-04-04 18:26:17.072328000, delta=749000 ns, racy<=12500 ns 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.073446000, lastModified=2023-04-04 18:26:17.072328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.073446000, lastModified=2023-04-04 18:26:17.072328000, delta=1118000 ns, racy<=12500 ns 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.073776000, lastModified=2023-04-04 18:26:17.072328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.072328000 to 2023-04-04 18:26:17.073328000 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.074085000, lastModified=2023-04-04 18:26:17.073328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.074085000, lastModified=2023-04-04 18:26:17.073328000, delta=757000 ns, racy<=12500 ns 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.074476000, lastModified=2023-04-04 18:26:17.073328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.074476000, lastModified=2023-04-04 18:26:17.073328000, delta=1148000 ns, racy<=12500 ns 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.074811000, lastModified=2023-04-04 18:26:17.073328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.073328000 to 2023-04-04 18:26:17.074328000 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.075212000, lastModified=2023-04-04 18:26:17.074328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.075212000, lastModified=2023-04-04 18:26:17.074328000, delta=884000 ns, racy<=12500 ns 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.075551000, lastModified=2023-04-04 18:26:17.074328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.075551000, lastModified=2023-04-04 18:26:17.074328000, delta=1223000 ns, racy<=12500 ns 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.075959000, lastModified=2023-04-04 18:26:17.074328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.074328000 to 2023-04-04 18:26:17.075328000 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.076338000, lastModified=2023-04-04 18:26:17.075328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.076338000, lastModified=2023-04-04 18:26:17.075328000, delta=1010000 ns, racy<=12500 ns 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.076679000, lastModified=2023-04-04 18:26:17.075328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.076679000, lastModified=2023-04-04 18:26:17.075328000, delta=1351000 ns, racy<=12500 ns 18:26:17.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.077029000, lastModified=2023-04-04 18:26:17.076328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.077029000, lastModified=2023-04-04 18:26:17.076328000, delta=701000 ns, racy<=12500 ns 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.077460000, lastModified=2023-04-04 18:26:17.076328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.077460000, lastModified=2023-04-04 18:26:17.076328000, delta=1132000 ns, racy<=12500 ns 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.077788000, lastModified=2023-04-04 18:26:17.076328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.076328000 to 2023-04-04 18:26:17.077328000 18:26:17.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.078095000, lastModified=2023-04-04 18:26:17.077328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.078095000, lastModified=2023-04-04 18:26:17.077328000, delta=767000 ns, racy<=12500 ns 18:26:17.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.078509000, lastModified=2023-04-04 18:26:17.077328000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.078509000, lastModified=2023-04-04 18:26:17.077328000, delta=1181000 ns, racy<=12500 ns 18:26:17.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.082489000, lastModified=2023-04-04 18:26:17.081329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.082489000, lastModified=2023-04-04 18:26:17.081329000, delta=1160000 ns, racy<=12500 ns 18:26:17.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.082853000, lastModified=2023-04-04 18:26:17.081329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.081329000 to 2023-04-04 18:26:17.082329000 18:26:17.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.083295000, lastModified=2023-04-04 18:26:17.082329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.083295000, lastModified=2023-04-04 18:26:17.082329000, delta=966000 ns, racy<=12500 ns 18:26:17.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.083850000, lastModified=2023-04-04 18:26:17.082329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.082329000 to 2023-04-04 18:26:17.083329000 18:26:17.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.084420000, lastModified=2023-04-04 18:26:17.083329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.084420000, lastModified=2023-04-04 18:26:17.083329000, delta=1091000 ns, racy<=12500 ns 18:26:17.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.085010000, lastModified=2023-04-04 18:26:17.084329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.085010000, lastModified=2023-04-04 18:26:17.084329000, delta=681000 ns, racy<=12500 ns 18:26:17.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.085565000, lastModified=2023-04-04 18:26:17.084329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.085565000, lastModified=2023-04-04 18:26:17.084329000, delta=1236000 ns, racy<=12500 ns 18:26:17.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.085973000, lastModified=2023-04-04 18:26:17.085329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.085973000, lastModified=2023-04-04 18:26:17.085329000, delta=644000 ns, racy<=12500 ns 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.086415000, lastModified=2023-04-04 18:26:17.085329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.086415000, lastModified=2023-04-04 18:26:17.085329000, delta=1086000 ns, racy<=12500 ns 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.086789000, lastModified=2023-04-04 18:26:17.085329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.085329000 to 2023-04-04 18:26:17.086329000 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.087171000, lastModified=2023-04-04 18:26:17.086329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.087171000, lastModified=2023-04-04 18:26:17.086329000, delta=842000 ns, racy<=12500 ns 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.087560000, lastModified=2023-04-04 18:26:17.086329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.087560000, lastModified=2023-04-04 18:26:17.086329000, delta=1231000 ns, racy<=12500 ns 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.087967000, lastModified=2023-04-04 18:26:17.087329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.087967000, lastModified=2023-04-04 18:26:17.087329000, delta=638000 ns, racy<=12500 ns 18:26:17.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.088377000, lastModified=2023-04-04 18:26:17.087329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.088377000, lastModified=2023-04-04 18:26:17.087329000, delta=1048000 ns, racy<=12500 ns 18:26:17.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.088753000, lastModified=2023-04-04 18:26:17.087329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.088753000, lastModified=2023-04-04 18:26:17.087329000, delta=1424000 ns, racy<=12500 ns 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.089196000, lastModified=2023-04-04 18:26:17.088329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.089196000, lastModified=2023-04-04 18:26:17.088329000, delta=867000 ns, racy<=12500 ns 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.089570000, lastModified=2023-04-04 18:26:17.088329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.089570000, lastModified=2023-04-04 18:26:17.088329000, delta=1241000 ns, racy<=12500 ns 18:26:17.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.089984000, lastModified=2023-04-04 18:26:17.089329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.089984000, lastModified=2023-04-04 18:26:17.089329000, delta=655000 ns, racy<=12500 ns 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.090378000, lastModified=2023-04-04 18:26:17.089329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.090378000, lastModified=2023-04-04 18:26:17.089329000, delta=1049000 ns, racy<=12500 ns 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.090778000, lastModified=2023-04-04 18:26:17.089329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.089329000 to 2023-04-04 18:26:17.090329000 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.091117000, lastModified=2023-04-04 18:26:17.090329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.091117000, lastModified=2023-04-04 18:26:17.090329000, delta=788000 ns, racy<=12500 ns 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.091537000, lastModified=2023-04-04 18:26:17.090329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.091537000, lastModified=2023-04-04 18:26:17.090329000, delta=1208000 ns, racy<=12500 ns 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.091963000, lastModified=2023-04-04 18:26:17.091329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.091963000, lastModified=2023-04-04 18:26:17.091329000, delta=634000 ns, racy<=12500 ns 18:26:17.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.092370000, lastModified=2023-04-04 18:26:17.091329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.092370000, lastModified=2023-04-04 18:26:17.091329000, delta=1041000 ns, racy<=12500 ns 18:26:17.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.092766000, lastModified=2023-04-04 18:26:17.091329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.091329000 to 2023-04-04 18:26:17.092329000 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.093199000, lastModified=2023-04-04 18:26:17.092329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.093199000, lastModified=2023-04-04 18:26:17.092329000, delta=870000 ns, racy<=12500 ns 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.093619000, lastModified=2023-04-04 18:26:17.092329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.093619000, lastModified=2023-04-04 18:26:17.092329000, delta=1290000 ns, racy<=12500 ns 18:26:17.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.094016000, lastModified=2023-04-04 18:26:17.093329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.094016000, lastModified=2023-04-04 18:26:17.093329000, delta=687000 ns, racy<=12500 ns 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.094423000, lastModified=2023-04-04 18:26:17.093329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.094423000, lastModified=2023-04-04 18:26:17.093329000, delta=1094000 ns, racy<=12500 ns 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.094937000, lastModified=2023-04-04 18:26:17.093329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.093329000 to 2023-04-04 18:26:17.094329000 18:26:17.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.095466000, lastModified=2023-04-04 18:26:17.094329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.095466000, lastModified=2023-04-04 18:26:17.094329000, delta=1137000 ns, racy<=12500 ns 18:26:17.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.096162000, lastModified=2023-04-04 18:26:17.095329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.096162000, lastModified=2023-04-04 18:26:17.095329000, delta=833000 ns, racy<=12500 ns 18:26:17.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.096804000, lastModified=2023-04-04 18:26:17.095329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.095329000 to 2023-04-04 18:26:17.096329000 18:26:17.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.097398000, lastModified=2023-04-04 18:26:17.096329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.097398000, lastModified=2023-04-04 18:26:17.096329000, delta=1069000 ns, racy<=12500 ns 18:26:17.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.098091000, lastModified=2023-04-04 18:26:17.097329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.098091000, lastModified=2023-04-04 18:26:17.097329000, delta=762000 ns, racy<=12500 ns 18:26:17.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.098702000, lastModified=2023-04-04 18:26:17.097329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.097329000 to 2023-04-04 18:26:17.098329000 18:26:17.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.099296000, lastModified=2023-04-04 18:26:17.098329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.099296000, lastModified=2023-04-04 18:26:17.098329000, delta=967000 ns, racy<=12500 ns 18:26:17.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.099861000, lastModified=2023-04-04 18:26:17.098329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.098329000 to 2023-04-04 18:26:17.099329000 18:26:17.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.100474000, lastModified=2023-04-04 18:26:17.099329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.100474000, lastModified=2023-04-04 18:26:17.099329000, delta=1145000 ns, racy<=12500 ns 18:26:17.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.101154000, lastModified=2023-04-04 18:26:17.100329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.101154000, lastModified=2023-04-04 18:26:17.100329000, delta=825000 ns, racy<=12500 ns 18:26:17.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.101772000, lastModified=2023-04-04 18:26:17.100329000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.100329000 to 2023-04-04 18:26:17.101329000 18:26:17.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.150056000, lastModified=2023-04-04 18:26:17.148330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.148330000 to 2023-04-04 18:26:17.149330000 18:26:17.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.150770000, lastModified=2023-04-04 18:26:17.149330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.149330000 to 2023-04-04 18:26:17.150330000 18:26:17.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.151379000, lastModified=2023-04-04 18:26:17.150330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.151379000, lastModified=2023-04-04 18:26:17.150330000, delta=1049000 ns, racy<=12500 ns 18:26:17.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.151978000, lastModified=2023-04-04 18:26:17.150330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.150330000 to 2023-04-04 18:26:17.151330000 18:26:17.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.152607000, lastModified=2023-04-04 18:26:17.151330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.152607000, lastModified=2023-04-04 18:26:17.151330000, delta=1277000 ns, racy<=12500 ns 18:26:17.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.153265000, lastModified=2023-04-04 18:26:17.152330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.153265000, lastModified=2023-04-04 18:26:17.152330000, delta=935000 ns, racy<=12500 ns 18:26:17.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.153834000, lastModified=2023-04-04 18:26:17.152330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.152330000 to 2023-04-04 18:26:17.153330000 18:26:17.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.154483000, lastModified=2023-04-04 18:26:17.153330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.154483000, lastModified=2023-04-04 18:26:17.153330000, delta=1153000 ns, racy<=12500 ns 18:26:17.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.155056000, lastModified=2023-04-04 18:26:17.154330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.155056000, lastModified=2023-04-04 18:26:17.154330000, delta=726000 ns, racy<=12500 ns 18:26:17.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.155674000, lastModified=2023-04-04 18:26:17.154330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.154330000 to 2023-04-04 18:26:17.155330000 18:26:17.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.156329000, lastModified=2023-04-04 18:26:17.155330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.156329000, lastModified=2023-04-04 18:26:17.155330000, delta=999000 ns, racy<=12500 ns 18:26:17.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.156921000, lastModified=2023-04-04 18:26:17.155330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.155330000 to 2023-04-04 18:26:17.156330000 18:26:17.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.157503000, lastModified=2023-04-04 18:26:17.156330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.157503000, lastModified=2023-04-04 18:26:17.156330000, delta=1173000 ns, racy<=12500 ns 18:26:17.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.158084000, lastModified=2023-04-04 18:26:17.157330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.158084000, lastModified=2023-04-04 18:26:17.157330000, delta=754000 ns, racy<=12500 ns 18:26:17.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.158696000, lastModified=2023-04-04 18:26:17.157330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.157330000 to 2023-04-04 18:26:17.158330000 18:26:17.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.159276000, lastModified=2023-04-04 18:26:17.158330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.159276000, lastModified=2023-04-04 18:26:17.158330000, delta=946000 ns, racy<=12500 ns 18:26:17.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.159856000, lastModified=2023-04-04 18:26:17.158330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.158330000 to 2023-04-04 18:26:17.159330000 18:26:17.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.160440000, lastModified=2023-04-04 18:26:17.159330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.160440000, lastModified=2023-04-04 18:26:17.159330000, delta=1110000 ns, racy<=12500 ns 18:26:17.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.161015000, lastModified=2023-04-04 18:26:17.160330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.161015000, lastModified=2023-04-04 18:26:17.160330000, delta=685000 ns, racy<=12500 ns 18:26:17.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.161623000, lastModified=2023-04-04 18:26:17.160330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.161623000, lastModified=2023-04-04 18:26:17.160330000, delta=1293000 ns, racy<=12500 ns 18:26:17.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.162179000, lastModified=2023-04-04 18:26:17.161330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.162179000, lastModified=2023-04-04 18:26:17.161330000, delta=849000 ns, racy<=12500 ns 18:26:17.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.162773000, lastModified=2023-04-04 18:26:17.161330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.161330000 to 2023-04-04 18:26:17.162330000 18:26:17.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.163382000, lastModified=2023-04-04 18:26:17.162330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.163382000, lastModified=2023-04-04 18:26:17.162330000, delta=1052000 ns, racy<=12500 ns 18:26:17.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.164003000, lastModified=2023-04-04 18:26:17.163330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.164003000, lastModified=2023-04-04 18:26:17.163330000, delta=673000 ns, racy<=12500 ns 18:26:17.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.164614000, lastModified=2023-04-04 18:26:17.163330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.164614000, lastModified=2023-04-04 18:26:17.163330000, delta=1284000 ns, racy<=12500 ns 18:26:17.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.165184000, lastModified=2023-04-04 18:26:17.164330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.165184000, lastModified=2023-04-04 18:26:17.164330000, delta=854000 ns, racy<=12500 ns 18:26:17.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.165812000, lastModified=2023-04-04 18:26:17.164330000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.164330000 to 2023-04-04 18:26:17.165331000 18:26:17.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.166433000, lastModified=2023-04-04 18:26:17.165331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.166433000, lastModified=2023-04-04 18:26:17.165331000, delta=1102000 ns, racy<=12500 ns 18:26:17.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.167012000, lastModified=2023-04-04 18:26:17.166331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.167012000, lastModified=2023-04-04 18:26:17.166331000, delta=681000 ns, racy<=12500 ns 18:26:17.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.167621000, lastModified=2023-04-04 18:26:17.166331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.167621000, lastModified=2023-04-04 18:26:17.166331000, delta=1290000 ns, racy<=12500 ns 18:26:17.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.168184000, lastModified=2023-04-04 18:26:17.167331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.168184000, lastModified=2023-04-04 18:26:17.167331000, delta=853000 ns, racy<=12500 ns 18:26:17.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.168817000, lastModified=2023-04-04 18:26:17.167331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.167331000 to 2023-04-04 18:26:17.168331000 18:26:17.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.169441000, lastModified=2023-04-04 18:26:17.168331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.169441000, lastModified=2023-04-04 18:26:17.168331000, delta=1110000 ns, racy<=12500 ns 18:26:17.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.170055000, lastModified=2023-04-04 18:26:17.169331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.170055000, lastModified=2023-04-04 18:26:17.169331000, delta=724000 ns, racy<=12500 ns 18:26:17.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.170674000, lastModified=2023-04-04 18:26:17.169331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.170674000, lastModified=2023-04-04 18:26:17.169331000, delta=1343000 ns, racy<=12500 ns 18:26:17.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.171267000, lastModified=2023-04-04 18:26:17.170331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.171267000, lastModified=2023-04-04 18:26:17.170331000, delta=936000 ns, racy<=12500 ns 18:26:17.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.171782000, lastModified=2023-04-04 18:26:17.170331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.170331000 to 2023-04-04 18:26:17.171331000 18:26:17.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.172301000, lastModified=2023-04-04 18:26:17.171331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.172301000, lastModified=2023-04-04 18:26:17.171331000, delta=970000 ns, racy<=12500 ns 18:26:17.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.172808000, lastModified=2023-04-04 18:26:17.171331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.171331000 to 2023-04-04 18:26:17.172331000 18:26:17.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.179863000, lastModified=2023-04-04 18:26:17.172331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.172331000 to 2023-04-04 18:26:17.179331000 18:26:17.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.180521000, lastModified=2023-04-04 18:26:17.179331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.180521000, lastModified=2023-04-04 18:26:17.179331000, delta=1190000 ns, racy<=12500 ns 18:26:17.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.181058000, lastModified=2023-04-04 18:26:17.180331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.181058000, lastModified=2023-04-04 18:26:17.180331000, delta=727000 ns, racy<=12500 ns 18:26:17.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.181612000, lastModified=2023-04-04 18:26:17.180331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.181612000, lastModified=2023-04-04 18:26:17.180331000, delta=1281000 ns, racy<=12500 ns 18:26:17.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.182126000, lastModified=2023-04-04 18:26:17.181331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.182126000, lastModified=2023-04-04 18:26:17.181331000, delta=795000 ns, racy<=12500 ns 18:26:17.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.182669000, lastModified=2023-04-04 18:26:17.181331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.182669000, lastModified=2023-04-04 18:26:17.181331000, delta=1338000 ns, racy<=12500 ns 18:26:17.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.183247000, lastModified=2023-04-04 18:26:17.182331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.183247000, lastModified=2023-04-04 18:26:17.182331000, delta=916000 ns, racy<=12500 ns 18:26:17.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.183795000, lastModified=2023-04-04 18:26:17.182331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.182331000 to 2023-04-04 18:26:17.183331000 18:26:17.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.184360000, lastModified=2023-04-04 18:26:17.183331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.184360000, lastModified=2023-04-04 18:26:17.183331000, delta=1029000 ns, racy<=12500 ns 18:26:17.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.184854000, lastModified=2023-04-04 18:26:17.183331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.183331000 to 2023-04-04 18:26:17.184331000 18:26:17.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.185415000, lastModified=2023-04-04 18:26:17.184331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.185415000, lastModified=2023-04-04 18:26:17.184331000, delta=1084000 ns, racy<=12500 ns 18:26:17.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.185952000, lastModified=2023-04-04 18:26:17.184331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.184331000 to 2023-04-04 18:26:17.185331000 18:26:17.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.186526000, lastModified=2023-04-04 18:26:17.185331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.186526000, lastModified=2023-04-04 18:26:17.185331000, delta=1195000 ns, racy<=12500 ns 18:26:17.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.187084000, lastModified=2023-04-04 18:26:17.186331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.187084000, lastModified=2023-04-04 18:26:17.186331000, delta=753000 ns, racy<=12500 ns 18:26:17.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.187642000, lastModified=2023-04-04 18:26:17.186331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.187642000, lastModified=2023-04-04 18:26:17.186331000, delta=1311000 ns, racy<=12500 ns 18:26:17.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.188159000, lastModified=2023-04-04 18:26:17.187331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.188159000, lastModified=2023-04-04 18:26:17.187331000, delta=828000 ns, racy<=12500 ns 18:26:17.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.188693000, lastModified=2023-04-04 18:26:17.187331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.188693000, lastModified=2023-04-04 18:26:17.187331000, delta=1362000 ns, racy<=12500 ns 18:26:17.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.189258000, lastModified=2023-04-04 18:26:17.188331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.189258000, lastModified=2023-04-04 18:26:17.188331000, delta=927000 ns, racy<=12500 ns 18:26:17.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.189776000, lastModified=2023-04-04 18:26:17.188331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.188331000 to 2023-04-04 18:26:17.189331000 18:26:17.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.190307000, lastModified=2023-04-04 18:26:17.189331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.190307000, lastModified=2023-04-04 18:26:17.189331000, delta=976000 ns, racy<=12500 ns 18:26:17.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.190831000, lastModified=2023-04-04 18:26:17.189331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.189331000 to 2023-04-04 18:26:17.190331000 18:26:17.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.191373000, lastModified=2023-04-04 18:26:17.190331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.191373000, lastModified=2023-04-04 18:26:17.190331000, delta=1042000 ns, racy<=12500 ns 18:26:17.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.191993000, lastModified=2023-04-04 18:26:17.191331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.191993000, lastModified=2023-04-04 18:26:17.191331000, delta=662000 ns, racy<=12500 ns 18:26:17.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.192552000, lastModified=2023-04-04 18:26:17.191331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.192552000, lastModified=2023-04-04 18:26:17.191331000, delta=1221000 ns, racy<=12500 ns 18:26:17.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.193091000, lastModified=2023-04-04 18:26:17.192331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.193091000, lastModified=2023-04-04 18:26:17.192331000, delta=760000 ns, racy<=12500 ns 18:26:17.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.193700000, lastModified=2023-04-04 18:26:17.192331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.192331000 to 2023-04-04 18:26:17.193331000 18:26:17.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.194253000, lastModified=2023-04-04 18:26:17.193331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.194253000, lastModified=2023-04-04 18:26:17.193331000, delta=922000 ns, racy<=12500 ns 18:26:17.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.194817000, lastModified=2023-04-04 18:26:17.193331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.193331000 to 2023-04-04 18:26:17.194331000 18:26:17.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.195359000, lastModified=2023-04-04 18:26:17.194331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.195359000, lastModified=2023-04-04 18:26:17.194331000, delta=1028000 ns, racy<=12500 ns 18:26:17.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.195890000, lastModified=2023-04-04 18:26:17.194331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.194331000 to 2023-04-04 18:26:17.195331000 18:26:17.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.196480000, lastModified=2023-04-04 18:26:17.195331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.196480000, lastModified=2023-04-04 18:26:17.195331000, delta=1149000 ns, racy<=12500 ns 18:26:17.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.197043000, lastModified=2023-04-04 18:26:17.196331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.197043000, lastModified=2023-04-04 18:26:17.196331000, delta=712000 ns, racy<=12500 ns 18:26:17.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.197632000, lastModified=2023-04-04 18:26:17.196331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.197632000, lastModified=2023-04-04 18:26:17.196331000, delta=1301000 ns, racy<=12500 ns 18:26:17.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.198242000, lastModified=2023-04-04 18:26:17.197331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.198242000, lastModified=2023-04-04 18:26:17.197331000, delta=911000 ns, racy<=12500 ns 18:26:17.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.198743000, lastModified=2023-04-04 18:26:17.197331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.197331000 to 2023-04-04 18:26:17.198331000 18:26:17.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.199279000, lastModified=2023-04-04 18:26:17.198331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.199279000, lastModified=2023-04-04 18:26:17.198331000, delta=948000 ns, racy<=12500 ns 18:26:17.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.199769000, lastModified=2023-04-04 18:26:17.198331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.198331000 to 2023-04-04 18:26:17.199331000 18:26:17.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.200291000, lastModified=2023-04-04 18:26:17.199331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.200291000, lastModified=2023-04-04 18:26:17.199331000, delta=960000 ns, racy<=12500 ns 18:26:17.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.200811000, lastModified=2023-04-04 18:26:17.199331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.199331000 to 2023-04-04 18:26:17.200331000 18:26:17.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.201372000, lastModified=2023-04-04 18:26:17.200331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.201372000, lastModified=2023-04-04 18:26:17.200331000, delta=1041000 ns, racy<=12500 ns 18:26:17.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.201877000, lastModified=2023-04-04 18:26:17.200331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.200331000 to 2023-04-04 18:26:17.201331000 18:26:17.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.202398000, lastModified=2023-04-04 18:26:17.201331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.202398000, lastModified=2023-04-04 18:26:17.201331000, delta=1067000 ns, racy<=12500 ns 18:26:17.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.203005000, lastModified=2023-04-04 18:26:17.202331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.203005000, lastModified=2023-04-04 18:26:17.202331000, delta=674000 ns, racy<=12500 ns 18:26:17.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.203671000, lastModified=2023-04-04 18:26:17.202331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.203671000, lastModified=2023-04-04 18:26:17.202331000, delta=1340000 ns, racy<=12500 ns 18:26:17.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.204267000, lastModified=2023-04-04 18:26:17.203331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.204267000, lastModified=2023-04-04 18:26:17.203331000, delta=936000 ns, racy<=12500 ns 18:26:17.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.204798000, lastModified=2023-04-04 18:26:17.203331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.203331000 to 2023-04-04 18:26:17.204331000 18:26:17.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.205348000, lastModified=2023-04-04 18:26:17.204331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.205348000, lastModified=2023-04-04 18:26:17.204331000, delta=1017000 ns, racy<=12500 ns 18:26:17.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.205860000, lastModified=2023-04-04 18:26:17.204331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.204331000 to 2023-04-04 18:26:17.205331000 18:26:17.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.206374000, lastModified=2023-04-04 18:26:17.205331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.206374000, lastModified=2023-04-04 18:26:17.205331000, delta=1043000 ns, racy<=12500 ns 18:26:17.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.206885000, lastModified=2023-04-04 18:26:17.205331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.205331000 to 2023-04-04 18:26:17.206331000 18:26:17.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.207458000, lastModified=2023-04-04 18:26:17.206331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.207458000, lastModified=2023-04-04 18:26:17.206331000, delta=1127000 ns, racy<=12500 ns 18:26:17.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.208008000, lastModified=2023-04-04 18:26:17.207331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.208008000, lastModified=2023-04-04 18:26:17.207331000, delta=677000 ns, racy<=12500 ns 18:26:17.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.208552000, lastModified=2023-04-04 18:26:17.207331000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.208552000, lastModified=2023-04-04 18:26:17.207331000, delta=1221000 ns, racy<=12500 ns 18:26:17.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.209059000, lastModified=2023-04-04 18:26:17.208332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.209059000, lastModified=2023-04-04 18:26:17.208332000, delta=727000 ns, racy<=12500 ns 18:26:17.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.209800000, lastModified=2023-04-04 18:26:17.208332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.208332000 to 2023-04-04 18:26:17.209332000 18:26:17.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.210347000, lastModified=2023-04-04 18:26:17.209332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.210347000, lastModified=2023-04-04 18:26:17.209332000, delta=1015000 ns, racy<=12500 ns 18:26:17.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.210866000, lastModified=2023-04-04 18:26:17.209332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.209332000 to 2023-04-04 18:26:17.210332000 18:26:17.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.211416000, lastModified=2023-04-04 18:26:17.210332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.211416000, lastModified=2023-04-04 18:26:17.210332000, delta=1084000 ns, racy<=12500 ns 18:26:17.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.212001000, lastModified=2023-04-04 18:26:17.211332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.212001000, lastModified=2023-04-04 18:26:17.211332000, delta=669000 ns, racy<=12500 ns 18:26:17.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.212539000, lastModified=2023-04-04 18:26:17.211332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.212539000, lastModified=2023-04-04 18:26:17.211332000, delta=1207000 ns, racy<=12500 ns 18:26:17.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.213061000, lastModified=2023-04-04 18:26:17.212332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.213061000, lastModified=2023-04-04 18:26:17.212332000, delta=729000 ns, racy<=12500 ns 18:26:17.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.213654000, lastModified=2023-04-04 18:26:17.212332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.213654000, lastModified=2023-04-04 18:26:17.212332000, delta=1322000 ns, racy<=12500 ns 18:26:17.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.214243000, lastModified=2023-04-04 18:26:17.213332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.214243000, lastModified=2023-04-04 18:26:17.213332000, delta=911000 ns, racy<=12500 ns 18:26:17.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.214806000, lastModified=2023-04-04 18:26:17.213332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.213332000 to 2023-04-04 18:26:17.214332000 18:26:17.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.215414000, lastModified=2023-04-04 18:26:17.214332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.215414000, lastModified=2023-04-04 18:26:17.214332000, delta=1082000 ns, racy<=12500 ns 18:26:17.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.215961000, lastModified=2023-04-04 18:26:17.214332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.214332000 to 2023-04-04 18:26:17.215332000 18:26:17.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.216480000, lastModified=2023-04-04 18:26:17.215332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.216480000, lastModified=2023-04-04 18:26:17.215332000, delta=1148000 ns, racy<=12500 ns 18:26:17.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.216974000, lastModified=2023-04-04 18:26:17.216332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.216974000, lastModified=2023-04-04 18:26:17.216332000, delta=642000 ns, racy<=12500 ns 18:26:17.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.217501000, lastModified=2023-04-04 18:26:17.216332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.217501000, lastModified=2023-04-04 18:26:17.216332000, delta=1169000 ns, racy<=12500 ns 18:26:17.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.217991000, lastModified=2023-04-04 18:26:17.217332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.217991000, lastModified=2023-04-04 18:26:17.217332000, delta=659000 ns, racy<=12500 ns 18:26:17.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.218518000, lastModified=2023-04-04 18:26:17.217332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.218518000, lastModified=2023-04-04 18:26:17.217332000, delta=1186000 ns, racy<=12500 ns 18:26:17.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.219040000, lastModified=2023-04-04 18:26:17.218332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.219040000, lastModified=2023-04-04 18:26:17.218332000, delta=708000 ns, racy<=12500 ns 18:26:17.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.219565000, lastModified=2023-04-04 18:26:17.218332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.219565000, lastModified=2023-04-04 18:26:17.218332000, delta=1233000 ns, racy<=12500 ns 18:26:17.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.220047000, lastModified=2023-04-04 18:26:17.219332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.220047000, lastModified=2023-04-04 18:26:17.219332000, delta=715000 ns, racy<=12500 ns 18:26:17.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.220569000, lastModified=2023-04-04 18:26:17.219332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.220569000, lastModified=2023-04-04 18:26:17.219332000, delta=1237000 ns, racy<=12500 ns 18:26:17.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.221048000, lastModified=2023-04-04 18:26:17.220332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.221048000, lastModified=2023-04-04 18:26:17.220332000, delta=716000 ns, racy<=12500 ns 18:26:17.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.221562000, lastModified=2023-04-04 18:26:17.220332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.221562000, lastModified=2023-04-04 18:26:17.220332000, delta=1230000 ns, racy<=12500 ns 18:26:17.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.222055000, lastModified=2023-04-04 18:26:17.221332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.222055000, lastModified=2023-04-04 18:26:17.221332000, delta=723000 ns, racy<=12500 ns 18:26:17.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.222573000, lastModified=2023-04-04 18:26:17.221332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.222573000, lastModified=2023-04-04 18:26:17.221332000, delta=1241000 ns, racy<=12500 ns 18:26:17.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.223055000, lastModified=2023-04-04 18:26:17.222332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.223055000, lastModified=2023-04-04 18:26:17.222332000, delta=723000 ns, racy<=12500 ns 18:26:17.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.223598000, lastModified=2023-04-04 18:26:17.222332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.223598000, lastModified=2023-04-04 18:26:17.222332000, delta=1266000 ns, racy<=12500 ns 18:26:17.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.227612000, lastModified=2023-04-04 18:26:17.226332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.227612000, lastModified=2023-04-04 18:26:17.226332000, delta=1280000 ns, racy<=12500 ns 18:26:17.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.228115000, lastModified=2023-04-04 18:26:17.227332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.228115000, lastModified=2023-04-04 18:26:17.227332000, delta=783000 ns, racy<=12500 ns 18:26:17.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.228658000, lastModified=2023-04-04 18:26:17.227332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.228658000, lastModified=2023-04-04 18:26:17.227332000, delta=1326000 ns, racy<=12500 ns 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.229258000, lastModified=2023-04-04 18:26:17.228332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.229258000, lastModified=2023-04-04 18:26:17.228332000, delta=926000 ns, racy<=12500 ns 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.229754000, lastModified=2023-04-04 18:26:17.228332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.228332000 to 2023-04-04 18:26:17.229332000 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.230119000, lastModified=2023-04-04 18:26:17.229332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.230119000, lastModified=2023-04-04 18:26:17.229332000, delta=787000 ns, racy<=12500 ns 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.230496000, lastModified=2023-04-04 18:26:17.229332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.230496000, lastModified=2023-04-04 18:26:17.229332000, delta=1164000 ns, racy<=12500 ns 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.230824000, lastModified=2023-04-04 18:26:17.229332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.229332000 to 2023-04-04 18:26:17.230332000 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.231209000, lastModified=2023-04-04 18:26:17.230332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.231209000, lastModified=2023-04-04 18:26:17.230332000, delta=877000 ns, racy<=12500 ns 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.231544000, lastModified=2023-04-04 18:26:17.230332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.231544000, lastModified=2023-04-04 18:26:17.230332000, delta=1212000 ns, racy<=12500 ns 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.231873000, lastModified=2023-04-04 18:26:17.230332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.230332000 to 2023-04-04 18:26:17.231332000 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.232219000, lastModified=2023-04-04 18:26:17.231332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.232219000, lastModified=2023-04-04 18:26:17.231332000, delta=887000 ns, racy<=12500 ns 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.232539000, lastModified=2023-04-04 18:26:17.231332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.232539000, lastModified=2023-04-04 18:26:17.231332000, delta=1207000 ns, racy<=12500 ns 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.232866000, lastModified=2023-04-04 18:26:17.231332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.231332000 to 2023-04-04 18:26:17.232332000 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.233208000, lastModified=2023-04-04 18:26:17.232332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.233208000, lastModified=2023-04-04 18:26:17.232332000, delta=876000 ns, racy<=12500 ns 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.233530000, lastModified=2023-04-04 18:26:17.232332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.233530000, lastModified=2023-04-04 18:26:17.232332000, delta=1198000 ns, racy<=12500 ns 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.233848000, lastModified=2023-04-04 18:26:17.232332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.232332000 to 2023-04-04 18:26:17.233332000 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.234194000, lastModified=2023-04-04 18:26:17.233332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.234194000, lastModified=2023-04-04 18:26:17.233332000, delta=862000 ns, racy<=12500 ns 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.234516000, lastModified=2023-04-04 18:26:17.233332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.234516000, lastModified=2023-04-04 18:26:17.233332000, delta=1184000 ns, racy<=12500 ns 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.234841000, lastModified=2023-04-04 18:26:17.233332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.233332000 to 2023-04-04 18:26:17.234332000 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.235187000, lastModified=2023-04-04 18:26:17.234332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.235187000, lastModified=2023-04-04 18:26:17.234332000, delta=855000 ns, racy<=12500 ns 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.235503000, lastModified=2023-04-04 18:26:17.234332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.235503000, lastModified=2023-04-04 18:26:17.234332000, delta=1171000 ns, racy<=12500 ns 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.235821000, lastModified=2023-04-04 18:26:17.234332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.234332000 to 2023-04-04 18:26:17.235332000 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.236211000, lastModified=2023-04-04 18:26:17.235332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.236211000, lastModified=2023-04-04 18:26:17.235332000, delta=879000 ns, racy<=12500 ns 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.236565000, lastModified=2023-04-04 18:26:17.235332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.236565000, lastModified=2023-04-04 18:26:17.235332000, delta=1233000 ns, racy<=12500 ns 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.236941000, lastModified=2023-04-04 18:26:17.235332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.235332000 to 2023-04-04 18:26:17.236332000 18:26:17.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.237321000, lastModified=2023-04-04 18:26:17.236332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.237321000, lastModified=2023-04-04 18:26:17.236332000, delta=989000 ns, racy<=12500 ns 18:26:17.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.237677000, lastModified=2023-04-04 18:26:17.236332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.237677000, lastModified=2023-04-04 18:26:17.236332000, delta=1345000 ns, racy<=12500 ns 18:26:17.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.238483000, lastModified=2023-04-04 18:26:17.237332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.238483000, lastModified=2023-04-04 18:26:17.237332000, delta=1151000 ns, racy<=12500 ns 18:26:17.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.238823000, lastModified=2023-04-04 18:26:17.237332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.237332000 to 2023-04-04 18:26:17.238332000 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.239174000, lastModified=2023-04-04 18:26:17.238332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.239174000, lastModified=2023-04-04 18:26:17.238332000, delta=842000 ns, racy<=12500 ns 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.239505000, lastModified=2023-04-04 18:26:17.238332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.239505000, lastModified=2023-04-04 18:26:17.238332000, delta=1173000 ns, racy<=12500 ns 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.239840000, lastModified=2023-04-04 18:26:17.238332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.238332000 to 2023-04-04 18:26:17.239332000 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.240185000, lastModified=2023-04-04 18:26:17.239332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.240185000, lastModified=2023-04-04 18:26:17.239332000, delta=853000 ns, racy<=12500 ns 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.240514000, lastModified=2023-04-04 18:26:17.239332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.240514000, lastModified=2023-04-04 18:26:17.239332000, delta=1182000 ns, racy<=12500 ns 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.240832000, lastModified=2023-04-04 18:26:17.239332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.239332000 to 2023-04-04 18:26:17.240332000 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.241180000, lastModified=2023-04-04 18:26:17.240332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.241180000, lastModified=2023-04-04 18:26:17.240332000, delta=848000 ns, racy<=12500 ns 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.241511000, lastModified=2023-04-04 18:26:17.240332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.241511000, lastModified=2023-04-04 18:26:17.240332000, delta=1179000 ns, racy<=12500 ns 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.241836000, lastModified=2023-04-04 18:26:17.240332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.240332000 to 2023-04-04 18:26:17.241332000 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.242187000, lastModified=2023-04-04 18:26:17.241332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.242187000, lastModified=2023-04-04 18:26:17.241332000, delta=855000 ns, racy<=12500 ns 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.242516000, lastModified=2023-04-04 18:26:17.241332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.242516000, lastModified=2023-04-04 18:26:17.241332000, delta=1184000 ns, racy<=12500 ns 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.242843000, lastModified=2023-04-04 18:26:17.241332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.241332000 to 2023-04-04 18:26:17.242332000 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.243196000, lastModified=2023-04-04 18:26:17.242332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.243196000, lastModified=2023-04-04 18:26:17.242332000, delta=864000 ns, racy<=12500 ns 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.243525000, lastModified=2023-04-04 18:26:17.242332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.243525000, lastModified=2023-04-04 18:26:17.242332000, delta=1193000 ns, racy<=12500 ns 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.243858000, lastModified=2023-04-04 18:26:17.242332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.242332000 to 2023-04-04 18:26:17.243332000 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.244208000, lastModified=2023-04-04 18:26:17.243332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.244208000, lastModified=2023-04-04 18:26:17.243332000, delta=876000 ns, racy<=12500 ns 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.244546000, lastModified=2023-04-04 18:26:17.243332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.244546000, lastModified=2023-04-04 18:26:17.243332000, delta=1214000 ns, racy<=12500 ns 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.244874000, lastModified=2023-04-04 18:26:17.243332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.243332000 to 2023-04-04 18:26:17.244332000 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.245263000, lastModified=2023-04-04 18:26:17.244332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.245263000, lastModified=2023-04-04 18:26:17.244332000, delta=931000 ns, racy<=12500 ns 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.245594000, lastModified=2023-04-04 18:26:17.244332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.245594000, lastModified=2023-04-04 18:26:17.244332000, delta=1262000 ns, racy<=12500 ns 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.245956000, lastModified=2023-04-04 18:26:17.244332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.244332000 to 2023-04-04 18:26:17.245332000 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.246303000, lastModified=2023-04-04 18:26:17.245332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.246303000, lastModified=2023-04-04 18:26:17.245332000, delta=971000 ns, racy<=12500 ns 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.246628000, lastModified=2023-04-04 18:26:17.245332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.246628000, lastModified=2023-04-04 18:26:17.245332000, delta=1296000 ns, racy<=12500 ns 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.246973000, lastModified=2023-04-04 18:26:17.246332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.246973000, lastModified=2023-04-04 18:26:17.246332000, delta=641000 ns, racy<=12500 ns 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.247290000, lastModified=2023-04-04 18:26:17.246332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.247290000, lastModified=2023-04-04 18:26:17.246332000, delta=958000 ns, racy<=12500 ns 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.247581000, lastModified=2023-04-04 18:26:17.246332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.247581000, lastModified=2023-04-04 18:26:17.246332000, delta=1249000 ns, racy<=12500 ns 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.247865000, lastModified=2023-04-04 18:26:17.246332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.246332000 to 2023-04-04 18:26:17.248332000 18:26:17.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.249835000, lastModified=2023-04-04 18:26:17.248332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.248332000 to 2023-04-04 18:26:17.249332000 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.250184000, lastModified=2023-04-04 18:26:17.249332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.250184000, lastModified=2023-04-04 18:26:17.249332000, delta=852000 ns, racy<=12500 ns 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.250475000, lastModified=2023-04-04 18:26:17.249332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.250475000, lastModified=2023-04-04 18:26:17.249332000, delta=1143000 ns, racy<=12500 ns 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.250770000, lastModified=2023-04-04 18:26:17.249332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.250770000, lastModified=2023-04-04 18:26:17.249332000, delta=1438000 ns, racy<=12500 ns 18:26:17.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.251095000, lastModified=2023-04-04 18:26:17.250332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.251095000, lastModified=2023-04-04 18:26:17.250332000, delta=763000 ns, racy<=12500 ns 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.251408000, lastModified=2023-04-04 18:26:17.250332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.251408000, lastModified=2023-04-04 18:26:17.250332000, delta=1076000 ns, racy<=12500 ns 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.251702000, lastModified=2023-04-04 18:26:17.250332000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.251702000, lastModified=2023-04-04 18:26:17.250332000, delta=1370000 ns, racy<=12500 ns 18:26:17.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.251998000, lastModified=2023-04-04 18:26:17.251333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.251998000, lastModified=2023-04-04 18:26:17.251333000, delta=665000 ns, racy<=12500 ns 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.252317000, lastModified=2023-04-04 18:26:17.251333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.252317000, lastModified=2023-04-04 18:26:17.251333000, delta=984000 ns, racy<=12500 ns 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.252615000, lastModified=2023-04-04 18:26:17.251333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.252615000, lastModified=2023-04-04 18:26:17.251333000, delta=1282000 ns, racy<=12500 ns 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.252907000, lastModified=2023-04-04 18:26:17.251333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.251333000 to 2023-04-04 18:26:17.252333000 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.253209000, lastModified=2023-04-04 18:26:17.252333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.253209000, lastModified=2023-04-04 18:26:17.252333000, delta=876000 ns, racy<=12500 ns 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.253495000, lastModified=2023-04-04 18:26:17.252333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.253495000, lastModified=2023-04-04 18:26:17.252333000, delta=1162000 ns, racy<=12500 ns 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.253776000, lastModified=2023-04-04 18:26:17.252333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.253776000, lastModified=2023-04-04 18:26:17.252333000, delta=1443000 ns, racy<=12500 ns 18:26:17.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.254074000, lastModified=2023-04-04 18:26:17.253333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.254074000, lastModified=2023-04-04 18:26:17.253333000, delta=741000 ns, racy<=12500 ns 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.254412000, lastModified=2023-04-04 18:26:17.253333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.254412000, lastModified=2023-04-04 18:26:17.253333000, delta=1079000 ns, racy<=12500 ns 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.254699000, lastModified=2023-04-04 18:26:17.253333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.254699000, lastModified=2023-04-04 18:26:17.253333000, delta=1366000 ns, racy<=12500 ns 18:26:17.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.254994000, lastModified=2023-04-04 18:26:17.254333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.254994000, lastModified=2023-04-04 18:26:17.254333000, delta=661000 ns, racy<=12500 ns 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.255325000, lastModified=2023-04-04 18:26:17.254333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.255325000, lastModified=2023-04-04 18:26:17.254333000, delta=992000 ns, racy<=12500 ns 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.255605000, lastModified=2023-04-04 18:26:17.254333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.255605000, lastModified=2023-04-04 18:26:17.254333000, delta=1272000 ns, racy<=12500 ns 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.255927000, lastModified=2023-04-04 18:26:17.254333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.254333000 to 2023-04-04 18:26:17.255333000 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.256239000, lastModified=2023-04-04 18:26:17.255333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.256239000, lastModified=2023-04-04 18:26:17.255333000, delta=906000 ns, racy<=12500 ns 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.256526000, lastModified=2023-04-04 18:26:17.255333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.256526000, lastModified=2023-04-04 18:26:17.255333000, delta=1193000 ns, racy<=12500 ns 18:26:17.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.260438000, lastModified=2023-04-04 18:26:17.255333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.255333000 to 2023-04-04 18:26:17.259333000 18:26:17.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.260771000, lastModified=2023-04-04 18:26:17.259333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.260771000, lastModified=2023-04-04 18:26:17.259333000, delta=1438000 ns, racy<=12500 ns 18:26:17.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.261079000, lastModified=2023-04-04 18:26:17.260333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.261079000, lastModified=2023-04-04 18:26:17.260333000, delta=746000 ns, racy<=12500 ns 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.261425000, lastModified=2023-04-04 18:26:17.260333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.261425000, lastModified=2023-04-04 18:26:17.260333000, delta=1092000 ns, racy<=12500 ns 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.261712000, lastModified=2023-04-04 18:26:17.260333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.261712000, lastModified=2023-04-04 18:26:17.260333000, delta=1379000 ns, racy<=12500 ns 18:26:17.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.262033000, lastModified=2023-04-04 18:26:17.261333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.262033000, lastModified=2023-04-04 18:26:17.261333000, delta=700000 ns, racy<=12500 ns 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.262365000, lastModified=2023-04-04 18:26:17.261333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.262365000, lastModified=2023-04-04 18:26:17.261333000, delta=1032000 ns, racy<=12500 ns 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.262644000, lastModified=2023-04-04 18:26:17.261333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.262644000, lastModified=2023-04-04 18:26:17.261333000, delta=1311000 ns, racy<=12500 ns 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.262932000, lastModified=2023-04-04 18:26:17.261333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.261333000 to 2023-04-04 18:26:17.262333000 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.263235000, lastModified=2023-04-04 18:26:17.262333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.263235000, lastModified=2023-04-04 18:26:17.262333000, delta=902000 ns, racy<=12500 ns 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.263521000, lastModified=2023-04-04 18:26:17.262333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.263521000, lastModified=2023-04-04 18:26:17.262333000, delta=1188000 ns, racy<=12500 ns 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.263822000, lastModified=2023-04-04 18:26:17.262333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.262333000 to 2023-04-04 18:26:17.263333000 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.264146000, lastModified=2023-04-04 18:26:17.263333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.264146000, lastModified=2023-04-04 18:26:17.263333000, delta=813000 ns, racy<=12500 ns 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.264433000, lastModified=2023-04-04 18:26:17.263333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.264433000, lastModified=2023-04-04 18:26:17.263333000, delta=1100000 ns, racy<=12500 ns 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.264717000, lastModified=2023-04-04 18:26:17.263333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.264717000, lastModified=2023-04-04 18:26:17.263333000, delta=1384000 ns, racy<=12500 ns 18:26:17.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.265013000, lastModified=2023-04-04 18:26:17.264333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.265013000, lastModified=2023-04-04 18:26:17.264333000, delta=680000 ns, racy<=12500 ns 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.265334000, lastModified=2023-04-04 18:26:17.264333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.265334000, lastModified=2023-04-04 18:26:17.264333000, delta=1001000 ns, racy<=12500 ns 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.265611000, lastModified=2023-04-04 18:26:17.264333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.265611000, lastModified=2023-04-04 18:26:17.264333000, delta=1278000 ns, racy<=12500 ns 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.265956000, lastModified=2023-04-04 18:26:17.264333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.264333000 to 2023-04-04 18:26:17.265333000 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.266278000, lastModified=2023-04-04 18:26:17.265333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.266278000, lastModified=2023-04-04 18:26:17.265333000, delta=945000 ns, racy<=12500 ns 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.266570000, lastModified=2023-04-04 18:26:17.265333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.266570000, lastModified=2023-04-04 18:26:17.265333000, delta=1237000 ns, racy<=12500 ns 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.266856000, lastModified=2023-04-04 18:26:17.265333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.265333000 to 2023-04-04 18:26:17.266333000 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.267270000, lastModified=2023-04-04 18:26:17.266333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.267270000, lastModified=2023-04-04 18:26:17.266333000, delta=937000 ns, racy<=12500 ns 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.267599000, lastModified=2023-04-04 18:26:17.266333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.267599000, lastModified=2023-04-04 18:26:17.266333000, delta=1266000 ns, racy<=12500 ns 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.267926000, lastModified=2023-04-04 18:26:17.266333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.266333000 to 2023-04-04 18:26:17.267333000 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.268226000, lastModified=2023-04-04 18:26:17.267333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.268226000, lastModified=2023-04-04 18:26:17.267333000, delta=893000 ns, racy<=12500 ns 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.268510000, lastModified=2023-04-04 18:26:17.267333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.268510000, lastModified=2023-04-04 18:26:17.267333000, delta=1177000 ns, racy<=12500 ns 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.268793000, lastModified=2023-04-04 18:26:17.267333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.267333000 to 2023-04-04 18:26:17.268333000 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.269070000, lastModified=2023-04-04 18:26:17.268333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.269070000, lastModified=2023-04-04 18:26:17.268333000, delta=737000 ns, racy<=12500 ns 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.269373000, lastModified=2023-04-04 18:26:17.268333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.269373000, lastModified=2023-04-04 18:26:17.268333000, delta=1040000 ns, racy<=12500 ns 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.269658000, lastModified=2023-04-04 18:26:17.268333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.269658000, lastModified=2023-04-04 18:26:17.268333000, delta=1325000 ns, racy<=12500 ns 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.269948000, lastModified=2023-04-04 18:26:17.269333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.269948000, lastModified=2023-04-04 18:26:17.269333000, delta=615000 ns, racy<=12500 ns 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.270254000, lastModified=2023-04-04 18:26:17.269333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.270254000, lastModified=2023-04-04 18:26:17.269333000, delta=921000 ns, racy<=12500 ns 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.270536000, lastModified=2023-04-04 18:26:17.269333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.270536000, lastModified=2023-04-04 18:26:17.269333000, delta=1203000 ns, racy<=12500 ns 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.270825000, lastModified=2023-04-04 18:26:17.269333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.269333000 to 2023-04-04 18:26:17.270333000 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.271100000, lastModified=2023-04-04 18:26:17.270333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.271100000, lastModified=2023-04-04 18:26:17.270333000, delta=767000 ns, racy<=12500 ns 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.271402000, lastModified=2023-04-04 18:26:17.270333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.271402000, lastModified=2023-04-04 18:26:17.270333000, delta=1069000 ns, racy<=12500 ns 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.271681000, lastModified=2023-04-04 18:26:17.270333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.271681000, lastModified=2023-04-04 18:26:17.270333000, delta=1348000 ns, racy<=12500 ns 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.271969000, lastModified=2023-04-04 18:26:17.271333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.271969000, lastModified=2023-04-04 18:26:17.271333000, delta=636000 ns, racy<=12500 ns 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.272275000, lastModified=2023-04-04 18:26:17.271333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.272275000, lastModified=2023-04-04 18:26:17.271333000, delta=942000 ns, racy<=12500 ns 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.272558000, lastModified=2023-04-04 18:26:17.271333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.272558000, lastModified=2023-04-04 18:26:17.271333000, delta=1225000 ns, racy<=12500 ns 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.272841000, lastModified=2023-04-04 18:26:17.271333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.271333000 to 2023-04-04 18:26:17.272333000 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.273184000, lastModified=2023-04-04 18:26:17.272333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.273184000, lastModified=2023-04-04 18:26:17.272333000, delta=851000 ns, racy<=12500 ns 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.273473000, lastModified=2023-04-04 18:26:17.272333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.273473000, lastModified=2023-04-04 18:26:17.272333000, delta=1140000 ns, racy<=12500 ns 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.273755000, lastModified=2023-04-04 18:26:17.272333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.273755000, lastModified=2023-04-04 18:26:17.272333000, delta=1422000 ns, racy<=12500 ns 18:26:17.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.274072000, lastModified=2023-04-04 18:26:17.273333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.274072000, lastModified=2023-04-04 18:26:17.273333000, delta=739000 ns, racy<=12500 ns 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.274370000, lastModified=2023-04-04 18:26:17.273333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.274370000, lastModified=2023-04-04 18:26:17.273333000, delta=1037000 ns, racy<=12500 ns 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.274678000, lastModified=2023-04-04 18:26:17.273333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.274678000, lastModified=2023-04-04 18:26:17.273333000, delta=1345000 ns, racy<=12500 ns 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.274973000, lastModified=2023-04-04 18:26:17.274333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.274973000, lastModified=2023-04-04 18:26:17.274333000, delta=640000 ns, racy<=12500 ns 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.275273000, lastModified=2023-04-04 18:26:17.274333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.275273000, lastModified=2023-04-04 18:26:17.274333000, delta=940000 ns, racy<=12500 ns 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.275560000, lastModified=2023-04-04 18:26:17.274333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.275560000, lastModified=2023-04-04 18:26:17.274333000, delta=1227000 ns, racy<=12500 ns 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.275846000, lastModified=2023-04-04 18:26:17.274333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.274333000 to 2023-04-04 18:26:17.275333000 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.276147000, lastModified=2023-04-04 18:26:17.275333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.276147000, lastModified=2023-04-04 18:26:17.275333000, delta=814000 ns, racy<=12500 ns 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.276448000, lastModified=2023-04-04 18:26:17.275333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.276448000, lastModified=2023-04-04 18:26:17.275333000, delta=1115000 ns, racy<=12500 ns 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.276735000, lastModified=2023-04-04 18:26:17.275333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.276735000, lastModified=2023-04-04 18:26:17.275333000, delta=1402000 ns, racy<=12500 ns 18:26:17.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.277027000, lastModified=2023-04-04 18:26:17.276333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.277027000, lastModified=2023-04-04 18:26:17.276333000, delta=694000 ns, racy<=12500 ns 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.277326000, lastModified=2023-04-04 18:26:17.276333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.277326000, lastModified=2023-04-04 18:26:17.276333000, delta=993000 ns, racy<=12500 ns 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.277609000, lastModified=2023-04-04 18:26:17.276333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.277609000, lastModified=2023-04-04 18:26:17.276333000, delta=1276000 ns, racy<=12500 ns 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.277898000, lastModified=2023-04-04 18:26:17.276333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.276333000 to 2023-04-04 18:26:17.277333000 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.278181000, lastModified=2023-04-04 18:26:17.277333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.278181000, lastModified=2023-04-04 18:26:17.277333000, delta=848000 ns, racy<=12500 ns 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.278469000, lastModified=2023-04-04 18:26:17.277333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.278469000, lastModified=2023-04-04 18:26:17.277333000, delta=1136000 ns, racy<=12500 ns 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.278777000, lastModified=2023-04-04 18:26:17.277333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.278777000, lastModified=2023-04-04 18:26:17.277333000, delta=1444000 ns, racy<=12500 ns 18:26:17.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.279070000, lastModified=2023-04-04 18:26:17.278333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.279070000, lastModified=2023-04-04 18:26:17.278333000, delta=737000 ns, racy<=12500 ns 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.279377000, lastModified=2023-04-04 18:26:17.278333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.279377000, lastModified=2023-04-04 18:26:17.278333000, delta=1044000 ns, racy<=12500 ns 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.279661000, lastModified=2023-04-04 18:26:17.278333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.279661000, lastModified=2023-04-04 18:26:17.278333000, delta=1328000 ns, racy<=12500 ns 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.279955000, lastModified=2023-04-04 18:26:17.279333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.279955000, lastModified=2023-04-04 18:26:17.279333000, delta=622000 ns, racy<=12500 ns 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.280265000, lastModified=2023-04-04 18:26:17.279333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.280265000, lastModified=2023-04-04 18:26:17.279333000, delta=932000 ns, racy<=12500 ns 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.280559000, lastModified=2023-04-04 18:26:17.279333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.280559000, lastModified=2023-04-04 18:26:17.279333000, delta=1226000 ns, racy<=12500 ns 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.280841000, lastModified=2023-04-04 18:26:17.279333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.279333000 to 2023-04-04 18:26:17.280333000 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.281136000, lastModified=2023-04-04 18:26:17.280333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.281136000, lastModified=2023-04-04 18:26:17.280333000, delta=803000 ns, racy<=12500 ns 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.281428000, lastModified=2023-04-04 18:26:17.280333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.281428000, lastModified=2023-04-04 18:26:17.280333000, delta=1095000 ns, racy<=12500 ns 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.281712000, lastModified=2023-04-04 18:26:17.280333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.281712000, lastModified=2023-04-04 18:26:17.280333000, delta=1379000 ns, racy<=12500 ns 18:26:17.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.282032000, lastModified=2023-04-04 18:26:17.281333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.282032000, lastModified=2023-04-04 18:26:17.281333000, delta=699000 ns, racy<=12500 ns 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.282353000, lastModified=2023-04-04 18:26:17.281333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.282353000, lastModified=2023-04-04 18:26:17.281333000, delta=1020000 ns, racy<=12500 ns 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.282656000, lastModified=2023-04-04 18:26:17.281333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.282656000, lastModified=2023-04-04 18:26:17.281333000, delta=1323000 ns, racy<=12500 ns 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.282968000, lastModified=2023-04-04 18:26:17.282333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.282968000, lastModified=2023-04-04 18:26:17.282333000, delta=635000 ns, racy<=12500 ns 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.283278000, lastModified=2023-04-04 18:26:17.282333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.283278000, lastModified=2023-04-04 18:26:17.282333000, delta=945000 ns, racy<=12500 ns 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.283605000, lastModified=2023-04-04 18:26:17.282333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.283605000, lastModified=2023-04-04 18:26:17.282333000, delta=1272000 ns, racy<=12500 ns 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.283908000, lastModified=2023-04-04 18:26:17.282333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.282333000 to 2023-04-04 18:26:17.283333000 18:26:17.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.284212000, lastModified=2023-04-04 18:26:17.283333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.284212000, lastModified=2023-04-04 18:26:17.283333000, delta=879000 ns, racy<=12500 ns 18:26:17.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.284510000, lastModified=2023-04-04 18:26:17.283333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.284510000, lastModified=2023-04-04 18:26:17.283333000, delta=1177000 ns, racy<=12500 ns 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.289465000, lastModified=2023-04-04 18:26:17.288333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.289465000, lastModified=2023-04-04 18:26:17.288333000, delta=1132000 ns, racy<=12500 ns 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.289772000, lastModified=2023-04-04 18:26:17.288333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.289772000, lastModified=2023-04-04 18:26:17.288333000, delta=1439000 ns, racy<=12500 ns 18:26:17.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.290070000, lastModified=2023-04-04 18:26:17.289333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.290070000, lastModified=2023-04-04 18:26:17.289333000, delta=737000 ns, racy<=12500 ns 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.290362000, lastModified=2023-04-04 18:26:17.289333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.290362000, lastModified=2023-04-04 18:26:17.289333000, delta=1029000 ns, racy<=12500 ns 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.290642000, lastModified=2023-04-04 18:26:17.289333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.290642000, lastModified=2023-04-04 18:26:17.289333000, delta=1309000 ns, racy<=12500 ns 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.290939000, lastModified=2023-04-04 18:26:17.290333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.290939000, lastModified=2023-04-04 18:26:17.290333000, delta=606000 ns, racy<=12500 ns 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.291254000, lastModified=2023-04-04 18:26:17.290333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.291254000, lastModified=2023-04-04 18:26:17.290333000, delta=921000 ns, racy<=12500 ns 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.291572000, lastModified=2023-04-04 18:26:17.290333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.291572000, lastModified=2023-04-04 18:26:17.290333000, delta=1239000 ns, racy<=12500 ns 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.291858000, lastModified=2023-04-04 18:26:17.290333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.290333000 to 2023-04-04 18:26:17.291333000 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.292143000, lastModified=2023-04-04 18:26:17.291333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.292143000, lastModified=2023-04-04 18:26:17.291333000, delta=810000 ns, racy<=12500 ns 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.292482000, lastModified=2023-04-04 18:26:17.291333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.292482000, lastModified=2023-04-04 18:26:17.291333000, delta=1149000 ns, racy<=12500 ns 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.292764000, lastModified=2023-04-04 18:26:17.291333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.292764000, lastModified=2023-04-04 18:26:17.291333000, delta=1431000 ns, racy<=12500 ns 18:26:17.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.293078000, lastModified=2023-04-04 18:26:17.292333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.293078000, lastModified=2023-04-04 18:26:17.292333000, delta=745000 ns, racy<=12500 ns 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.293391000, lastModified=2023-04-04 18:26:17.292333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.293391000, lastModified=2023-04-04 18:26:17.292333000, delta=1058000 ns, racy<=12500 ns 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.293680000, lastModified=2023-04-04 18:26:17.292333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.293680000, lastModified=2023-04-04 18:26:17.292333000, delta=1347000 ns, racy<=12500 ns 18:26:17.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.294036000, lastModified=2023-04-04 18:26:17.293333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.294036000, lastModified=2023-04-04 18:26:17.293333000, delta=703000 ns, racy<=12500 ns 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.294349000, lastModified=2023-04-04 18:26:17.293333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.294349000, lastModified=2023-04-04 18:26:17.293333000, delta=1016000 ns, racy<=12500 ns 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.294648000, lastModified=2023-04-04 18:26:17.293333000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.294648000, lastModified=2023-04-04 18:26:17.293333000, delta=1315000 ns, racy<=12500 ns 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.294950000, lastModified=2023-04-04 18:26:17.294334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.294950000, lastModified=2023-04-04 18:26:17.294334000, delta=616000 ns, racy<=12500 ns 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.295266000, lastModified=2023-04-04 18:26:17.294334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.295266000, lastModified=2023-04-04 18:26:17.294334000, delta=932000 ns, racy<=12500 ns 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.295565000, lastModified=2023-04-04 18:26:17.294334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.295565000, lastModified=2023-04-04 18:26:17.294334000, delta=1231000 ns, racy<=12500 ns 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.295864000, lastModified=2023-04-04 18:26:17.294334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.294334000 to 2023-04-04 18:26:17.295334000 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.296179000, lastModified=2023-04-04 18:26:17.295334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.296179000, lastModified=2023-04-04 18:26:17.295334000, delta=845000 ns, racy<=12500 ns 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.296493000, lastModified=2023-04-04 18:26:17.295334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.296493000, lastModified=2023-04-04 18:26:17.295334000, delta=1159000 ns, racy<=12500 ns 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.296775000, lastModified=2023-04-04 18:26:17.295334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.296775000, lastModified=2023-04-04 18:26:17.295334000, delta=1441000 ns, racy<=12500 ns 18:26:17.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.297117000, lastModified=2023-04-04 18:26:17.296334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.297117000, lastModified=2023-04-04 18:26:17.296334000, delta=783000 ns, racy<=12500 ns 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.297418000, lastModified=2023-04-04 18:26:17.296334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.297418000, lastModified=2023-04-04 18:26:17.296334000, delta=1084000 ns, racy<=12500 ns 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.297695000, lastModified=2023-04-04 18:26:17.296334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.297695000, lastModified=2023-04-04 18:26:17.296334000, delta=1361000 ns, racy<=12500 ns 18:26:17.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.297988000, lastModified=2023-04-04 18:26:17.297334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.297988000, lastModified=2023-04-04 18:26:17.297334000, delta=654000 ns, racy<=12500 ns 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.298284000, lastModified=2023-04-04 18:26:17.297334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.298284000, lastModified=2023-04-04 18:26:17.297334000, delta=950000 ns, racy<=12500 ns 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.298564000, lastModified=2023-04-04 18:26:17.297334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.298564000, lastModified=2023-04-04 18:26:17.297334000, delta=1230000 ns, racy<=12500 ns 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.298847000, lastModified=2023-04-04 18:26:17.297334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.297334000 to 2023-04-04 18:26:17.298334000 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.299134000, lastModified=2023-04-04 18:26:17.298334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.299134000, lastModified=2023-04-04 18:26:17.298334000, delta=800000 ns, racy<=12500 ns 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.299419000, lastModified=2023-04-04 18:26:17.298334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.299419000, lastModified=2023-04-04 18:26:17.298334000, delta=1085000 ns, racy<=12500 ns 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.299702000, lastModified=2023-04-04 18:26:17.298334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.299702000, lastModified=2023-04-04 18:26:17.298334000, delta=1368000 ns, racy<=12500 ns 18:26:17.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.299993000, lastModified=2023-04-04 18:26:17.299334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.299993000, lastModified=2023-04-04 18:26:17.299334000, delta=659000 ns, racy<=12500 ns 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.300283000, lastModified=2023-04-04 18:26:17.299334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.300283000, lastModified=2023-04-04 18:26:17.299334000, delta=949000 ns, racy<=12500 ns 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.300565000, lastModified=2023-04-04 18:26:17.299334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.300565000, lastModified=2023-04-04 18:26:17.299334000, delta=1231000 ns, racy<=12500 ns 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.300852000, lastModified=2023-04-04 18:26:17.299334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.299334000 to 2023-04-04 18:26:17.300334000 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.301139000, lastModified=2023-04-04 18:26:17.300334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.301139000, lastModified=2023-04-04 18:26:17.300334000, delta=805000 ns, racy<=12500 ns 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.301419000, lastModified=2023-04-04 18:26:17.300334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.301419000, lastModified=2023-04-04 18:26:17.300334000, delta=1085000 ns, racy<=12500 ns 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.301697000, lastModified=2023-04-04 18:26:17.300334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.301697000, lastModified=2023-04-04 18:26:17.300334000, delta=1363000 ns, racy<=12500 ns 18:26:17.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.302015000, lastModified=2023-04-04 18:26:17.301334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.302015000, lastModified=2023-04-04 18:26:17.301334000, delta=681000 ns, racy<=12500 ns 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.302339000, lastModified=2023-04-04 18:26:17.301334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.302339000, lastModified=2023-04-04 18:26:17.301334000, delta=1005000 ns, racy<=12500 ns 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.302642000, lastModified=2023-04-04 18:26:17.301334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.302642000, lastModified=2023-04-04 18:26:17.301334000, delta=1308000 ns, racy<=12500 ns 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.302947000, lastModified=2023-04-04 18:26:17.302334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.302947000, lastModified=2023-04-04 18:26:17.302334000, delta=613000 ns, racy<=12500 ns 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.303243000, lastModified=2023-04-04 18:26:17.302334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.303243000, lastModified=2023-04-04 18:26:17.302334000, delta=909000 ns, racy<=12500 ns 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.303529000, lastModified=2023-04-04 18:26:17.302334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.303529000, lastModified=2023-04-04 18:26:17.302334000, delta=1195000 ns, racy<=12500 ns 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.303811000, lastModified=2023-04-04 18:26:17.302334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.302334000 to 2023-04-04 18:26:17.303334000 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.304091000, lastModified=2023-04-04 18:26:17.303334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.304091000, lastModified=2023-04-04 18:26:17.303334000, delta=757000 ns, racy<=12500 ns 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.304381000, lastModified=2023-04-04 18:26:17.303334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.304381000, lastModified=2023-04-04 18:26:17.303334000, delta=1047000 ns, racy<=12500 ns 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.304675000, lastModified=2023-04-04 18:26:17.303334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.304675000, lastModified=2023-04-04 18:26:17.303334000, delta=1341000 ns, racy<=12500 ns 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.304968000, lastModified=2023-04-04 18:26:17.304334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.304968000, lastModified=2023-04-04 18:26:17.304334000, delta=634000 ns, racy<=12500 ns 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.305265000, lastModified=2023-04-04 18:26:17.304334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.305265000, lastModified=2023-04-04 18:26:17.304334000, delta=931000 ns, racy<=12500 ns 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.305555000, lastModified=2023-04-04 18:26:17.304334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.305555000, lastModified=2023-04-04 18:26:17.304334000, delta=1221000 ns, racy<=12500 ns 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.305840000, lastModified=2023-04-04 18:26:17.304334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.304334000 to 2023-04-04 18:26:17.305334000 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.306132000, lastModified=2023-04-04 18:26:17.305334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.306132000, lastModified=2023-04-04 18:26:17.305334000, delta=798000 ns, racy<=12500 ns 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.306412000, lastModified=2023-04-04 18:26:17.305334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.306412000, lastModified=2023-04-04 18:26:17.305334000, delta=1078000 ns, racy<=12500 ns 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.306687000, lastModified=2023-04-04 18:26:17.305334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.306687000, lastModified=2023-04-04 18:26:17.305334000, delta=1353000 ns, racy<=12500 ns 18:26:17.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.307000000, lastModified=2023-04-04 18:26:17.306334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.307000000, lastModified=2023-04-04 18:26:17.306334000, delta=666000 ns, racy<=12500 ns 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.307295000, lastModified=2023-04-04 18:26:17.306334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.307295000, lastModified=2023-04-04 18:26:17.306334000, delta=961000 ns, racy<=12500 ns 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.307580000, lastModified=2023-04-04 18:26:17.306334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.307580000, lastModified=2023-04-04 18:26:17.306334000, delta=1246000 ns, racy<=12500 ns 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.307862000, lastModified=2023-04-04 18:26:17.306334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.306334000 to 2023-04-04 18:26:17.307334000 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.308143000, lastModified=2023-04-04 18:26:17.307334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.308143000, lastModified=2023-04-04 18:26:17.307334000, delta=809000 ns, racy<=12500 ns 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.308416000, lastModified=2023-04-04 18:26:17.307334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.308416000, lastModified=2023-04-04 18:26:17.307334000, delta=1082000 ns, racy<=12500 ns 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.308699000, lastModified=2023-04-04 18:26:17.307334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.308699000, lastModified=2023-04-04 18:26:17.307334000, delta=1365000 ns, racy<=12500 ns 18:26:17.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.308998000, lastModified=2023-04-04 18:26:17.308334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.308998000, lastModified=2023-04-04 18:26:17.308334000, delta=664000 ns, racy<=12500 ns 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.309294000, lastModified=2023-04-04 18:26:17.308334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.309294000, lastModified=2023-04-04 18:26:17.308334000, delta=960000 ns, racy<=12500 ns 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.309576000, lastModified=2023-04-04 18:26:17.308334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.309576000, lastModified=2023-04-04 18:26:17.308334000, delta=1242000 ns, racy<=12500 ns 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.309857000, lastModified=2023-04-04 18:26:17.308334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.308334000 to 2023-04-04 18:26:17.309334000 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.310170000, lastModified=2023-04-04 18:26:17.309334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.310170000, lastModified=2023-04-04 18:26:17.309334000, delta=836000 ns, racy<=12500 ns 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.310454000, lastModified=2023-04-04 18:26:17.309334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.310454000, lastModified=2023-04-04 18:26:17.309334000, delta=1120000 ns, racy<=12500 ns 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.310753000, lastModified=2023-04-04 18:26:17.309334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.310753000, lastModified=2023-04-04 18:26:17.309334000, delta=1419000 ns, racy<=12500 ns 18:26:17.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.311062000, lastModified=2023-04-04 18:26:17.310334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.311062000, lastModified=2023-04-04 18:26:17.310334000, delta=728000 ns, racy<=12500 ns 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.311370000, lastModified=2023-04-04 18:26:17.310334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.311370000, lastModified=2023-04-04 18:26:17.310334000, delta=1036000 ns, racy<=12500 ns 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.311670000, lastModified=2023-04-04 18:26:17.310334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.311670000, lastModified=2023-04-04 18:26:17.310334000, delta=1336000 ns, racy<=12500 ns 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.311975000, lastModified=2023-04-04 18:26:17.311334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.311975000, lastModified=2023-04-04 18:26:17.311334000, delta=641000 ns, racy<=12500 ns 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.312275000, lastModified=2023-04-04 18:26:17.311334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.312275000, lastModified=2023-04-04 18:26:17.311334000, delta=941000 ns, racy<=12500 ns 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.312624000, lastModified=2023-04-04 18:26:17.311334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.312624000, lastModified=2023-04-04 18:26:17.311334000, delta=1290000 ns, racy<=12500 ns 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.312921000, lastModified=2023-04-04 18:26:17.311334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.311334000 to 2023-04-04 18:26:17.312334000 18:26:17.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.315917000, lastModified=2023-04-04 18:26:17.312334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.312334000 to 2023-04-04 18:26:17.315334000 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.316239000, lastModified=2023-04-04 18:26:17.315334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.316239000, lastModified=2023-04-04 18:26:17.315334000, delta=905000 ns, racy<=12500 ns 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.316532000, lastModified=2023-04-04 18:26:17.315334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.316532000, lastModified=2023-04-04 18:26:17.315334000, delta=1198000 ns, racy<=12500 ns 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.316810000, lastModified=2023-04-04 18:26:17.315334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.315334000 to 2023-04-04 18:26:17.316334000 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.317087000, lastModified=2023-04-04 18:26:17.316334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.317087000, lastModified=2023-04-04 18:26:17.316334000, delta=753000 ns, racy<=12500 ns 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.317391000, lastModified=2023-04-04 18:26:17.316334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.317391000, lastModified=2023-04-04 18:26:17.316334000, delta=1057000 ns, racy<=12500 ns 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.317675000, lastModified=2023-04-04 18:26:17.316334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.317675000, lastModified=2023-04-04 18:26:17.316334000, delta=1341000 ns, racy<=12500 ns 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.317972000, lastModified=2023-04-04 18:26:17.317334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.317972000, lastModified=2023-04-04 18:26:17.317334000, delta=638000 ns, racy<=12500 ns 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.318269000, lastModified=2023-04-04 18:26:17.317334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.318269000, lastModified=2023-04-04 18:26:17.317334000, delta=935000 ns, racy<=12500 ns 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.318554000, lastModified=2023-04-04 18:26:17.317334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.318554000, lastModified=2023-04-04 18:26:17.317334000, delta=1220000 ns, racy<=12500 ns 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.318840000, lastModified=2023-04-04 18:26:17.317334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.317334000 to 2023-04-04 18:26:17.318334000 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.319138000, lastModified=2023-04-04 18:26:17.318334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.319138000, lastModified=2023-04-04 18:26:17.318334000, delta=804000 ns, racy<=12500 ns 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.319422000, lastModified=2023-04-04 18:26:17.318334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.319422000, lastModified=2023-04-04 18:26:17.318334000, delta=1088000 ns, racy<=12500 ns 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.319706000, lastModified=2023-04-04 18:26:17.318334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.319706000, lastModified=2023-04-04 18:26:17.318334000, delta=1372000 ns, racy<=12500 ns 18:26:17.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.319996000, lastModified=2023-04-04 18:26:17.319334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.319996000, lastModified=2023-04-04 18:26:17.319334000, delta=662000 ns, racy<=12500 ns 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.320341000, lastModified=2023-04-04 18:26:17.319334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.320341000, lastModified=2023-04-04 18:26:17.319334000, delta=1007000 ns, racy<=12500 ns 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.320623000, lastModified=2023-04-04 18:26:17.319334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.320623000, lastModified=2023-04-04 18:26:17.319334000, delta=1289000 ns, racy<=12500 ns 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.320916000, lastModified=2023-04-04 18:26:17.319334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.319334000 to 2023-04-04 18:26:17.320334000 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.321200000, lastModified=2023-04-04 18:26:17.320334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.321200000, lastModified=2023-04-04 18:26:17.320334000, delta=866000 ns, racy<=12500 ns 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.321487000, lastModified=2023-04-04 18:26:17.320334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.321487000, lastModified=2023-04-04 18:26:17.320334000, delta=1153000 ns, racy<=12500 ns 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.321772000, lastModified=2023-04-04 18:26:17.320334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.321772000, lastModified=2023-04-04 18:26:17.320334000, delta=1438000 ns, racy<=12500 ns 18:26:17.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.322066000, lastModified=2023-04-04 18:26:17.321334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.322066000, lastModified=2023-04-04 18:26:17.321334000, delta=732000 ns, racy<=12500 ns 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.322359000, lastModified=2023-04-04 18:26:17.321334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.322359000, lastModified=2023-04-04 18:26:17.321334000, delta=1025000 ns, racy<=12500 ns 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.322689000, lastModified=2023-04-04 18:26:17.321334000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.321334000 to 2023-04-04 18:26:17.348335000 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.349991000, lastModified=2023-04-04 18:26:17.349335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.349991000, lastModified=2023-04-04 18:26:17.349335000, delta=656000 ns, racy<=12500 ns 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.350322000, lastModified=2023-04-04 18:26:17.349335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.350322000, lastModified=2023-04-04 18:26:17.349335000, delta=987000 ns, racy<=12500 ns 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.350613000, lastModified=2023-04-04 18:26:17.349335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.350613000, lastModified=2023-04-04 18:26:17.349335000, delta=1278000 ns, racy<=12500 ns 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.350969000, lastModified=2023-04-04 18:26:17.350335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.350969000, lastModified=2023-04-04 18:26:17.350335000, delta=634000 ns, racy<=12500 ns 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.351287000, lastModified=2023-04-04 18:26:17.350335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.351287000, lastModified=2023-04-04 18:26:17.350335000, delta=952000 ns, racy<=12500 ns 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.351587000, lastModified=2023-04-04 18:26:17.350335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.351587000, lastModified=2023-04-04 18:26:17.350335000, delta=1252000 ns, racy<=12500 ns 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.351875000, lastModified=2023-04-04 18:26:17.350335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.350335000 to 2023-04-04 18:26:17.351335000 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.352170000, lastModified=2023-04-04 18:26:17.351335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.352170000, lastModified=2023-04-04 18:26:17.351335000, delta=835000 ns, racy<=12500 ns 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.352471000, lastModified=2023-04-04 18:26:17.351335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.352471000, lastModified=2023-04-04 18:26:17.351335000, delta=1136000 ns, racy<=12500 ns 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.352754000, lastModified=2023-04-04 18:26:17.351335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.352754000, lastModified=2023-04-04 18:26:17.351335000, delta=1419000 ns, racy<=12500 ns 18:26:17.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.353043000, lastModified=2023-04-04 18:26:17.352335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.353043000, lastModified=2023-04-04 18:26:17.352335000, delta=708000 ns, racy<=12500 ns 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.353335000, lastModified=2023-04-04 18:26:17.352335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.353335000, lastModified=2023-04-04 18:26:17.352335000, delta=1000000 ns, racy<=12500 ns 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.353613000, lastModified=2023-04-04 18:26:17.352335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.353613000, lastModified=2023-04-04 18:26:17.352335000, delta=1278000 ns, racy<=12500 ns 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.353897000, lastModified=2023-04-04 18:26:17.352335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.352335000 to 2023-04-04 18:26:17.353335000 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.354177000, lastModified=2023-04-04 18:26:17.353335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.354177000, lastModified=2023-04-04 18:26:17.353335000, delta=842000 ns, racy<=12500 ns 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.354460000, lastModified=2023-04-04 18:26:17.353335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.354460000, lastModified=2023-04-04 18:26:17.353335000, delta=1125000 ns, racy<=12500 ns 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.354740000, lastModified=2023-04-04 18:26:17.353335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.354740000, lastModified=2023-04-04 18:26:17.353335000, delta=1405000 ns, racy<=12500 ns 18:26:17.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.355043000, lastModified=2023-04-04 18:26:17.354335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.355043000, lastModified=2023-04-04 18:26:17.354335000, delta=708000 ns, racy<=12500 ns 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.355340000, lastModified=2023-04-04 18:26:17.354335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.355340000, lastModified=2023-04-04 18:26:17.354335000, delta=1005000 ns, racy<=12500 ns 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.355624000, lastModified=2023-04-04 18:26:17.354335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.355624000, lastModified=2023-04-04 18:26:17.354335000, delta=1289000 ns, racy<=12500 ns 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.355912000, lastModified=2023-04-04 18:26:17.354335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.354335000 to 2023-04-04 18:26:17.355335000 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.356192000, lastModified=2023-04-04 18:26:17.355335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.356192000, lastModified=2023-04-04 18:26:17.355335000, delta=857000 ns, racy<=12500 ns 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.356477000, lastModified=2023-04-04 18:26:17.355335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.356477000, lastModified=2023-04-04 18:26:17.355335000, delta=1142000 ns, racy<=12500 ns 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.356773000, lastModified=2023-04-04 18:26:17.355335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.356773000, lastModified=2023-04-04 18:26:17.355335000, delta=1438000 ns, racy<=12500 ns 18:26:17.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.357068000, lastModified=2023-04-04 18:26:17.356335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.357068000, lastModified=2023-04-04 18:26:17.356335000, delta=733000 ns, racy<=12500 ns 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.357367000, lastModified=2023-04-04 18:26:17.356335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.357367000, lastModified=2023-04-04 18:26:17.356335000, delta=1032000 ns, racy<=12500 ns 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.357649000, lastModified=2023-04-04 18:26:17.356335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.357649000, lastModified=2023-04-04 18:26:17.356335000, delta=1314000 ns, racy<=12500 ns 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.357944000, lastModified=2023-04-04 18:26:17.357335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.357944000, lastModified=2023-04-04 18:26:17.357335000, delta=609000 ns, racy<=12500 ns 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.358242000, lastModified=2023-04-04 18:26:17.357335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.358242000, lastModified=2023-04-04 18:26:17.357335000, delta=907000 ns, racy<=12500 ns 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.358534000, lastModified=2023-04-04 18:26:17.357335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.358534000, lastModified=2023-04-04 18:26:17.357335000, delta=1199000 ns, racy<=12500 ns 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.358815000, lastModified=2023-04-04 18:26:17.357335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.357335000 to 2023-04-04 18:26:17.358335000 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.359097000, lastModified=2023-04-04 18:26:17.358335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.359097000, lastModified=2023-04-04 18:26:17.358335000, delta=762000 ns, racy<=12500 ns 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.359397000, lastModified=2023-04-04 18:26:17.358335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.359397000, lastModified=2023-04-04 18:26:17.358335000, delta=1062000 ns, racy<=12500 ns 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.359680000, lastModified=2023-04-04 18:26:17.358335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.359680000, lastModified=2023-04-04 18:26:17.358335000, delta=1345000 ns, racy<=12500 ns 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.359975000, lastModified=2023-04-04 18:26:17.359335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.359975000, lastModified=2023-04-04 18:26:17.359335000, delta=640000 ns, racy<=12500 ns 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.360274000, lastModified=2023-04-04 18:26:17.359335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.360274000, lastModified=2023-04-04 18:26:17.359335000, delta=939000 ns, racy<=12500 ns 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.360567000, lastModified=2023-04-04 18:26:17.359335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.360567000, lastModified=2023-04-04 18:26:17.359335000, delta=1232000 ns, racy<=12500 ns 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.360854000, lastModified=2023-04-04 18:26:17.359335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.359335000 to 2023-04-04 18:26:17.360335000 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.361143000, lastModified=2023-04-04 18:26:17.360335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.361143000, lastModified=2023-04-04 18:26:17.360335000, delta=808000 ns, racy<=12500 ns 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.361460000, lastModified=2023-04-04 18:26:17.360335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.361460000, lastModified=2023-04-04 18:26:17.360335000, delta=1125000 ns, racy<=12500 ns 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.361749000, lastModified=2023-04-04 18:26:17.360335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.361749000, lastModified=2023-04-04 18:26:17.360335000, delta=1414000 ns, racy<=12500 ns 18:26:17.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.362041000, lastModified=2023-04-04 18:26:17.361335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.362041000, lastModified=2023-04-04 18:26:17.361335000, delta=706000 ns, racy<=12500 ns 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.362339000, lastModified=2023-04-04 18:26:17.361335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.362339000, lastModified=2023-04-04 18:26:17.361335000, delta=1004000 ns, racy<=12500 ns 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.362623000, lastModified=2023-04-04 18:26:17.361335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.362623000, lastModified=2023-04-04 18:26:17.361335000, delta=1288000 ns, racy<=12500 ns 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.362944000, lastModified=2023-04-04 18:26:17.361335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.361335000 to 2023-04-04 18:26:17.362335000 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.363264000, lastModified=2023-04-04 18:26:17.362335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.363264000, lastModified=2023-04-04 18:26:17.362335000, delta=929000 ns, racy<=12500 ns 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.363569000, lastModified=2023-04-04 18:26:17.362335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.363569000, lastModified=2023-04-04 18:26:17.362335000, delta=1234000 ns, racy<=12500 ns 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.363884000, lastModified=2023-04-04 18:26:17.362335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.362335000 to 2023-04-04 18:26:17.363335000 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.364172000, lastModified=2023-04-04 18:26:17.363335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.364172000, lastModified=2023-04-04 18:26:17.363335000, delta=837000 ns, racy<=12500 ns 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.364466000, lastModified=2023-04-04 18:26:17.363335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.364466000, lastModified=2023-04-04 18:26:17.363335000, delta=1131000 ns, racy<=12500 ns 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.364756000, lastModified=2023-04-04 18:26:17.363335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.364756000, lastModified=2023-04-04 18:26:17.363335000, delta=1421000 ns, racy<=12500 ns 18:26:17.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.365054000, lastModified=2023-04-04 18:26:17.364335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.365054000, lastModified=2023-04-04 18:26:17.364335000, delta=719000 ns, racy<=12500 ns 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.365348000, lastModified=2023-04-04 18:26:17.364335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.365348000, lastModified=2023-04-04 18:26:17.364335000, delta=1013000 ns, racy<=12500 ns 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.365639000, lastModified=2023-04-04 18:26:17.364335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.365639000, lastModified=2023-04-04 18:26:17.364335000, delta=1304000 ns, racy<=12500 ns 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.365942000, lastModified=2023-04-04 18:26:17.365335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.365942000, lastModified=2023-04-04 18:26:17.365335000, delta=607000 ns, racy<=12500 ns 18:26:17.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.366247000, lastModified=2023-04-04 18:26:17.365335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.366247000, lastModified=2023-04-04 18:26:17.365335000, delta=912000 ns, racy<=12500 ns 18:26:17.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.366558000, lastModified=2023-04-04 18:26:17.365335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.366558000, lastModified=2023-04-04 18:26:17.365335000, delta=1223000 ns, racy<=12500 ns 18:26:17.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.371555000, lastModified=2023-04-04 18:26:17.370335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.371555000, lastModified=2023-04-04 18:26:17.370335000, delta=1220000 ns, racy<=12500 ns 18:26:17.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.371863000, lastModified=2023-04-04 18:26:17.370335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.370335000 to 2023-04-04 18:26:17.371335000 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.372157000, lastModified=2023-04-04 18:26:17.371335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.372157000, lastModified=2023-04-04 18:26:17.371335000, delta=822000 ns, racy<=12500 ns 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.372444000, lastModified=2023-04-04 18:26:17.371335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.372444000, lastModified=2023-04-04 18:26:17.371335000, delta=1109000 ns, racy<=12500 ns 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.372724000, lastModified=2023-04-04 18:26:17.371335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.372724000, lastModified=2023-04-04 18:26:17.371335000, delta=1389000 ns, racy<=12500 ns 18:26:17.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.373021000, lastModified=2023-04-04 18:26:17.372335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.373021000, lastModified=2023-04-04 18:26:17.372335000, delta=686000 ns, racy<=12500 ns 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.373315000, lastModified=2023-04-04 18:26:17.372335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.373315000, lastModified=2023-04-04 18:26:17.372335000, delta=980000 ns, racy<=12500 ns 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.373598000, lastModified=2023-04-04 18:26:17.372335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.373598000, lastModified=2023-04-04 18:26:17.372335000, delta=1263000 ns, racy<=12500 ns 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.373877000, lastModified=2023-04-04 18:26:17.372335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.372335000 to 2023-04-04 18:26:17.373335000 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.374162000, lastModified=2023-04-04 18:26:17.373335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.374162000, lastModified=2023-04-04 18:26:17.373335000, delta=827000 ns, racy<=12500 ns 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.374453000, lastModified=2023-04-04 18:26:17.373335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.374453000, lastModified=2023-04-04 18:26:17.373335000, delta=1118000 ns, racy<=12500 ns 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.374736000, lastModified=2023-04-04 18:26:17.373335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.374736000, lastModified=2023-04-04 18:26:17.373335000, delta=1401000 ns, racy<=12500 ns 18:26:17.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.375157000, lastModified=2023-04-04 18:26:17.374335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.375157000, lastModified=2023-04-04 18:26:17.374335000, delta=822000 ns, racy<=12500 ns 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.375570000, lastModified=2023-04-04 18:26:17.374335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.375570000, lastModified=2023-04-04 18:26:17.374335000, delta=1235000 ns, racy<=12500 ns 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.375923000, lastModified=2023-04-04 18:26:17.374335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.374335000 to 2023-04-04 18:26:17.375335000 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.376231000, lastModified=2023-04-04 18:26:17.375335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.376231000, lastModified=2023-04-04 18:26:17.375335000, delta=896000 ns, racy<=12500 ns 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.376535000, lastModified=2023-04-04 18:26:17.375335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.376535000, lastModified=2023-04-04 18:26:17.375335000, delta=1200000 ns, racy<=12500 ns 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.376835000, lastModified=2023-04-04 18:26:17.375335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.375335000 to 2023-04-04 18:26:17.376335000 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.377144000, lastModified=2023-04-04 18:26:17.376335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.377144000, lastModified=2023-04-04 18:26:17.376335000, delta=809000 ns, racy<=12500 ns 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.377451000, lastModified=2023-04-04 18:26:17.376335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.377451000, lastModified=2023-04-04 18:26:17.376335000, delta=1116000 ns, racy<=12500 ns 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.377749000, lastModified=2023-04-04 18:26:17.376335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.377749000, lastModified=2023-04-04 18:26:17.376335000, delta=1414000 ns, racy<=12500 ns 18:26:17.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.378053000, lastModified=2023-04-04 18:26:17.377335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.378053000, lastModified=2023-04-04 18:26:17.377335000, delta=718000 ns, racy<=12500 ns 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.378365000, lastModified=2023-04-04 18:26:17.377335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.378365000, lastModified=2023-04-04 18:26:17.377335000, delta=1030000 ns, racy<=12500 ns 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.378663000, lastModified=2023-04-04 18:26:17.377335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.378663000, lastModified=2023-04-04 18:26:17.377335000, delta=1328000 ns, racy<=12500 ns 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.378968000, lastModified=2023-04-04 18:26:17.378335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.378968000, lastModified=2023-04-04 18:26:17.378335000, delta=633000 ns, racy<=12500 ns 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.379289000, lastModified=2023-04-04 18:26:17.378335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.379289000, lastModified=2023-04-04 18:26:17.378335000, delta=954000 ns, racy<=12500 ns 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.379594000, lastModified=2023-04-04 18:26:17.378335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.379594000, lastModified=2023-04-04 18:26:17.378335000, delta=1259000 ns, racy<=12500 ns 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.379903000, lastModified=2023-04-04 18:26:17.378335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.378335000 to 2023-04-04 18:26:17.379335000 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.380206000, lastModified=2023-04-04 18:26:17.379335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.380206000, lastModified=2023-04-04 18:26:17.379335000, delta=871000 ns, racy<=12500 ns 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.380502000, lastModified=2023-04-04 18:26:17.379335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.380502000, lastModified=2023-04-04 18:26:17.379335000, delta=1167000 ns, racy<=12500 ns 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.380800000, lastModified=2023-04-04 18:26:17.379335000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.379335000 to 2023-04-04 18:26:17.380336000 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.381088000, lastModified=2023-04-04 18:26:17.380336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.381088000, lastModified=2023-04-04 18:26:17.380336000, delta=752000 ns, racy<=12500 ns 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.381391000, lastModified=2023-04-04 18:26:17.380336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.381391000, lastModified=2023-04-04 18:26:17.380336000, delta=1055000 ns, racy<=12500 ns 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.381695000, lastModified=2023-04-04 18:26:17.380336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.381695000, lastModified=2023-04-04 18:26:17.380336000, delta=1359000 ns, racy<=12500 ns 18:26:17.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.381997000, lastModified=2023-04-04 18:26:17.381336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.381997000, lastModified=2023-04-04 18:26:17.381336000, delta=661000 ns, racy<=12500 ns 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.382305000, lastModified=2023-04-04 18:26:17.381336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.382305000, lastModified=2023-04-04 18:26:17.381336000, delta=969000 ns, racy<=12500 ns 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.382595000, lastModified=2023-04-04 18:26:17.381336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.382595000, lastModified=2023-04-04 18:26:17.381336000, delta=1259000 ns, racy<=12500 ns 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.382887000, lastModified=2023-04-04 18:26:17.381336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.381336000 to 2023-04-04 18:26:17.382336000 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.383185000, lastModified=2023-04-04 18:26:17.382336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.383185000, lastModified=2023-04-04 18:26:17.382336000, delta=849000 ns, racy<=12500 ns 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.383478000, lastModified=2023-04-04 18:26:17.382336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.383478000, lastModified=2023-04-04 18:26:17.382336000, delta=1142000 ns, racy<=12500 ns 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.383776000, lastModified=2023-04-04 18:26:17.382336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.383776000, lastModified=2023-04-04 18:26:17.382336000, delta=1440000 ns, racy<=12500 ns 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.384118000, lastModified=2023-04-04 18:26:17.383336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.384118000, lastModified=2023-04-04 18:26:17.383336000, delta=782000 ns, racy<=12500 ns 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.384458000, lastModified=2023-04-04 18:26:17.383336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.384458000, lastModified=2023-04-04 18:26:17.383336000, delta=1122000 ns, racy<=12500 ns 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.384757000, lastModified=2023-04-04 18:26:17.383336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.384757000, lastModified=2023-04-04 18:26:17.383336000, delta=1421000 ns, racy<=12500 ns 18:26:17.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.385061000, lastModified=2023-04-04 18:26:17.384336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.385061000, lastModified=2023-04-04 18:26:17.384336000, delta=725000 ns, racy<=12500 ns 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.385368000, lastModified=2023-04-04 18:26:17.384336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.385368000, lastModified=2023-04-04 18:26:17.384336000, delta=1032000 ns, racy<=12500 ns 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.385662000, lastModified=2023-04-04 18:26:17.384336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.385662000, lastModified=2023-04-04 18:26:17.384336000, delta=1326000 ns, racy<=12500 ns 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.385963000, lastModified=2023-04-04 18:26:17.385336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.385963000, lastModified=2023-04-04 18:26:17.385336000, delta=627000 ns, racy<=12500 ns 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.386272000, lastModified=2023-04-04 18:26:17.385336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.386272000, lastModified=2023-04-04 18:26:17.385336000, delta=936000 ns, racy<=12500 ns 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.386579000, lastModified=2023-04-04 18:26:17.385336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.386579000, lastModified=2023-04-04 18:26:17.385336000, delta=1243000 ns, racy<=12500 ns 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.386886000, lastModified=2023-04-04 18:26:17.385336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.385336000 to 2023-04-04 18:26:17.386336000 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.387197000, lastModified=2023-04-04 18:26:17.386336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.387197000, lastModified=2023-04-04 18:26:17.386336000, delta=861000 ns, racy<=12500 ns 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.387550000, lastModified=2023-04-04 18:26:17.386336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.387550000, lastModified=2023-04-04 18:26:17.386336000, delta=1214000 ns, racy<=12500 ns 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.387861000, lastModified=2023-04-04 18:26:17.386336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.386336000 to 2023-04-04 18:26:17.387336000 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.388182000, lastModified=2023-04-04 18:26:17.387336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.388182000, lastModified=2023-04-04 18:26:17.387336000, delta=846000 ns, racy<=12500 ns 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.388481000, lastModified=2023-04-04 18:26:17.387336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.388481000, lastModified=2023-04-04 18:26:17.387336000, delta=1145000 ns, racy<=12500 ns 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.388782000, lastModified=2023-04-04 18:26:17.387336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.387336000 to 2023-04-04 18:26:17.388336000 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.389083000, lastModified=2023-04-04 18:26:17.388336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.389083000, lastModified=2023-04-04 18:26:17.388336000, delta=747000 ns, racy<=12500 ns 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.389384000, lastModified=2023-04-04 18:26:17.388336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.389384000, lastModified=2023-04-04 18:26:17.388336000, delta=1048000 ns, racy<=12500 ns 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.389752000, lastModified=2023-04-04 18:26:17.388336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.389752000, lastModified=2023-04-04 18:26:17.388336000, delta=1416000 ns, racy<=12500 ns 18:26:17.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.390114000, lastModified=2023-04-04 18:26:17.389336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.390114000, lastModified=2023-04-04 18:26:17.389336000, delta=778000 ns, racy<=12500 ns 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.390459000, lastModified=2023-04-04 18:26:17.389336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.390459000, lastModified=2023-04-04 18:26:17.389336000, delta=1123000 ns, racy<=12500 ns 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.390830000, lastModified=2023-04-04 18:26:17.389336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.389336000 to 2023-04-04 18:26:17.390336000 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.391192000, lastModified=2023-04-04 18:26:17.390336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.391192000, lastModified=2023-04-04 18:26:17.390336000, delta=856000 ns, racy<=12500 ns 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.391531000, lastModified=2023-04-04 18:26:17.390336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.391531000, lastModified=2023-04-04 18:26:17.390336000, delta=1195000 ns, racy<=12500 ns 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.391866000, lastModified=2023-04-04 18:26:17.390336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.390336000 to 2023-04-04 18:26:17.391336000 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.392202000, lastModified=2023-04-04 18:26:17.391336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.392202000, lastModified=2023-04-04 18:26:17.391336000, delta=866000 ns, racy<=12500 ns 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.392539000, lastModified=2023-04-04 18:26:17.391336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.392539000, lastModified=2023-04-04 18:26:17.391336000, delta=1203000 ns, racy<=12500 ns 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.392873000, lastModified=2023-04-04 18:26:17.391336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.391336000 to 2023-04-04 18:26:17.392336000 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.393208000, lastModified=2023-04-04 18:26:17.392336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.393208000, lastModified=2023-04-04 18:26:17.392336000, delta=872000 ns, racy<=12500 ns 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.393554000, lastModified=2023-04-04 18:26:17.392336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.393554000, lastModified=2023-04-04 18:26:17.392336000, delta=1218000 ns, racy<=12500 ns 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.393890000, lastModified=2023-04-04 18:26:17.392336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.392336000 to 2023-04-04 18:26:17.393336000 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.394226000, lastModified=2023-04-04 18:26:17.393336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.394226000, lastModified=2023-04-04 18:26:17.393336000, delta=890000 ns, racy<=12500 ns 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.394586000, lastModified=2023-04-04 18:26:17.393336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.394586000, lastModified=2023-04-04 18:26:17.393336000, delta=1250000 ns, racy<=12500 ns 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.394928000, lastModified=2023-04-04 18:26:17.393336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.393336000 to 2023-04-04 18:26:17.394336000 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.395254000, lastModified=2023-04-04 18:26:17.394336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.395254000, lastModified=2023-04-04 18:26:17.394336000, delta=918000 ns, racy<=12500 ns 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.395583000, lastModified=2023-04-04 18:26:17.394336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.395583000, lastModified=2023-04-04 18:26:17.394336000, delta=1247000 ns, racy<=12500 ns 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.395953000, lastModified=2023-04-04 18:26:17.394336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.394336000 to 2023-04-04 18:26:17.395336000 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.396279000, lastModified=2023-04-04 18:26:17.395336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.396279000, lastModified=2023-04-04 18:26:17.395336000, delta=943000 ns, racy<=12500 ns 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.396609000, lastModified=2023-04-04 18:26:17.395336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.396609000, lastModified=2023-04-04 18:26:17.395336000, delta=1273000 ns, racy<=12500 ns 18:26:17.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.399460000, lastModified=2023-04-04 18:26:17.396336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.396336000 to 2023-04-04 18:26:17.398336000 18:26:17.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.399804000, lastModified=2023-04-04 18:26:17.398336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.398336000 to 2023-04-04 18:26:17.399336000 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.400134000, lastModified=2023-04-04 18:26:17.399336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.400134000, lastModified=2023-04-04 18:26:17.399336000, delta=798000 ns, racy<=12500 ns 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.400434000, lastModified=2023-04-04 18:26:17.399336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.400434000, lastModified=2023-04-04 18:26:17.399336000, delta=1098000 ns, racy<=12500 ns 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.400729000, lastModified=2023-04-04 18:26:17.399336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.400729000, lastModified=2023-04-04 18:26:17.399336000, delta=1393000 ns, racy<=12500 ns 18:26:17.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.401056000, lastModified=2023-04-04 18:26:17.400336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.401056000, lastModified=2023-04-04 18:26:17.400336000, delta=720000 ns, racy<=12500 ns 18:26:17.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.401392000, lastModified=2023-04-04 18:26:17.400336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.401392000, lastModified=2023-04-04 18:26:17.400336000, delta=1056000 ns, racy<=12500 ns 18:26:17.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.449683000, lastModified=2023-04-04 18:26:17.400336000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.400336000 to 2023-04-04 18:26:17.449337000 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.450328000, lastModified=2023-04-04 18:26:17.449337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.450328000, lastModified=2023-04-04 18:26:17.449337000, delta=991000 ns, racy<=12500 ns 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.450682000, lastModified=2023-04-04 18:26:17.449337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.450682000, lastModified=2023-04-04 18:26:17.449337000, delta=1345000 ns, racy<=12500 ns 18:26:17.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.450998000, lastModified=2023-04-04 18:26:17.450337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.450998000, lastModified=2023-04-04 18:26:17.450337000, delta=661000 ns, racy<=12500 ns 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.451311000, lastModified=2023-04-04 18:26:17.450337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.451311000, lastModified=2023-04-04 18:26:17.450337000, delta=974000 ns, racy<=12500 ns 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.451636000, lastModified=2023-04-04 18:26:17.450337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.451636000, lastModified=2023-04-04 18:26:17.450337000, delta=1299000 ns, racy<=12500 ns 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.451950000, lastModified=2023-04-04 18:26:17.451337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.451950000, lastModified=2023-04-04 18:26:17.451337000, delta=613000 ns, racy<=12500 ns 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.452272000, lastModified=2023-04-04 18:26:17.451337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.452272000, lastModified=2023-04-04 18:26:17.451337000, delta=935000 ns, racy<=12500 ns 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.452589000, lastModified=2023-04-04 18:26:17.451337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.452589000, lastModified=2023-04-04 18:26:17.451337000, delta=1252000 ns, racy<=12500 ns 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.452905000, lastModified=2023-04-04 18:26:17.451337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.451337000 to 2023-04-04 18:26:17.452337000 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.453204000, lastModified=2023-04-04 18:26:17.452337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.453204000, lastModified=2023-04-04 18:26:17.452337000, delta=867000 ns, racy<=12500 ns 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.453508000, lastModified=2023-04-04 18:26:17.452337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.453508000, lastModified=2023-04-04 18:26:17.452337000, delta=1171000 ns, racy<=12500 ns 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.453814000, lastModified=2023-04-04 18:26:17.452337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.452337000 to 2023-04-04 18:26:17.453337000 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.454110000, lastModified=2023-04-04 18:26:17.453337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.454110000, lastModified=2023-04-04 18:26:17.453337000, delta=773000 ns, racy<=12500 ns 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.454452000, lastModified=2023-04-04 18:26:17.453337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.454452000, lastModified=2023-04-04 18:26:17.453337000, delta=1115000 ns, racy<=12500 ns 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.454771000, lastModified=2023-04-04 18:26:17.453337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.454771000, lastModified=2023-04-04 18:26:17.453337000, delta=1434000 ns, racy<=12500 ns 18:26:17.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.455093000, lastModified=2023-04-04 18:26:17.454337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.455093000, lastModified=2023-04-04 18:26:17.454337000, delta=756000 ns, racy<=12500 ns 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.455438000, lastModified=2023-04-04 18:26:17.454337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.455438000, lastModified=2023-04-04 18:26:17.454337000, delta=1101000 ns, racy<=12500 ns 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.455751000, lastModified=2023-04-04 18:26:17.454337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.455751000, lastModified=2023-04-04 18:26:17.454337000, delta=1414000 ns, racy<=12500 ns 18:26:17.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.456078000, lastModified=2023-04-04 18:26:17.455337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.456078000, lastModified=2023-04-04 18:26:17.455337000, delta=741000 ns, racy<=12500 ns 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.456384000, lastModified=2023-04-04 18:26:17.455337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.456384000, lastModified=2023-04-04 18:26:17.455337000, delta=1047000 ns, racy<=12500 ns 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.456677000, lastModified=2023-04-04 18:26:17.455337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.456677000, lastModified=2023-04-04 18:26:17.455337000, delta=1340000 ns, racy<=12500 ns 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.456975000, lastModified=2023-04-04 18:26:17.456337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.456975000, lastModified=2023-04-04 18:26:17.456337000, delta=638000 ns, racy<=12500 ns 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.457285000, lastModified=2023-04-04 18:26:17.456337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.457285000, lastModified=2023-04-04 18:26:17.456337000, delta=948000 ns, racy<=12500 ns 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.457641000, lastModified=2023-04-04 18:26:17.456337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.457641000, lastModified=2023-04-04 18:26:17.456337000, delta=1304000 ns, racy<=12500 ns 18:26:17.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.458047000, lastModified=2023-04-04 18:26:17.457337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.458047000, lastModified=2023-04-04 18:26:17.457337000, delta=710000 ns, racy<=12500 ns 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.458412000, lastModified=2023-04-04 18:26:17.457337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.458412000, lastModified=2023-04-04 18:26:17.457337000, delta=1075000 ns, racy<=12500 ns 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.458766000, lastModified=2023-04-04 18:26:17.457337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.457337000 to 2023-04-04 18:26:17.458337000 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.459106000, lastModified=2023-04-04 18:26:17.458337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.459106000, lastModified=2023-04-04 18:26:17.458337000, delta=769000 ns, racy<=12500 ns 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.459466000, lastModified=2023-04-04 18:26:17.458337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.459466000, lastModified=2023-04-04 18:26:17.458337000, delta=1129000 ns, racy<=12500 ns 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.459810000, lastModified=2023-04-04 18:26:17.458337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.458337000 to 2023-04-04 18:26:17.459337000 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.460182000, lastModified=2023-04-04 18:26:17.459337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.460182000, lastModified=2023-04-04 18:26:17.459337000, delta=845000 ns, racy<=12500 ns 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.460536000, lastModified=2023-04-04 18:26:17.459337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.460536000, lastModified=2023-04-04 18:26:17.459337000, delta=1199000 ns, racy<=12500 ns 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.460881000, lastModified=2023-04-04 18:26:17.459337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.459337000 to 2023-04-04 18:26:17.460337000 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.461236000, lastModified=2023-04-04 18:26:17.460337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.461236000, lastModified=2023-04-04 18:26:17.460337000, delta=899000 ns, racy<=12500 ns 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.461586000, lastModified=2023-04-04 18:26:17.460337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.461586000, lastModified=2023-04-04 18:26:17.460337000, delta=1249000 ns, racy<=12500 ns 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.461950000, lastModified=2023-04-04 18:26:17.461337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.461950000, lastModified=2023-04-04 18:26:17.461337000, delta=613000 ns, racy<=12500 ns 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.462307000, lastModified=2023-04-04 18:26:17.461337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.462307000, lastModified=2023-04-04 18:26:17.461337000, delta=970000 ns, racy<=12500 ns 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.462659000, lastModified=2023-04-04 18:26:17.461337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.462659000, lastModified=2023-04-04 18:26:17.461337000, delta=1322000 ns, racy<=12500 ns 18:26:17.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.463017000, lastModified=2023-04-04 18:26:17.462337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.463017000, lastModified=2023-04-04 18:26:17.462337000, delta=680000 ns, racy<=12500 ns 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.463352000, lastModified=2023-04-04 18:26:17.462337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.463352000, lastModified=2023-04-04 18:26:17.462337000, delta=1015000 ns, racy<=12500 ns 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.463665000, lastModified=2023-04-04 18:26:17.462337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.463665000, lastModified=2023-04-04 18:26:17.462337000, delta=1328000 ns, racy<=12500 ns 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.463984000, lastModified=2023-04-04 18:26:17.463337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.463984000, lastModified=2023-04-04 18:26:17.463337000, delta=647000 ns, racy<=12500 ns 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.464309000, lastModified=2023-04-04 18:26:17.463337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.464309000, lastModified=2023-04-04 18:26:17.463337000, delta=972000 ns, racy<=12500 ns 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.464623000, lastModified=2023-04-04 18:26:17.463337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.464623000, lastModified=2023-04-04 18:26:17.463337000, delta=1286000 ns, racy<=12500 ns 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.464956000, lastModified=2023-04-04 18:26:17.464337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.464956000, lastModified=2023-04-04 18:26:17.464337000, delta=619000 ns, racy<=12500 ns 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.465371000, lastModified=2023-04-04 18:26:17.464337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.465371000, lastModified=2023-04-04 18:26:17.464337000, delta=1034000 ns, racy<=12500 ns 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.465743000, lastModified=2023-04-04 18:26:17.464337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.465743000, lastModified=2023-04-04 18:26:17.464337000, delta=1406000 ns, racy<=12500 ns 18:26:17.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.466113000, lastModified=2023-04-04 18:26:17.465337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.466113000, lastModified=2023-04-04 18:26:17.465337000, delta=776000 ns, racy<=12500 ns 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.466479000, lastModified=2023-04-04 18:26:17.465337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.466479000, lastModified=2023-04-04 18:26:17.465337000, delta=1142000 ns, racy<=12500 ns 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.466792000, lastModified=2023-04-04 18:26:17.465337000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.465337000 to 2023-04-04 18:26:17.466338000 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.467146000, lastModified=2023-04-04 18:26:17.466338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.467146000, lastModified=2023-04-04 18:26:17.466338000, delta=808000 ns, racy<=12500 ns 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.467463000, lastModified=2023-04-04 18:26:17.466338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.467463000, lastModified=2023-04-04 18:26:17.466338000, delta=1125000 ns, racy<=12500 ns 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.467770000, lastModified=2023-04-04 18:26:17.466338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.467770000, lastModified=2023-04-04 18:26:17.466338000, delta=1432000 ns, racy<=12500 ns 18:26:17.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.468091000, lastModified=2023-04-04 18:26:17.467338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.468091000, lastModified=2023-04-04 18:26:17.467338000, delta=753000 ns, racy<=12500 ns 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.468405000, lastModified=2023-04-04 18:26:17.467338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.468405000, lastModified=2023-04-04 18:26:17.467338000, delta=1067000 ns, racy<=12500 ns 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.468710000, lastModified=2023-04-04 18:26:17.467338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.468710000, lastModified=2023-04-04 18:26:17.467338000, delta=1372000 ns, racy<=12500 ns 18:26:17.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.469105000, lastModified=2023-04-04 18:26:17.468338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.469105000, lastModified=2023-04-04 18:26:17.468338000, delta=767000 ns, racy<=12500 ns 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.469471000, lastModified=2023-04-04 18:26:17.468338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.469471000, lastModified=2023-04-04 18:26:17.468338000, delta=1133000 ns, racy<=12500 ns 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.469824000, lastModified=2023-04-04 18:26:17.468338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.468338000 to 2023-04-04 18:26:17.469338000 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.470180000, lastModified=2023-04-04 18:26:17.469338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.470180000, lastModified=2023-04-04 18:26:17.469338000, delta=842000 ns, racy<=12500 ns 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.470535000, lastModified=2023-04-04 18:26:17.469338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.470535000, lastModified=2023-04-04 18:26:17.469338000, delta=1197000 ns, racy<=12500 ns 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.470890000, lastModified=2023-04-04 18:26:17.469338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.469338000 to 2023-04-04 18:26:17.470338000 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.471247000, lastModified=2023-04-04 18:26:17.470338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.471247000, lastModified=2023-04-04 18:26:17.470338000, delta=909000 ns, racy<=12500 ns 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.471598000, lastModified=2023-04-04 18:26:17.470338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.471598000, lastModified=2023-04-04 18:26:17.470338000, delta=1260000 ns, racy<=12500 ns 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.471961000, lastModified=2023-04-04 18:26:17.471338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.471961000, lastModified=2023-04-04 18:26:17.471338000, delta=623000 ns, racy<=12500 ns 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.472329000, lastModified=2023-04-04 18:26:17.471338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.472329000, lastModified=2023-04-04 18:26:17.471338000, delta=991000 ns, racy<=12500 ns 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.472682000, lastModified=2023-04-04 18:26:17.471338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.472682000, lastModified=2023-04-04 18:26:17.471338000, delta=1344000 ns, racy<=12500 ns 18:26:17.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.473228000, lastModified=2023-04-04 18:26:17.472338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.473228000, lastModified=2023-04-04 18:26:17.472338000, delta=890000 ns, racy<=12500 ns 18:26:17.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.473657000, lastModified=2023-04-04 18:26:17.472338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.473657000, lastModified=2023-04-04 18:26:17.472338000, delta=1319000 ns, racy<=12500 ns 18:26:17.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.473983000, lastModified=2023-04-04 18:26:17.473338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.473983000, lastModified=2023-04-04 18:26:17.473338000, delta=645000 ns, racy<=12500 ns 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.474303000, lastModified=2023-04-04 18:26:17.473338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.474303000, lastModified=2023-04-04 18:26:17.473338000, delta=965000 ns, racy<=12500 ns 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.474604000, lastModified=2023-04-04 18:26:17.473338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.474604000, lastModified=2023-04-04 18:26:17.473338000, delta=1266000 ns, racy<=12500 ns 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.474929000, lastModified=2023-04-04 18:26:17.473338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.473338000 to 2023-04-04 18:26:17.474338000 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.479206000, lastModified=2023-04-04 18:26:17.478338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.479206000, lastModified=2023-04-04 18:26:17.478338000, delta=868000 ns, racy<=12500 ns 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.479546000, lastModified=2023-04-04 18:26:17.478338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.479546000, lastModified=2023-04-04 18:26:17.478338000, delta=1208000 ns, racy<=12500 ns 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.479853000, lastModified=2023-04-04 18:26:17.478338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.478338000 to 2023-04-04 18:26:17.479338000 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.480190000, lastModified=2023-04-04 18:26:17.479338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.480190000, lastModified=2023-04-04 18:26:17.479338000, delta=852000 ns, racy<=12500 ns 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.480520000, lastModified=2023-04-04 18:26:17.479338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.480520000, lastModified=2023-04-04 18:26:17.479338000, delta=1182000 ns, racy<=12500 ns 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.480825000, lastModified=2023-04-04 18:26:17.479338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.479338000 to 2023-04-04 18:26:17.480338000 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.481128000, lastModified=2023-04-04 18:26:17.480338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.481128000, lastModified=2023-04-04 18:26:17.480338000, delta=790000 ns, racy<=12500 ns 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.481431000, lastModified=2023-04-04 18:26:17.480338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.481431000, lastModified=2023-04-04 18:26:17.480338000, delta=1093000 ns, racy<=12500 ns 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.481726000, lastModified=2023-04-04 18:26:17.480338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.481726000, lastModified=2023-04-04 18:26:17.480338000, delta=1388000 ns, racy<=12500 ns 18:26:17.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.482040000, lastModified=2023-04-04 18:26:17.481338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.482040000, lastModified=2023-04-04 18:26:17.481338000, delta=702000 ns, racy<=12500 ns 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.482351000, lastModified=2023-04-04 18:26:17.481338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.482351000, lastModified=2023-04-04 18:26:17.481338000, delta=1013000 ns, racy<=12500 ns 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.482654000, lastModified=2023-04-04 18:26:17.481338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.482654000, lastModified=2023-04-04 18:26:17.481338000, delta=1316000 ns, racy<=12500 ns 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.482963000, lastModified=2023-04-04 18:26:17.482338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.482963000, lastModified=2023-04-04 18:26:17.482338000, delta=625000 ns, racy<=12500 ns 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.483274000, lastModified=2023-04-04 18:26:17.482338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.483274000, lastModified=2023-04-04 18:26:17.482338000, delta=936000 ns, racy<=12500 ns 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.483570000, lastModified=2023-04-04 18:26:17.482338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.483570000, lastModified=2023-04-04 18:26:17.482338000, delta=1232000 ns, racy<=12500 ns 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.483891000, lastModified=2023-04-04 18:26:17.482338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.482338000 to 2023-04-04 18:26:17.483338000 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.484196000, lastModified=2023-04-04 18:26:17.483338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.484196000, lastModified=2023-04-04 18:26:17.483338000, delta=858000 ns, racy<=12500 ns 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.484501000, lastModified=2023-04-04 18:26:17.483338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.484501000, lastModified=2023-04-04 18:26:17.483338000, delta=1163000 ns, racy<=12500 ns 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.484800000, lastModified=2023-04-04 18:26:17.483338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.483338000 to 2023-04-04 18:26:17.484338000 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.485089000, lastModified=2023-04-04 18:26:17.484338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.485089000, lastModified=2023-04-04 18:26:17.484338000, delta=751000 ns, racy<=12500 ns 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.485398000, lastModified=2023-04-04 18:26:17.484338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.485398000, lastModified=2023-04-04 18:26:17.484338000, delta=1060000 ns, racy<=12500 ns 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.485700000, lastModified=2023-04-04 18:26:17.484338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.485700000, lastModified=2023-04-04 18:26:17.484338000, delta=1362000 ns, racy<=12500 ns 18:26:17.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.486005000, lastModified=2023-04-04 18:26:17.485338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.486005000, lastModified=2023-04-04 18:26:17.485338000, delta=667000 ns, racy<=12500 ns 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.486316000, lastModified=2023-04-04 18:26:17.485338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.486316000, lastModified=2023-04-04 18:26:17.485338000, delta=978000 ns, racy<=12500 ns 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.486623000, lastModified=2023-04-04 18:26:17.485338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.486623000, lastModified=2023-04-04 18:26:17.485338000, delta=1285000 ns, racy<=12500 ns 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.486926000, lastModified=2023-04-04 18:26:17.485338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.485338000 to 2023-04-04 18:26:17.486338000 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.487216000, lastModified=2023-04-04 18:26:17.486338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.487216000, lastModified=2023-04-04 18:26:17.486338000, delta=878000 ns, racy<=12500 ns 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.487531000, lastModified=2023-04-04 18:26:17.486338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.487531000, lastModified=2023-04-04 18:26:17.486338000, delta=1193000 ns, racy<=12500 ns 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.487835000, lastModified=2023-04-04 18:26:17.486338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.486338000 to 2023-04-04 18:26:17.487338000 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.488150000, lastModified=2023-04-04 18:26:17.487338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.488150000, lastModified=2023-04-04 18:26:17.487338000, delta=812000 ns, racy<=12500 ns 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.488458000, lastModified=2023-04-04 18:26:17.487338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.488458000, lastModified=2023-04-04 18:26:17.487338000, delta=1120000 ns, racy<=12500 ns 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.488771000, lastModified=2023-04-04 18:26:17.487338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.488771000, lastModified=2023-04-04 18:26:17.487338000, delta=1433000 ns, racy<=12500 ns 18:26:17.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.489096000, lastModified=2023-04-04 18:26:17.488338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.489096000, lastModified=2023-04-04 18:26:17.488338000, delta=758000 ns, racy<=12500 ns 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.489404000, lastModified=2023-04-04 18:26:17.488338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.489404000, lastModified=2023-04-04 18:26:17.488338000, delta=1066000 ns, racy<=12500 ns 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.489728000, lastModified=2023-04-04 18:26:17.488338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.489728000, lastModified=2023-04-04 18:26:17.488338000, delta=1390000 ns, racy<=12500 ns 18:26:17.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.490051000, lastModified=2023-04-04 18:26:17.489338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.490051000, lastModified=2023-04-04 18:26:17.489338000, delta=713000 ns, racy<=12500 ns 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.490363000, lastModified=2023-04-04 18:26:17.489338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.490363000, lastModified=2023-04-04 18:26:17.489338000, delta=1025000 ns, racy<=12500 ns 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.490668000, lastModified=2023-04-04 18:26:17.489338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.490668000, lastModified=2023-04-04 18:26:17.489338000, delta=1330000 ns, racy<=12500 ns 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.490982000, lastModified=2023-04-04 18:26:17.490338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.490982000, lastModified=2023-04-04 18:26:17.490338000, delta=644000 ns, racy<=12500 ns 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.491306000, lastModified=2023-04-04 18:26:17.490338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.491306000, lastModified=2023-04-04 18:26:17.490338000, delta=968000 ns, racy<=12500 ns 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.491611000, lastModified=2023-04-04 18:26:17.490338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.491611000, lastModified=2023-04-04 18:26:17.490338000, delta=1273000 ns, racy<=12500 ns 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.491939000, lastModified=2023-04-04 18:26:17.490338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.490338000 to 2023-04-04 18:26:17.491338000 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.492243000, lastModified=2023-04-04 18:26:17.491338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.492243000, lastModified=2023-04-04 18:26:17.491338000, delta=905000 ns, racy<=12500 ns 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.492552000, lastModified=2023-04-04 18:26:17.491338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.492552000, lastModified=2023-04-04 18:26:17.491338000, delta=1214000 ns, racy<=12500 ns 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.492856000, lastModified=2023-04-04 18:26:17.491338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.491338000 to 2023-04-04 18:26:17.492338000 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.493169000, lastModified=2023-04-04 18:26:17.492338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.493169000, lastModified=2023-04-04 18:26:17.492338000, delta=831000 ns, racy<=12500 ns 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.493473000, lastModified=2023-04-04 18:26:17.492338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.493473000, lastModified=2023-04-04 18:26:17.492338000, delta=1135000 ns, racy<=12500 ns 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.493779000, lastModified=2023-04-04 18:26:17.492338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.492338000 to 2023-04-04 18:26:17.493338000 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.494084000, lastModified=2023-04-04 18:26:17.493338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.494084000, lastModified=2023-04-04 18:26:17.493338000, delta=746000 ns, racy<=12500 ns 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.494399000, lastModified=2023-04-04 18:26:17.493338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.494399000, lastModified=2023-04-04 18:26:17.493338000, delta=1061000 ns, racy<=12500 ns 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.494702000, lastModified=2023-04-04 18:26:17.493338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.494702000, lastModified=2023-04-04 18:26:17.493338000, delta=1364000 ns, racy<=12500 ns 18:26:17.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.495010000, lastModified=2023-04-04 18:26:17.494338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.495010000, lastModified=2023-04-04 18:26:17.494338000, delta=672000 ns, racy<=12500 ns 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.495325000, lastModified=2023-04-04 18:26:17.494338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.495325000, lastModified=2023-04-04 18:26:17.494338000, delta=987000 ns, racy<=12500 ns 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.495626000, lastModified=2023-04-04 18:26:17.494338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.495626000, lastModified=2023-04-04 18:26:17.494338000, delta=1288000 ns, racy<=12500 ns 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.495941000, lastModified=2023-04-04 18:26:17.495338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.495941000, lastModified=2023-04-04 18:26:17.495338000, delta=603000 ns, racy<=12500 ns 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.496265000, lastModified=2023-04-04 18:26:17.495338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.496265000, lastModified=2023-04-04 18:26:17.495338000, delta=927000 ns, racy<=12500 ns 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.496569000, lastModified=2023-04-04 18:26:17.495338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.496569000, lastModified=2023-04-04 18:26:17.495338000, delta=1231000 ns, racy<=12500 ns 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.496873000, lastModified=2023-04-04 18:26:17.495338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.495338000 to 2023-04-04 18:26:17.496338000 18:26:17.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.497428000, lastModified=2023-04-04 18:26:17.496338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.497428000, lastModified=2023-04-04 18:26:17.496338000, delta=1090000 ns, racy<=12500 ns 18:26:17.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.497773000, lastModified=2023-04-04 18:26:17.496338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.496338000 to 2023-04-04 18:26:17.497338000 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.498095000, lastModified=2023-04-04 18:26:17.497338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.498095000, lastModified=2023-04-04 18:26:17.497338000, delta=757000 ns, racy<=12500 ns 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.498429000, lastModified=2023-04-04 18:26:17.497338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.498429000, lastModified=2023-04-04 18:26:17.497338000, delta=1091000 ns, racy<=12500 ns 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.498741000, lastModified=2023-04-04 18:26:17.497338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.498741000, lastModified=2023-04-04 18:26:17.497338000, delta=1403000 ns, racy<=12500 ns 18:26:17.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.499067000, lastModified=2023-04-04 18:26:17.498338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.499067000, lastModified=2023-04-04 18:26:17.498338000, delta=729000 ns, racy<=12500 ns 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.499388000, lastModified=2023-04-04 18:26:17.498338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.499388000, lastModified=2023-04-04 18:26:17.498338000, delta=1050000 ns, racy<=12500 ns 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.499716000, lastModified=2023-04-04 18:26:17.498338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.499716000, lastModified=2023-04-04 18:26:17.498338000, delta=1378000 ns, racy<=12500 ns 18:26:17.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.500032000, lastModified=2023-04-04 18:26:17.499338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.500032000, lastModified=2023-04-04 18:26:17.499338000, delta=694000 ns, racy<=12500 ns 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.500348000, lastModified=2023-04-04 18:26:17.499338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.500348000, lastModified=2023-04-04 18:26:17.499338000, delta=1010000 ns, racy<=12500 ns 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.500648000, lastModified=2023-04-04 18:26:17.499338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.500648000, lastModified=2023-04-04 18:26:17.499338000, delta=1310000 ns, racy<=12500 ns 18:26:17.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.501003000, lastModified=2023-04-04 18:26:17.500338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.501003000, lastModified=2023-04-04 18:26:17.500338000, delta=665000 ns, racy<=12500 ns 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.501338000, lastModified=2023-04-04 18:26:17.500338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.501338000, lastModified=2023-04-04 18:26:17.500338000, delta=1000000 ns, racy<=12500 ns 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.501656000, lastModified=2023-04-04 18:26:17.500338000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.500338000 to 2023-04-04 18:26:17.548339000 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.550296000, lastModified=2023-04-04 18:26:17.549339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.550296000, lastModified=2023-04-04 18:26:17.549339000, delta=957000 ns, racy<=12500 ns 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.550673000, lastModified=2023-04-04 18:26:17.549339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.550673000, lastModified=2023-04-04 18:26:17.549339000, delta=1334000 ns, racy<=12500 ns 18:26:17.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.551018000, lastModified=2023-04-04 18:26:17.550339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.551018000, lastModified=2023-04-04 18:26:17.550339000, delta=679000 ns, racy<=12500 ns 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.551354000, lastModified=2023-04-04 18:26:17.550339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.551354000, lastModified=2023-04-04 18:26:17.550339000, delta=1015000 ns, racy<=12500 ns 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.551667000, lastModified=2023-04-04 18:26:17.550339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.551667000, lastModified=2023-04-04 18:26:17.550339000, delta=1328000 ns, racy<=12500 ns 18:26:17.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.551991000, lastModified=2023-04-04 18:26:17.551339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.551991000, lastModified=2023-04-04 18:26:17.551339000, delta=652000 ns, racy<=12500 ns 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.552324000, lastModified=2023-04-04 18:26:17.551339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.552324000, lastModified=2023-04-04 18:26:17.551339000, delta=985000 ns, racy<=12500 ns 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.552642000, lastModified=2023-04-04 18:26:17.551339000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.552642000, lastModified=2023-04-04 18:26:17.551339000, delta=1303000 ns, racy<=12500 ns 18:26:17.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.555189000, lastModified=2023-04-04 18:26:17.552340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.552340000 to 2023-04-04 18:26:17.554340000 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.555512000, lastModified=2023-04-04 18:26:17.554340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.555512000, lastModified=2023-04-04 18:26:17.554340000, delta=1172000 ns, racy<=12500 ns 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.555810000, lastModified=2023-04-04 18:26:17.554340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.554340000 to 2023-04-04 18:26:17.555340000 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.556117000, lastModified=2023-04-04 18:26:17.555340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.556117000, lastModified=2023-04-04 18:26:17.555340000, delta=777000 ns, racy<=12500 ns 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.556441000, lastModified=2023-04-04 18:26:17.555340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.556441000, lastModified=2023-04-04 18:26:17.555340000, delta=1101000 ns, racy<=12500 ns 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.556761000, lastModified=2023-04-04 18:26:17.555340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.555340000 to 2023-04-04 18:26:17.556340000 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.557171000, lastModified=2023-04-04 18:26:17.556340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.557171000, lastModified=2023-04-04 18:26:17.556340000, delta=831000 ns, racy<=12500 ns 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.557527000, lastModified=2023-04-04 18:26:17.556340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.557527000, lastModified=2023-04-04 18:26:17.556340000, delta=1187000 ns, racy<=12500 ns 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.557878000, lastModified=2023-04-04 18:26:17.556340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.556340000 to 2023-04-04 18:26:17.557340000 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.558217000, lastModified=2023-04-04 18:26:17.557340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.558217000, lastModified=2023-04-04 18:26:17.557340000, delta=877000 ns, racy<=12500 ns 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.558523000, lastModified=2023-04-04 18:26:17.557340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.558523000, lastModified=2023-04-04 18:26:17.557340000, delta=1183000 ns, racy<=12500 ns 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.558826000, lastModified=2023-04-04 18:26:17.557340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.557340000 to 2023-04-04 18:26:17.558340000 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.559137000, lastModified=2023-04-04 18:26:17.558340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.559137000, lastModified=2023-04-04 18:26:17.558340000, delta=797000 ns, racy<=12500 ns 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.559458000, lastModified=2023-04-04 18:26:17.558340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.559458000, lastModified=2023-04-04 18:26:17.558340000, delta=1118000 ns, racy<=12500 ns 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.559782000, lastModified=2023-04-04 18:26:17.558340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.558340000 to 2023-04-04 18:26:17.559340000 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.560097000, lastModified=2023-04-04 18:26:17.559340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.560097000, lastModified=2023-04-04 18:26:17.559340000, delta=757000 ns, racy<=12500 ns 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.560422000, lastModified=2023-04-04 18:26:17.559340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.560422000, lastModified=2023-04-04 18:26:17.559340000, delta=1082000 ns, racy<=12500 ns 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.560725000, lastModified=2023-04-04 18:26:17.559340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.560725000, lastModified=2023-04-04 18:26:17.559340000, delta=1385000 ns, racy<=12500 ns 18:26:17.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.561051000, lastModified=2023-04-04 18:26:17.560340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.561051000, lastModified=2023-04-04 18:26:17.560340000, delta=711000 ns, racy<=12500 ns 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.561377000, lastModified=2023-04-04 18:26:17.560340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.561377000, lastModified=2023-04-04 18:26:17.560340000, delta=1037000 ns, racy<=12500 ns 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.561692000, lastModified=2023-04-04 18:26:17.560340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.561692000, lastModified=2023-04-04 18:26:17.560340000, delta=1352000 ns, racy<=12500 ns 18:26:17.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.562013000, lastModified=2023-04-04 18:26:17.561340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.562013000, lastModified=2023-04-04 18:26:17.561340000, delta=673000 ns, racy<=12500 ns 18:26:17.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.564054000, lastModified=2023-04-04 18:26:17.563340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.564054000, lastModified=2023-04-04 18:26:17.563340000, delta=714000 ns, racy<=12500 ns 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.564466000, lastModified=2023-04-04 18:26:17.563340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.564466000, lastModified=2023-04-04 18:26:17.563340000, delta=1126000 ns, racy<=12500 ns 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.564812000, lastModified=2023-04-04 18:26:17.563340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.563340000 to 2023-04-04 18:26:17.564340000 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.565141000, lastModified=2023-04-04 18:26:17.564340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.565141000, lastModified=2023-04-04 18:26:17.564340000, delta=801000 ns, racy<=12500 ns 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.565482000, lastModified=2023-04-04 18:26:17.564340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.565482000, lastModified=2023-04-04 18:26:17.564340000, delta=1142000 ns, racy<=12500 ns 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.565820000, lastModified=2023-04-04 18:26:17.564340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.564340000 to 2023-04-04 18:26:17.565340000 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.566146000, lastModified=2023-04-04 18:26:17.565340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.566146000, lastModified=2023-04-04 18:26:17.565340000, delta=806000 ns, racy<=12500 ns 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.566479000, lastModified=2023-04-04 18:26:17.565340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.566479000, lastModified=2023-04-04 18:26:17.565340000, delta=1139000 ns, racy<=12500 ns 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.566817000, lastModified=2023-04-04 18:26:17.565340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.565340000 to 2023-04-04 18:26:17.566340000 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.567379000, lastModified=2023-04-04 18:26:17.566340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.567379000, lastModified=2023-04-04 18:26:17.566340000, delta=1039000 ns, racy<=12500 ns 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.567743000, lastModified=2023-04-04 18:26:17.566340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.567743000, lastModified=2023-04-04 18:26:17.566340000, delta=1403000 ns, racy<=12500 ns 18:26:17.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.568094000, lastModified=2023-04-04 18:26:17.567340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.568094000, lastModified=2023-04-04 18:26:17.567340000, delta=754000 ns, racy<=12500 ns 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.568409000, lastModified=2023-04-04 18:26:17.567340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.568409000, lastModified=2023-04-04 18:26:17.567340000, delta=1069000 ns, racy<=12500 ns 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.568708000, lastModified=2023-04-04 18:26:17.567340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.568708000, lastModified=2023-04-04 18:26:17.567340000, delta=1368000 ns, racy<=12500 ns 18:26:17.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.569028000, lastModified=2023-04-04 18:26:17.568340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.569028000, lastModified=2023-04-04 18:26:17.568340000, delta=688000 ns, racy<=12500 ns 18:26:17.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.570705000, lastModified=2023-04-04 18:26:17.569340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.569340000 to 2023-04-04 18:26:17.571340000 18:26:17.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.573389000, lastModified=2023-04-04 18:26:17.572340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.572340000 to 2023-04-04 18:26:17.573340000 18:26:17.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.575028000, lastModified=2023-04-04 18:26:17.574340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.575028000, lastModified=2023-04-04 18:26:17.574340000, delta=688000 ns, racy<=12500 ns 18:26:17.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.576522000, lastModified=2023-04-04 18:26:17.575340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.575340000 to 2023-04-04 18:26:17.576340000 18:26:17.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.578203000, lastModified=2023-04-04 18:26:17.577340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.577340000 to 2023-04-04 18:26:17.578340000 18:26:17.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.579878000, lastModified=2023-04-04 18:26:17.578340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.578340000 to 2023-04-04 18:26:17.579340000 18:26:17.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.581391000, lastModified=2023-04-04 18:26:17.580340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.580340000 to 2023-04-04 18:26:17.581340000 18:26:17.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.583000000, lastModified=2023-04-04 18:26:17.581340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.581340000 to 2023-04-04 18:26:17.582340000 18:26:17.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.584687000, lastModified=2023-04-04 18:26:17.583340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.583340000 to 2023-04-04 18:26:17.585340000 18:26:17.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.588779000, lastModified=2023-04-04 18:26:17.587340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.587340000 to 2023-04-04 18:26:17.588340000 18:26:17.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.592880000, lastModified=2023-04-04 18:26:17.591340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.591340000 to 2023-04-04 18:26:17.593340000 18:26:17.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.595518000, lastModified=2023-04-04 18:26:17.594340000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.594340000 to 2023-04-04 18:26:17.595341000 18:26:17.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.598029000, lastModified=2023-04-04 18:26:17.597341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.598029000, lastModified=2023-04-04 18:26:17.597341000, delta=688000 ns, racy<=12500 ns 18:26:17.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.601567000, lastModified=2023-04-04 18:26:17.600341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.600341000 to 2023-04-04 18:26:17.601341000 18:26:17.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.603588000, lastModified=2023-04-04 18:26:17.602341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.602341000 to 2023-04-04 18:26:17.603341000 18:26:17.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.605089000, lastModified=2023-04-04 18:26:17.604341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.604341000 to 2023-04-04 18:26:17.605341000 18:26:17.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.607384000, lastModified=2023-04-04 18:26:17.606341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.606341000 to 2023-04-04 18:26:17.608341000 18:26:17.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.611225000, lastModified=2023-04-04 18:26:17.610341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.610341000 to 2023-04-04 18:26:17.611341000 18:26:17.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.613234000, lastModified=2023-04-04 18:26:17.612341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.613234000, lastModified=2023-04-04 18:26:17.612341000, delta=893000 ns, racy<=12500 ns 18:26:17.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.614472000, lastModified=2023-04-04 18:26:17.612341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.612341000 to 2023-04-04 18:26:17.613341000 18:26:17.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.615047000, lastModified=2023-04-04 18:26:17.614341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.615047000, lastModified=2023-04-04 18:26:17.614341000, delta=706000 ns, racy<=12500 ns 18:26:17.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.615762000, lastModified=2023-04-04 18:26:17.614341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.614341000 to 2023-04-04 18:26:17.615341000 18:26:17.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.616790000, lastModified=2023-04-04 18:26:17.615341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.615341000 to 2023-04-04 18:26:17.616341000 18:26:17.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.618046000, lastModified=2023-04-04 18:26:17.616341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.616341000 to 2023-04-04 18:26:17.617341000 18:26:17.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.619149000, lastModified=2023-04-04 18:26:17.617341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.617341000 to 2023-04-04 18:26:17.618341000 18:26:17.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.619771000, lastModified=2023-04-04 18:26:17.618341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.619771000, lastModified=2023-04-04 18:26:17.618341000, delta=1430000 ns, racy<=12500 ns 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.620132000, lastModified=2023-04-04 18:26:17.619341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.620132000, lastModified=2023-04-04 18:26:17.619341000, delta=791000 ns, racy<=12500 ns 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.620455000, lastModified=2023-04-04 18:26:17.619341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.620455000, lastModified=2023-04-04 18:26:17.619341000, delta=1114000 ns, racy<=12500 ns 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.620776000, lastModified=2023-04-04 18:26:17.619341000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.619341000 to 2023-04-04 18:26:17.620341000 18:26:17.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.649812000, lastModified=2023-04-04 18:26:17.648342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.648342000 to 2023-04-04 18:26:17.649342000 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.650260000, lastModified=2023-04-04 18:26:17.649342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.650260000, lastModified=2023-04-04 18:26:17.649342000, delta=918000 ns, racy<=12500 ns 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.650603000, lastModified=2023-04-04 18:26:17.649342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.650603000, lastModified=2023-04-04 18:26:17.649342000, delta=1261000 ns, racy<=12500 ns 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.650949000, lastModified=2023-04-04 18:26:17.650342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.650949000, lastModified=2023-04-04 18:26:17.650342000, delta=607000 ns, racy<=12500 ns 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.651295000, lastModified=2023-04-04 18:26:17.650342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.651295000, lastModified=2023-04-04 18:26:17.650342000, delta=953000 ns, racy<=12500 ns 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.651618000, lastModified=2023-04-04 18:26:17.650342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.651618000, lastModified=2023-04-04 18:26:17.650342000, delta=1276000 ns, racy<=12500 ns 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.651939000, lastModified=2023-04-04 18:26:17.651342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.651939000, lastModified=2023-04-04 18:26:17.651342000, delta=597000 ns, racy<=12500 ns 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.652278000, lastModified=2023-04-04 18:26:17.651342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.652278000, lastModified=2023-04-04 18:26:17.651342000, delta=936000 ns, racy<=12500 ns 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.652602000, lastModified=2023-04-04 18:26:17.651342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.652602000, lastModified=2023-04-04 18:26:17.651342000, delta=1260000 ns, racy<=12500 ns 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.652935000, lastModified=2023-04-04 18:26:17.651342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.651342000 to 2023-04-04 18:26:17.652342000 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.653238000, lastModified=2023-04-04 18:26:17.652342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.653238000, lastModified=2023-04-04 18:26:17.652342000, delta=896000 ns, racy<=12500 ns 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.653558000, lastModified=2023-04-04 18:26:17.652342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.653558000, lastModified=2023-04-04 18:26:17.652342000, delta=1216000 ns, racy<=12500 ns 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.653903000, lastModified=2023-04-04 18:26:17.652342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.652342000 to 2023-04-04 18:26:17.653342000 18:26:17.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.654213000, lastModified=2023-04-04 18:26:17.653342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.654213000, lastModified=2023-04-04 18:26:17.653342000, delta=871000 ns, racy<=12500 ns 18:26:17.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.654551000, lastModified=2023-04-04 18:26:17.653342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.654551000, lastModified=2023-04-04 18:26:17.653342000, delta=1209000 ns, racy<=12500 ns 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.662220000, lastModified=2023-04-04 18:26:17.661342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.662220000, lastModified=2023-04-04 18:26:17.661342000, delta=878000 ns, racy<=12500 ns 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.662569000, lastModified=2023-04-04 18:26:17.661342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.662569000, lastModified=2023-04-04 18:26:17.661342000, delta=1227000 ns, racy<=12500 ns 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.662904000, lastModified=2023-04-04 18:26:17.661342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.661342000 to 2023-04-04 18:26:17.662342000 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.663216000, lastModified=2023-04-04 18:26:17.662342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.663216000, lastModified=2023-04-04 18:26:17.662342000, delta=874000 ns, racy<=12500 ns 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.663525000, lastModified=2023-04-04 18:26:17.662342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.663525000, lastModified=2023-04-04 18:26:17.662342000, delta=1183000 ns, racy<=12500 ns 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.663830000, lastModified=2023-04-04 18:26:17.662342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.662342000 to 2023-04-04 18:26:17.663342000 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.664135000, lastModified=2023-04-04 18:26:17.663342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.664135000, lastModified=2023-04-04 18:26:17.663342000, delta=793000 ns, racy<=12500 ns 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.664435000, lastModified=2023-04-04 18:26:17.663342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.664435000, lastModified=2023-04-04 18:26:17.663342000, delta=1093000 ns, racy<=12500 ns 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.664745000, lastModified=2023-04-04 18:26:17.663342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.664745000, lastModified=2023-04-04 18:26:17.663342000, delta=1403000 ns, racy<=12500 ns 18:26:17.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.665101000, lastModified=2023-04-04 18:26:17.664342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.665101000, lastModified=2023-04-04 18:26:17.664342000, delta=759000 ns, racy<=12500 ns 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.665438000, lastModified=2023-04-04 18:26:17.664342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.665438000, lastModified=2023-04-04 18:26:17.664342000, delta=1096000 ns, racy<=12500 ns 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.665785000, lastModified=2023-04-04 18:26:17.664342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.664342000 to 2023-04-04 18:26:17.665342000 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.666109000, lastModified=2023-04-04 18:26:17.665342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.666109000, lastModified=2023-04-04 18:26:17.665342000, delta=767000 ns, racy<=12500 ns 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.666451000, lastModified=2023-04-04 18:26:17.665342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.666451000, lastModified=2023-04-04 18:26:17.665342000, delta=1109000 ns, racy<=12500 ns 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.666779000, lastModified=2023-04-04 18:26:17.665342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.665342000 to 2023-04-04 18:26:17.666342000 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.667094000, lastModified=2023-04-04 18:26:17.666342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.667094000, lastModified=2023-04-04 18:26:17.666342000, delta=752000 ns, racy<=12500 ns 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.667432000, lastModified=2023-04-04 18:26:17.666342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.667432000, lastModified=2023-04-04 18:26:17.666342000, delta=1090000 ns, racy<=12500 ns 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.667767000, lastModified=2023-04-04 18:26:17.666342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.666342000 to 2023-04-04 18:26:17.667342000 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.668114000, lastModified=2023-04-04 18:26:17.667342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.668114000, lastModified=2023-04-04 18:26:17.667342000, delta=772000 ns, racy<=12500 ns 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.668454000, lastModified=2023-04-04 18:26:17.667342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.668454000, lastModified=2023-04-04 18:26:17.667342000, delta=1112000 ns, racy<=12500 ns 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.668800000, lastModified=2023-04-04 18:26:17.667342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.667342000 to 2023-04-04 18:26:17.668342000 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.669118000, lastModified=2023-04-04 18:26:17.668342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.669118000, lastModified=2023-04-04 18:26:17.668342000, delta=776000 ns, racy<=12500 ns 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.669470000, lastModified=2023-04-04 18:26:17.668342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.669470000, lastModified=2023-04-04 18:26:17.668342000, delta=1128000 ns, racy<=12500 ns 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.669810000, lastModified=2023-04-04 18:26:17.668342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.668342000 to 2023-04-04 18:26:17.669342000 18:26:17.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.672273000, lastModified=2023-04-04 18:26:17.671342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.671342000 to 2023-04-04 18:26:17.673342000 18:26:17.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.674857000, lastModified=2023-04-04 18:26:17.673342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.673342000 to 2023-04-04 18:26:17.674342000 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.675211000, lastModified=2023-04-04 18:26:17.674342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.675211000, lastModified=2023-04-04 18:26:17.674342000, delta=869000 ns, racy<=12500 ns 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.675543000, lastModified=2023-04-04 18:26:17.674342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.675543000, lastModified=2023-04-04 18:26:17.674342000, delta=1201000 ns, racy<=12500 ns 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.675905000, lastModified=2023-04-04 18:26:17.674342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.674342000 to 2023-04-04 18:26:17.675342000 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.676219000, lastModified=2023-04-04 18:26:17.675342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.676219000, lastModified=2023-04-04 18:26:17.675342000, delta=877000 ns, racy<=12500 ns 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.676531000, lastModified=2023-04-04 18:26:17.675342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.676531000, lastModified=2023-04-04 18:26:17.675342000, delta=1189000 ns, racy<=12500 ns 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.676827000, lastModified=2023-04-04 18:26:17.675342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.675342000 to 2023-04-04 18:26:17.676342000 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.677115000, lastModified=2023-04-04 18:26:17.676342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.677115000, lastModified=2023-04-04 18:26:17.676342000, delta=773000 ns, racy<=12500 ns 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.677430000, lastModified=2023-04-04 18:26:17.676342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.677430000, lastModified=2023-04-04 18:26:17.676342000, delta=1088000 ns, racy<=12500 ns 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.677732000, lastModified=2023-04-04 18:26:17.676342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.677732000, lastModified=2023-04-04 18:26:17.676342000, delta=1390000 ns, racy<=12500 ns 18:26:17.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.678043000, lastModified=2023-04-04 18:26:17.677342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.678043000, lastModified=2023-04-04 18:26:17.677342000, delta=701000 ns, racy<=12500 ns 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.678354000, lastModified=2023-04-04 18:26:17.677342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.678354000, lastModified=2023-04-04 18:26:17.677342000, delta=1012000 ns, racy<=12500 ns 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.678661000, lastModified=2023-04-04 18:26:17.677342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.678661000, lastModified=2023-04-04 18:26:17.677342000, delta=1319000 ns, racy<=12500 ns 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.678976000, lastModified=2023-04-04 18:26:17.678342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.678976000, lastModified=2023-04-04 18:26:17.678342000, delta=634000 ns, racy<=12500 ns 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.679289000, lastModified=2023-04-04 18:26:17.678342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.679289000, lastModified=2023-04-04 18:26:17.678342000, delta=947000 ns, racy<=12500 ns 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.679593000, lastModified=2023-04-04 18:26:17.678342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.679593000, lastModified=2023-04-04 18:26:17.678342000, delta=1251000 ns, racy<=12500 ns 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.679888000, lastModified=2023-04-04 18:26:17.678342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.678342000 to 2023-04-04 18:26:17.679342000 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.680196000, lastModified=2023-04-04 18:26:17.679342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.680196000, lastModified=2023-04-04 18:26:17.679342000, delta=854000 ns, racy<=12500 ns 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.680498000, lastModified=2023-04-04 18:26:17.679342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.680498000, lastModified=2023-04-04 18:26:17.679342000, delta=1156000 ns, racy<=12500 ns 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.680798000, lastModified=2023-04-04 18:26:17.679342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.679342000 to 2023-04-04 18:26:17.680342000 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.681087000, lastModified=2023-04-04 18:26:17.680342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.681087000, lastModified=2023-04-04 18:26:17.680342000, delta=745000 ns, racy<=12500 ns 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.681395000, lastModified=2023-04-04 18:26:17.680342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.681395000, lastModified=2023-04-04 18:26:17.680342000, delta=1053000 ns, racy<=12500 ns 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.681693000, lastModified=2023-04-04 18:26:17.680342000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.681693000, lastModified=2023-04-04 18:26:17.680342000, delta=1351000 ns, racy<=12500 ns 18:26:17.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.682004000, lastModified=2023-04-04 18:26:17.681343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.682004000, lastModified=2023-04-04 18:26:17.681343000, delta=661000 ns, racy<=12500 ns 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.682317000, lastModified=2023-04-04 18:26:17.681343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.682317000, lastModified=2023-04-04 18:26:17.681343000, delta=974000 ns, racy<=12500 ns 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.682615000, lastModified=2023-04-04 18:26:17.681343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.682615000, lastModified=2023-04-04 18:26:17.681343000, delta=1272000 ns, racy<=12500 ns 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.682918000, lastModified=2023-04-04 18:26:17.681343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.681343000 to 2023-04-04 18:26:17.682343000 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.683211000, lastModified=2023-04-04 18:26:17.682343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.683211000, lastModified=2023-04-04 18:26:17.682343000, delta=868000 ns, racy<=12500 ns 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.683513000, lastModified=2023-04-04 18:26:17.682343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.683513000, lastModified=2023-04-04 18:26:17.682343000, delta=1170000 ns, racy<=12500 ns 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.683811000, lastModified=2023-04-04 18:26:17.682343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.682343000 to 2023-04-04 18:26:17.683343000 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.684100000, lastModified=2023-04-04 18:26:17.683343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.684100000, lastModified=2023-04-04 18:26:17.683343000, delta=757000 ns, racy<=12500 ns 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.684416000, lastModified=2023-04-04 18:26:17.683343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.684416000, lastModified=2023-04-04 18:26:17.683343000, delta=1073000 ns, racy<=12500 ns 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.684756000, lastModified=2023-04-04 18:26:17.683343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.684756000, lastModified=2023-04-04 18:26:17.683343000, delta=1413000 ns, racy<=12500 ns 18:26:17.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.685088000, lastModified=2023-04-04 18:26:17.684343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.685088000, lastModified=2023-04-04 18:26:17.684343000, delta=745000 ns, racy<=12500 ns 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.685436000, lastModified=2023-04-04 18:26:17.684343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.685436000, lastModified=2023-04-04 18:26:17.684343000, delta=1093000 ns, racy<=12500 ns 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.685759000, lastModified=2023-04-04 18:26:17.684343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.685759000, lastModified=2023-04-04 18:26:17.684343000, delta=1416000 ns, racy<=12500 ns 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.686133000, lastModified=2023-04-04 18:26:17.685343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.686133000, lastModified=2023-04-04 18:26:17.685343000, delta=790000 ns, racy<=12500 ns 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.686453000, lastModified=2023-04-04 18:26:17.685343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.686453000, lastModified=2023-04-04 18:26:17.685343000, delta=1110000 ns, racy<=12500 ns 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.686767000, lastModified=2023-04-04 18:26:17.685343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.686767000, lastModified=2023-04-04 18:26:17.685343000, delta=1424000 ns, racy<=12500 ns 18:26:17.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.687079000, lastModified=2023-04-04 18:26:17.686343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.687079000, lastModified=2023-04-04 18:26:17.686343000, delta=736000 ns, racy<=12500 ns 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.687401000, lastModified=2023-04-04 18:26:17.686343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.687401000, lastModified=2023-04-04 18:26:17.686343000, delta=1058000 ns, racy<=12500 ns 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.687713000, lastModified=2023-04-04 18:26:17.686343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.687713000, lastModified=2023-04-04 18:26:17.686343000, delta=1370000 ns, racy<=12500 ns 18:26:17.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.688037000, lastModified=2023-04-04 18:26:17.687343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.688037000, lastModified=2023-04-04 18:26:17.687343000, delta=694000 ns, racy<=12500 ns 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.688349000, lastModified=2023-04-04 18:26:17.687343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.688349000, lastModified=2023-04-04 18:26:17.687343000, delta=1006000 ns, racy<=12500 ns 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.688654000, lastModified=2023-04-04 18:26:17.687343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.688654000, lastModified=2023-04-04 18:26:17.687343000, delta=1311000 ns, racy<=12500 ns 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.688963000, lastModified=2023-04-04 18:26:17.688343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.688963000, lastModified=2023-04-04 18:26:17.688343000, delta=620000 ns, racy<=12500 ns 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.689287000, lastModified=2023-04-04 18:26:17.688343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.689287000, lastModified=2023-04-04 18:26:17.688343000, delta=944000 ns, racy<=12500 ns 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.689599000, lastModified=2023-04-04 18:26:17.688343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.689599000, lastModified=2023-04-04 18:26:17.688343000, delta=1256000 ns, racy<=12500 ns 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.689920000, lastModified=2023-04-04 18:26:17.688343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.688343000 to 2023-04-04 18:26:17.689343000 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.690223000, lastModified=2023-04-04 18:26:17.689343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.690223000, lastModified=2023-04-04 18:26:17.689343000, delta=880000 ns, racy<=12500 ns 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.690532000, lastModified=2023-04-04 18:26:17.689343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.690532000, lastModified=2023-04-04 18:26:17.689343000, delta=1189000 ns, racy<=12500 ns 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.690841000, lastModified=2023-04-04 18:26:17.689343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.689343000 to 2023-04-04 18:26:17.690343000 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.691148000, lastModified=2023-04-04 18:26:17.690343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.691148000, lastModified=2023-04-04 18:26:17.690343000, delta=805000 ns, racy<=12500 ns 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.691456000, lastModified=2023-04-04 18:26:17.690343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.691456000, lastModified=2023-04-04 18:26:17.690343000, delta=1113000 ns, racy<=12500 ns 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.691763000, lastModified=2023-04-04 18:26:17.690343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.691763000, lastModified=2023-04-04 18:26:17.690343000, delta=1420000 ns, racy<=12500 ns 18:26:17.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.692092000, lastModified=2023-04-04 18:26:17.691343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.692092000, lastModified=2023-04-04 18:26:17.691343000, delta=749000 ns, racy<=12500 ns 18:26:17.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.692599000, lastModified=2023-04-04 18:26:17.691343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.692599000, lastModified=2023-04-04 18:26:17.691343000, delta=1256000 ns, racy<=12500 ns 18:26:17.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.692984000, lastModified=2023-04-04 18:26:17.692343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.692984000, lastModified=2023-04-04 18:26:17.692343000, delta=641000 ns, racy<=12500 ns 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.693336000, lastModified=2023-04-04 18:26:17.692343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.693336000, lastModified=2023-04-04 18:26:17.692343000, delta=993000 ns, racy<=12500 ns 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.693655000, lastModified=2023-04-04 18:26:17.692343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.693655000, lastModified=2023-04-04 18:26:17.692343000, delta=1312000 ns, racy<=12500 ns 18:26:17.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.693987000, lastModified=2023-04-04 18:26:17.693343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.693987000, lastModified=2023-04-04 18:26:17.693343000, delta=644000 ns, racy<=12500 ns 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.694332000, lastModified=2023-04-04 18:26:17.693343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.694332000, lastModified=2023-04-04 18:26:17.693343000, delta=989000 ns, racy<=12500 ns 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.694650000, lastModified=2023-04-04 18:26:17.693343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.694650000, lastModified=2023-04-04 18:26:17.693343000, delta=1307000 ns, racy<=12500 ns 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.694978000, lastModified=2023-04-04 18:26:17.694343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.694978000, lastModified=2023-04-04 18:26:17.694343000, delta=635000 ns, racy<=12500 ns 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.695326000, lastModified=2023-04-04 18:26:17.694343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.695326000, lastModified=2023-04-04 18:26:17.694343000, delta=983000 ns, racy<=12500 ns 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.695649000, lastModified=2023-04-04 18:26:17.694343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.695649000, lastModified=2023-04-04 18:26:17.694343000, delta=1306000 ns, racy<=12500 ns 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.695979000, lastModified=2023-04-04 18:26:17.695343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.695979000, lastModified=2023-04-04 18:26:17.695343000, delta=636000 ns, racy<=12500 ns 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.696311000, lastModified=2023-04-04 18:26:17.695343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.696311000, lastModified=2023-04-04 18:26:17.695343000, delta=968000 ns, racy<=12500 ns 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.696623000, lastModified=2023-04-04 18:26:17.695343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.696623000, lastModified=2023-04-04 18:26:17.695343000, delta=1280000 ns, racy<=12500 ns 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.696951000, lastModified=2023-04-04 18:26:17.696343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.696951000, lastModified=2023-04-04 18:26:17.696343000, delta=608000 ns, racy<=12500 ns 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.697278000, lastModified=2023-04-04 18:26:17.696343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.697278000, lastModified=2023-04-04 18:26:17.696343000, delta=935000 ns, racy<=12500 ns 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.697599000, lastModified=2023-04-04 18:26:17.696343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.697599000, lastModified=2023-04-04 18:26:17.696343000, delta=1256000 ns, racy<=12500 ns 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.697921000, lastModified=2023-04-04 18:26:17.696343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.696343000 to 2023-04-04 18:26:17.697343000 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.698229000, lastModified=2023-04-04 18:26:17.697343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.698229000, lastModified=2023-04-04 18:26:17.697343000, delta=886000 ns, racy<=12500 ns 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.698549000, lastModified=2023-04-04 18:26:17.697343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.698549000, lastModified=2023-04-04 18:26:17.697343000, delta=1206000 ns, racy<=12500 ns 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.698869000, lastModified=2023-04-04 18:26:17.697343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.697343000 to 2023-04-04 18:26:17.698343000 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.699182000, lastModified=2023-04-04 18:26:17.698343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.699182000, lastModified=2023-04-04 18:26:17.698343000, delta=839000 ns, racy<=12500 ns 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.699488000, lastModified=2023-04-04 18:26:17.698343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.699488000, lastModified=2023-04-04 18:26:17.698343000, delta=1145000 ns, racy<=12500 ns 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.699808000, lastModified=2023-04-04 18:26:17.698343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.698343000 to 2023-04-04 18:26:17.699343000 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.700117000, lastModified=2023-04-04 18:26:17.699343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.700117000, lastModified=2023-04-04 18:26:17.699343000, delta=774000 ns, racy<=12500 ns 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.700441000, lastModified=2023-04-04 18:26:17.699343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.700441000, lastModified=2023-04-04 18:26:17.699343000, delta=1098000 ns, racy<=12500 ns 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.700757000, lastModified=2023-04-04 18:26:17.699343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.700757000, lastModified=2023-04-04 18:26:17.699343000, delta=1414000 ns, racy<=12500 ns 18:26:17.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.701080000, lastModified=2023-04-04 18:26:17.700343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.701080000, lastModified=2023-04-04 18:26:17.700343000, delta=737000 ns, racy<=12500 ns 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.701401000, lastModified=2023-04-04 18:26:17.700343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.701401000, lastModified=2023-04-04 18:26:17.700343000, delta=1058000 ns, racy<=12500 ns 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.701718000, lastModified=2023-04-04 18:26:17.700343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.701718000, lastModified=2023-04-04 18:26:17.700343000, delta=1375000 ns, racy<=12500 ns 18:26:17.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.702048000, lastModified=2023-04-04 18:26:17.701343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.702048000, lastModified=2023-04-04 18:26:17.701343000, delta=705000 ns, racy<=12500 ns 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.702375000, lastModified=2023-04-04 18:26:17.701343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.702375000, lastModified=2023-04-04 18:26:17.701343000, delta=1032000 ns, racy<=12500 ns 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.702694000, lastModified=2023-04-04 18:26:17.701343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.702694000, lastModified=2023-04-04 18:26:17.701343000, delta=1351000 ns, racy<=12500 ns 18:26:17.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.705867000, lastModified=2023-04-04 18:26:17.704343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.704343000 to 2023-04-04 18:26:17.705343000 18:26:17.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.706209000, lastModified=2023-04-04 18:26:17.705343000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.706209000, lastModified=2023-04-04 18:26:17.705343000, delta=866000 ns, racy<=12500 ns 18:26:17.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.750041000, lastModified=2023-04-04 18:26:17.749344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.750041000, lastModified=2023-04-04 18:26:17.749344000, delta=697000 ns, racy<=12500 ns 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.750465000, lastModified=2023-04-04 18:26:17.749344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.750465000, lastModified=2023-04-04 18:26:17.749344000, delta=1121000 ns, racy<=12500 ns 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.750844000, lastModified=2023-04-04 18:26:17.749344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.749344000 to 2023-04-04 18:26:17.750344000 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.751175000, lastModified=2023-04-04 18:26:17.750344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.751175000, lastModified=2023-04-04 18:26:17.750344000, delta=831000 ns, racy<=12500 ns 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.751521000, lastModified=2023-04-04 18:26:17.750344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.751521000, lastModified=2023-04-04 18:26:17.750344000, delta=1177000 ns, racy<=12500 ns 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.751846000, lastModified=2023-04-04 18:26:17.750344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.750344000 to 2023-04-04 18:26:17.751344000 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.752161000, lastModified=2023-04-04 18:26:17.751344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.752161000, lastModified=2023-04-04 18:26:17.751344000, delta=817000 ns, racy<=12500 ns 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.752518000, lastModified=2023-04-04 18:26:17.751344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.752518000, lastModified=2023-04-04 18:26:17.751344000, delta=1174000 ns, racy<=12500 ns 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.752867000, lastModified=2023-04-04 18:26:17.751344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.751344000 to 2023-04-04 18:26:17.752344000 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.753218000, lastModified=2023-04-04 18:26:17.752344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.753218000, lastModified=2023-04-04 18:26:17.752344000, delta=874000 ns, racy<=12500 ns 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.753531000, lastModified=2023-04-04 18:26:17.752344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.753531000, lastModified=2023-04-04 18:26:17.752344000, delta=1187000 ns, racy<=12500 ns 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.753848000, lastModified=2023-04-04 18:26:17.752344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.752344000 to 2023-04-04 18:26:17.753344000 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.754170000, lastModified=2023-04-04 18:26:17.753344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.754170000, lastModified=2023-04-04 18:26:17.753344000, delta=826000 ns, racy<=12500 ns 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.754487000, lastModified=2023-04-04 18:26:17.753344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.754487000, lastModified=2023-04-04 18:26:17.753344000, delta=1143000 ns, racy<=12500 ns 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.754806000, lastModified=2023-04-04 18:26:17.753344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.753344000 to 2023-04-04 18:26:17.754344000 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.755107000, lastModified=2023-04-04 18:26:17.754344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.755107000, lastModified=2023-04-04 18:26:17.754344000, delta=763000 ns, racy<=12500 ns 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.755431000, lastModified=2023-04-04 18:26:17.754344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.755431000, lastModified=2023-04-04 18:26:17.754344000, delta=1087000 ns, racy<=12500 ns 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.755743000, lastModified=2023-04-04 18:26:17.754344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.755743000, lastModified=2023-04-04 18:26:17.754344000, delta=1399000 ns, racy<=12500 ns 18:26:17.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.756064000, lastModified=2023-04-04 18:26:17.755344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.756064000, lastModified=2023-04-04 18:26:17.755344000, delta=720000 ns, racy<=12500 ns 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.756396000, lastModified=2023-04-04 18:26:17.755344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.756396000, lastModified=2023-04-04 18:26:17.755344000, delta=1052000 ns, racy<=12500 ns 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.756718000, lastModified=2023-04-04 18:26:17.755344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.756718000, lastModified=2023-04-04 18:26:17.755344000, delta=1374000 ns, racy<=12500 ns 18:26:17.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.757103000, lastModified=2023-04-04 18:26:17.756344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.757103000, lastModified=2023-04-04 18:26:17.756344000, delta=759000 ns, racy<=12500 ns 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.757437000, lastModified=2023-04-04 18:26:17.756344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.757437000, lastModified=2023-04-04 18:26:17.756344000, delta=1093000 ns, racy<=12500 ns 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.757760000, lastModified=2023-04-04 18:26:17.756344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.757760000, lastModified=2023-04-04 18:26:17.756344000, delta=1416000 ns, racy<=12500 ns 18:26:17.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.758085000, lastModified=2023-04-04 18:26:17.757344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.758085000, lastModified=2023-04-04 18:26:17.757344000, delta=741000 ns, racy<=12500 ns 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.758423000, lastModified=2023-04-04 18:26:17.757344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.758423000, lastModified=2023-04-04 18:26:17.757344000, delta=1079000 ns, racy<=12500 ns 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.758740000, lastModified=2023-04-04 18:26:17.757344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.758740000, lastModified=2023-04-04 18:26:17.757344000, delta=1396000 ns, racy<=12500 ns 18:26:17.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.759064000, lastModified=2023-04-04 18:26:17.758344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.759064000, lastModified=2023-04-04 18:26:17.758344000, delta=720000 ns, racy<=12500 ns 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.759406000, lastModified=2023-04-04 18:26:17.758344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.759406000, lastModified=2023-04-04 18:26:17.758344000, delta=1062000 ns, racy<=12500 ns 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.759726000, lastModified=2023-04-04 18:26:17.758344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.759726000, lastModified=2023-04-04 18:26:17.758344000, delta=1382000 ns, racy<=12500 ns 18:26:17.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.760056000, lastModified=2023-04-04 18:26:17.759344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.760056000, lastModified=2023-04-04 18:26:17.759344000, delta=712000 ns, racy<=12500 ns 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.760388000, lastModified=2023-04-04 18:26:17.759344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.760388000, lastModified=2023-04-04 18:26:17.759344000, delta=1044000 ns, racy<=12500 ns 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.760713000, lastModified=2023-04-04 18:26:17.759344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.760713000, lastModified=2023-04-04 18:26:17.759344000, delta=1369000 ns, racy<=12500 ns 18:26:17.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.761038000, lastModified=2023-04-04 18:26:17.760344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.761038000, lastModified=2023-04-04 18:26:17.760344000, delta=694000 ns, racy<=12500 ns 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.761372000, lastModified=2023-04-04 18:26:17.760344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.761372000, lastModified=2023-04-04 18:26:17.760344000, delta=1028000 ns, racy<=12500 ns 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.761703000, lastModified=2023-04-04 18:26:17.760344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.761703000, lastModified=2023-04-04 18:26:17.760344000, delta=1359000 ns, racy<=12500 ns 18:26:17.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.762030000, lastModified=2023-04-04 18:26:17.761344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.762030000, lastModified=2023-04-04 18:26:17.761344000, delta=686000 ns, racy<=12500 ns 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.762357000, lastModified=2023-04-04 18:26:17.761344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.762357000, lastModified=2023-04-04 18:26:17.761344000, delta=1013000 ns, racy<=12500 ns 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.762673000, lastModified=2023-04-04 18:26:17.761344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.762673000, lastModified=2023-04-04 18:26:17.761344000, delta=1329000 ns, racy<=12500 ns 18:26:17.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.762998000, lastModified=2023-04-04 18:26:17.762344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.762998000, lastModified=2023-04-04 18:26:17.762344000, delta=654000 ns, racy<=12500 ns 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.763324000, lastModified=2023-04-04 18:26:17.762344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.763324000, lastModified=2023-04-04 18:26:17.762344000, delta=980000 ns, racy<=12500 ns 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.763661000, lastModified=2023-04-04 18:26:17.762344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.763661000, lastModified=2023-04-04 18:26:17.762344000, delta=1317000 ns, racy<=12500 ns 18:26:17.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.763997000, lastModified=2023-04-04 18:26:17.763344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.763997000, lastModified=2023-04-04 18:26:17.763344000, delta=653000 ns, racy<=12500 ns 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.764328000, lastModified=2023-04-04 18:26:17.763344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.764328000, lastModified=2023-04-04 18:26:17.763344000, delta=984000 ns, racy<=12500 ns 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.764644000, lastModified=2023-04-04 18:26:17.763344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.764644000, lastModified=2023-04-04 18:26:17.763344000, delta=1300000 ns, racy<=12500 ns 18:26:17.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.765003000, lastModified=2023-04-04 18:26:17.764344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.765003000, lastModified=2023-04-04 18:26:17.764344000, delta=659000 ns, racy<=12500 ns 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.765377000, lastModified=2023-04-04 18:26:17.764344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.765377000, lastModified=2023-04-04 18:26:17.764344000, delta=1033000 ns, racy<=12500 ns 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.765699000, lastModified=2023-04-04 18:26:17.764344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.765699000, lastModified=2023-04-04 18:26:17.764344000, delta=1355000 ns, racy<=12500 ns 18:26:17.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.766036000, lastModified=2023-04-04 18:26:17.765344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.766036000, lastModified=2023-04-04 18:26:17.765344000, delta=692000 ns, racy<=12500 ns 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.766380000, lastModified=2023-04-04 18:26:17.765344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.766380000, lastModified=2023-04-04 18:26:17.765344000, delta=1036000 ns, racy<=12500 ns 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.766755000, lastModified=2023-04-04 18:26:17.765344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.766755000, lastModified=2023-04-04 18:26:17.765344000, delta=1411000 ns, racy<=12500 ns 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.767143000, lastModified=2023-04-04 18:26:17.766344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.767143000, lastModified=2023-04-04 18:26:17.766344000, delta=799000 ns, racy<=12500 ns 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.767509000, lastModified=2023-04-04 18:26:17.766344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.767509000, lastModified=2023-04-04 18:26:17.766344000, delta=1165000 ns, racy<=12500 ns 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.767854000, lastModified=2023-04-04 18:26:17.766344000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.766344000 to 2023-04-04 18:26:17.767345000 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.768183000, lastModified=2023-04-04 18:26:17.767345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.768183000, lastModified=2023-04-04 18:26:17.767345000, delta=838000 ns, racy<=12500 ns 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.768510000, lastModified=2023-04-04 18:26:17.767345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.768510000, lastModified=2023-04-04 18:26:17.767345000, delta=1165000 ns, racy<=12500 ns 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.768882000, lastModified=2023-04-04 18:26:17.767345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.767345000 to 2023-04-04 18:26:17.768345000 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.769245000, lastModified=2023-04-04 18:26:17.768345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.769245000, lastModified=2023-04-04 18:26:17.768345000, delta=900000 ns, racy<=12500 ns 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.769597000, lastModified=2023-04-04 18:26:17.768345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.769597000, lastModified=2023-04-04 18:26:17.768345000, delta=1252000 ns, racy<=12500 ns 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.769954000, lastModified=2023-04-04 18:26:17.769345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.769954000, lastModified=2023-04-04 18:26:17.769345000, delta=609000 ns, racy<=12500 ns 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.770288000, lastModified=2023-04-04 18:26:17.769345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.770288000, lastModified=2023-04-04 18:26:17.769345000, delta=943000 ns, racy<=12500 ns 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.770600000, lastModified=2023-04-04 18:26:17.769345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.770600000, lastModified=2023-04-04 18:26:17.769345000, delta=1255000 ns, racy<=12500 ns 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.770919000, lastModified=2023-04-04 18:26:17.769345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.769345000 to 2023-04-04 18:26:17.770345000 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.771244000, lastModified=2023-04-04 18:26:17.770345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.771244000, lastModified=2023-04-04 18:26:17.770345000, delta=899000 ns, racy<=12500 ns 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.771567000, lastModified=2023-04-04 18:26:17.770345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.771567000, lastModified=2023-04-04 18:26:17.770345000, delta=1222000 ns, racy<=12500 ns 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.771907000, lastModified=2023-04-04 18:26:17.770345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.770345000 to 2023-04-04 18:26:17.771345000 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.772229000, lastModified=2023-04-04 18:26:17.771345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.772229000, lastModified=2023-04-04 18:26:17.771345000, delta=884000 ns, racy<=12500 ns 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.772544000, lastModified=2023-04-04 18:26:17.771345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.772544000, lastModified=2023-04-04 18:26:17.771345000, delta=1199000 ns, racy<=12500 ns 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.772863000, lastModified=2023-04-04 18:26:17.771345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.771345000 to 2023-04-04 18:26:17.772345000 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.773208000, lastModified=2023-04-04 18:26:17.772345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.773208000, lastModified=2023-04-04 18:26:17.772345000, delta=863000 ns, racy<=12500 ns 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.773526000, lastModified=2023-04-04 18:26:17.772345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.773526000, lastModified=2023-04-04 18:26:17.772345000, delta=1181000 ns, racy<=12500 ns 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.773836000, lastModified=2023-04-04 18:26:17.772345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.772345000 to 2023-04-04 18:26:17.773345000 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.774160000, lastModified=2023-04-04 18:26:17.773345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.774160000, lastModified=2023-04-04 18:26:17.773345000, delta=815000 ns, racy<=12500 ns 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.774490000, lastModified=2023-04-04 18:26:17.773345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.774490000, lastModified=2023-04-04 18:26:17.773345000, delta=1145000 ns, racy<=12500 ns 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.774865000, lastModified=2023-04-04 18:26:17.773345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.773345000 to 2023-04-04 18:26:17.774345000 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.775226000, lastModified=2023-04-04 18:26:17.774345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.775226000, lastModified=2023-04-04 18:26:17.774345000, delta=881000 ns, racy<=12500 ns 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.775575000, lastModified=2023-04-04 18:26:17.774345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.775575000, lastModified=2023-04-04 18:26:17.774345000, delta=1230000 ns, racy<=12500 ns 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.775924000, lastModified=2023-04-04 18:26:17.774345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.774345000 to 2023-04-04 18:26:17.775345000 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.781017000, lastModified=2023-04-04 18:26:17.775345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.775345000 to 2023-04-04 18:26:17.780345000 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.781360000, lastModified=2023-04-04 18:26:17.780345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.781360000, lastModified=2023-04-04 18:26:17.780345000, delta=1015000 ns, racy<=12500 ns 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.781677000, lastModified=2023-04-04 18:26:17.780345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.781677000, lastModified=2023-04-04 18:26:17.780345000, delta=1332000 ns, racy<=12500 ns 18:26:17.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.781989000, lastModified=2023-04-04 18:26:17.781345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.781989000, lastModified=2023-04-04 18:26:17.781345000, delta=644000 ns, racy<=12500 ns 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.782310000, lastModified=2023-04-04 18:26:17.781345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.782310000, lastModified=2023-04-04 18:26:17.781345000, delta=965000 ns, racy<=12500 ns 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.782612000, lastModified=2023-04-04 18:26:17.781345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.782612000, lastModified=2023-04-04 18:26:17.781345000, delta=1267000 ns, racy<=12500 ns 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.782947000, lastModified=2023-04-04 18:26:17.782345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.782947000, lastModified=2023-04-04 18:26:17.782345000, delta=602000 ns, racy<=12500 ns 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.783295000, lastModified=2023-04-04 18:26:17.782345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.783295000, lastModified=2023-04-04 18:26:17.782345000, delta=950000 ns, racy<=12500 ns 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.783615000, lastModified=2023-04-04 18:26:17.782345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.783615000, lastModified=2023-04-04 18:26:17.782345000, delta=1270000 ns, racy<=12500 ns 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.783966000, lastModified=2023-04-04 18:26:17.783345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.783966000, lastModified=2023-04-04 18:26:17.783345000, delta=621000 ns, racy<=12500 ns 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.784297000, lastModified=2023-04-04 18:26:17.783345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.784297000, lastModified=2023-04-04 18:26:17.783345000, delta=952000 ns, racy<=12500 ns 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.784618000, lastModified=2023-04-04 18:26:17.783345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.784618000, lastModified=2023-04-04 18:26:17.783345000, delta=1273000 ns, racy<=12500 ns 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.784938000, lastModified=2023-04-04 18:26:17.783345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.783345000 to 2023-04-04 18:26:17.784345000 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.785246000, lastModified=2023-04-04 18:26:17.784345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.785246000, lastModified=2023-04-04 18:26:17.784345000, delta=901000 ns, racy<=12500 ns 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.785553000, lastModified=2023-04-04 18:26:17.784345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.785553000, lastModified=2023-04-04 18:26:17.784345000, delta=1208000 ns, racy<=12500 ns 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.785860000, lastModified=2023-04-04 18:26:17.784345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.784345000 to 2023-04-04 18:26:17.785345000 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.786169000, lastModified=2023-04-04 18:26:17.785345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.786169000, lastModified=2023-04-04 18:26:17.785345000, delta=824000 ns, racy<=12500 ns 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.786481000, lastModified=2023-04-04 18:26:17.785345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.786481000, lastModified=2023-04-04 18:26:17.785345000, delta=1136000 ns, racy<=12500 ns 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.786800000, lastModified=2023-04-04 18:26:17.785345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.785345000 to 2023-04-04 18:26:17.786345000 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.787096000, lastModified=2023-04-04 18:26:17.786345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.787096000, lastModified=2023-04-04 18:26:17.786345000, delta=751000 ns, racy<=12500 ns 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.787411000, lastModified=2023-04-04 18:26:17.786345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.787411000, lastModified=2023-04-04 18:26:17.786345000, delta=1066000 ns, racy<=12500 ns 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.787718000, lastModified=2023-04-04 18:26:17.786345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.787718000, lastModified=2023-04-04 18:26:17.786345000, delta=1373000 ns, racy<=12500 ns 18:26:17.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.788029000, lastModified=2023-04-04 18:26:17.787345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.788029000, lastModified=2023-04-04 18:26:17.787345000, delta=684000 ns, racy<=12500 ns 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.788364000, lastModified=2023-04-04 18:26:17.787345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.788364000, lastModified=2023-04-04 18:26:17.787345000, delta=1019000 ns, racy<=12500 ns 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.788674000, lastModified=2023-04-04 18:26:17.787345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.788674000, lastModified=2023-04-04 18:26:17.787345000, delta=1329000 ns, racy<=12500 ns 18:26:17.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.789155000, lastModified=2023-04-04 18:26:17.788345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.789155000, lastModified=2023-04-04 18:26:17.788345000, delta=810000 ns, racy<=12500 ns 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.789575000, lastModified=2023-04-04 18:26:17.788345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.789575000, lastModified=2023-04-04 18:26:17.788345000, delta=1230000 ns, racy<=12500 ns 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.789906000, lastModified=2023-04-04 18:26:17.788345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.788345000 to 2023-04-04 18:26:17.789345000 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.790221000, lastModified=2023-04-04 18:26:17.789345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.790221000, lastModified=2023-04-04 18:26:17.789345000, delta=876000 ns, racy<=12500 ns 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.790527000, lastModified=2023-04-04 18:26:17.789345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.790527000, lastModified=2023-04-04 18:26:17.789345000, delta=1182000 ns, racy<=12500 ns 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.790840000, lastModified=2023-04-04 18:26:17.789345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.789345000 to 2023-04-04 18:26:17.790345000 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.791156000, lastModified=2023-04-04 18:26:17.790345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.791156000, lastModified=2023-04-04 18:26:17.790345000, delta=811000 ns, racy<=12500 ns 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.791467000, lastModified=2023-04-04 18:26:17.790345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.791467000, lastModified=2023-04-04 18:26:17.790345000, delta=1122000 ns, racy<=12500 ns 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.791769000, lastModified=2023-04-04 18:26:17.790345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.791769000, lastModified=2023-04-04 18:26:17.790345000, delta=1424000 ns, racy<=12500 ns 18:26:17.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.792086000, lastModified=2023-04-04 18:26:17.791345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.792086000, lastModified=2023-04-04 18:26:17.791345000, delta=741000 ns, racy<=12500 ns 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.792400000, lastModified=2023-04-04 18:26:17.791345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.792400000, lastModified=2023-04-04 18:26:17.791345000, delta=1055000 ns, racy<=12500 ns 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.792706000, lastModified=2023-04-04 18:26:17.791345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.792706000, lastModified=2023-04-04 18:26:17.791345000, delta=1361000 ns, racy<=12500 ns 18:26:17.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.793011000, lastModified=2023-04-04 18:26:17.792345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.793011000, lastModified=2023-04-04 18:26:17.792345000, delta=666000 ns, racy<=12500 ns 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.793324000, lastModified=2023-04-04 18:26:17.792345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.793324000, lastModified=2023-04-04 18:26:17.792345000, delta=979000 ns, racy<=12500 ns 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.793630000, lastModified=2023-04-04 18:26:17.792345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.793630000, lastModified=2023-04-04 18:26:17.792345000, delta=1285000 ns, racy<=12500 ns 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.793941000, lastModified=2023-04-04 18:26:17.793345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.793941000, lastModified=2023-04-04 18:26:17.793345000, delta=596000 ns, racy<=12500 ns 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.794262000, lastModified=2023-04-04 18:26:17.793345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.794262000, lastModified=2023-04-04 18:26:17.793345000, delta=917000 ns, racy<=12500 ns 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.794566000, lastModified=2023-04-04 18:26:17.793345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.794566000, lastModified=2023-04-04 18:26:17.793345000, delta=1221000 ns, racy<=12500 ns 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.794871000, lastModified=2023-04-04 18:26:17.793345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.793345000 to 2023-04-04 18:26:17.794345000 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.795179000, lastModified=2023-04-04 18:26:17.794345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.795179000, lastModified=2023-04-04 18:26:17.794345000, delta=834000 ns, racy<=12500 ns 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.795541000, lastModified=2023-04-04 18:26:17.794345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.795541000, lastModified=2023-04-04 18:26:17.794345000, delta=1196000 ns, racy<=12500 ns 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.795932000, lastModified=2023-04-04 18:26:17.794345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.794345000 to 2023-04-04 18:26:17.795345000 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.796269000, lastModified=2023-04-04 18:26:17.795345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.796269000, lastModified=2023-04-04 18:26:17.795345000, delta=924000 ns, racy<=12500 ns 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.796623000, lastModified=2023-04-04 18:26:17.795345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.796623000, lastModified=2023-04-04 18:26:17.795345000, delta=1278000 ns, racy<=12500 ns 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.796983000, lastModified=2023-04-04 18:26:17.796345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.796983000, lastModified=2023-04-04 18:26:17.796345000, delta=638000 ns, racy<=12500 ns 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.797336000, lastModified=2023-04-04 18:26:17.796345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.797336000, lastModified=2023-04-04 18:26:17.796345000, delta=991000 ns, racy<=12500 ns 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.797681000, lastModified=2023-04-04 18:26:17.796345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.797681000, lastModified=2023-04-04 18:26:17.796345000, delta=1336000 ns, racy<=12500 ns 18:26:17.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.798031000, lastModified=2023-04-04 18:26:17.797345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.798031000, lastModified=2023-04-04 18:26:17.797345000, delta=686000 ns, racy<=12500 ns 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.798402000, lastModified=2023-04-04 18:26:17.797345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.798402000, lastModified=2023-04-04 18:26:17.797345000, delta=1057000 ns, racy<=12500 ns 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.798735000, lastModified=2023-04-04 18:26:17.797345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.798735000, lastModified=2023-04-04 18:26:17.797345000, delta=1390000 ns, racy<=12500 ns 18:26:17.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.799114000, lastModified=2023-04-04 18:26:17.798345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.799114000, lastModified=2023-04-04 18:26:17.798345000, delta=769000 ns, racy<=12500 ns 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.799462000, lastModified=2023-04-04 18:26:17.798345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.799462000, lastModified=2023-04-04 18:26:17.798345000, delta=1117000 ns, racy<=12500 ns 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.799791000, lastModified=2023-04-04 18:26:17.798345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.798345000 to 2023-04-04 18:26:17.799345000 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.800108000, lastModified=2023-04-04 18:26:17.799345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.800108000, lastModified=2023-04-04 18:26:17.799345000, delta=763000 ns, racy<=12500 ns 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.800456000, lastModified=2023-04-04 18:26:17.799345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.800456000, lastModified=2023-04-04 18:26:17.799345000, delta=1111000 ns, racy<=12500 ns 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.800784000, lastModified=2023-04-04 18:26:17.799345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.799345000 to 2023-04-04 18:26:17.800345000 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.801105000, lastModified=2023-04-04 18:26:17.800345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.801105000, lastModified=2023-04-04 18:26:17.800345000, delta=760000 ns, racy<=12500 ns 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.801440000, lastModified=2023-04-04 18:26:17.800345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.801440000, lastModified=2023-04-04 18:26:17.800345000, delta=1095000 ns, racy<=12500 ns 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.801769000, lastModified=2023-04-04 18:26:17.800345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.801769000, lastModified=2023-04-04 18:26:17.800345000, delta=1424000 ns, racy<=12500 ns 18:26:17.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.802096000, lastModified=2023-04-04 18:26:17.801345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.802096000, lastModified=2023-04-04 18:26:17.801345000, delta=751000 ns, racy<=12500 ns 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.802417000, lastModified=2023-04-04 18:26:17.801345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.802417000, lastModified=2023-04-04 18:26:17.801345000, delta=1072000 ns, racy<=12500 ns 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.802726000, lastModified=2023-04-04 18:26:17.801345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.802726000, lastModified=2023-04-04 18:26:17.801345000, delta=1381000 ns, racy<=12500 ns 18:26:17.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.803048000, lastModified=2023-04-04 18:26:17.802345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.803048000, lastModified=2023-04-04 18:26:17.802345000, delta=703000 ns, racy<=12500 ns 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.803366000, lastModified=2023-04-04 18:26:17.802345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.803366000, lastModified=2023-04-04 18:26:17.802345000, delta=1021000 ns, racy<=12500 ns 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.803684000, lastModified=2023-04-04 18:26:17.802345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.803684000, lastModified=2023-04-04 18:26:17.802345000, delta=1339000 ns, racy<=12500 ns 18:26:17.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.804002000, lastModified=2023-04-04 18:26:17.803345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.804002000, lastModified=2023-04-04 18:26:17.803345000, delta=657000 ns, racy<=12500 ns 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.804320000, lastModified=2023-04-04 18:26:17.803345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.804320000, lastModified=2023-04-04 18:26:17.803345000, delta=975000 ns, racy<=12500 ns 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.804622000, lastModified=2023-04-04 18:26:17.803345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.804622000, lastModified=2023-04-04 18:26:17.803345000, delta=1277000 ns, racy<=12500 ns 18:26:17.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.849703000, lastModified=2023-04-04 18:26:17.804345000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.804345000 to 2023-04-04 18:26:17.849346000 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.850240000, lastModified=2023-04-04 18:26:17.849346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.850240000, lastModified=2023-04-04 18:26:17.849346000, delta=894000 ns, racy<=12500 ns 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.850584000, lastModified=2023-04-04 18:26:17.849346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.850584000, lastModified=2023-04-04 18:26:17.849346000, delta=1238000 ns, racy<=12500 ns 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.850921000, lastModified=2023-04-04 18:26:17.849346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.849346000 to 2023-04-04 18:26:17.850346000 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.851226000, lastModified=2023-04-04 18:26:17.850346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.851226000, lastModified=2023-04-04 18:26:17.850346000, delta=880000 ns, racy<=12500 ns 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.851535000, lastModified=2023-04-04 18:26:17.850346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.851535000, lastModified=2023-04-04 18:26:17.850346000, delta=1189000 ns, racy<=12500 ns 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.851856000, lastModified=2023-04-04 18:26:17.850346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.850346000 to 2023-04-04 18:26:17.851346000 18:26:17.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.852158000, lastModified=2023-04-04 18:26:17.851346000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.852158000, lastModified=2023-04-04 18:26:17.851346000, delta=812000 ns, racy<=12500 ns 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.857492000, lastModified=2023-04-04 18:26:17.856347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.857492000, lastModified=2023-04-04 18:26:17.856347000, delta=1145000 ns, racy<=12500 ns 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.857804000, lastModified=2023-04-04 18:26:17.856347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.856347000 to 2023-04-04 18:26:17.857347000 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.858106000, lastModified=2023-04-04 18:26:17.857347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.858106000, lastModified=2023-04-04 18:26:17.857347000, delta=759000 ns, racy<=12500 ns 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.858430000, lastModified=2023-04-04 18:26:17.857347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.858430000, lastModified=2023-04-04 18:26:17.857347000, delta=1083000 ns, racy<=12500 ns 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.858730000, lastModified=2023-04-04 18:26:17.857347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.858730000, lastModified=2023-04-04 18:26:17.857347000, delta=1383000 ns, racy<=12500 ns 18:26:17.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.859045000, lastModified=2023-04-04 18:26:17.858347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.859045000, lastModified=2023-04-04 18:26:17.858347000, delta=698000 ns, racy<=12500 ns 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.859356000, lastModified=2023-04-04 18:26:17.858347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.859356000, lastModified=2023-04-04 18:26:17.858347000, delta=1009000 ns, racy<=12500 ns 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.859659000, lastModified=2023-04-04 18:26:17.858347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.859659000, lastModified=2023-04-04 18:26:17.858347000, delta=1312000 ns, racy<=12500 ns 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.859964000, lastModified=2023-04-04 18:26:17.859347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.859964000, lastModified=2023-04-04 18:26:17.859347000, delta=617000 ns, racy<=12500 ns 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.860283000, lastModified=2023-04-04 18:26:17.859347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.860283000, lastModified=2023-04-04 18:26:17.859347000, delta=936000 ns, racy<=12500 ns 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.860584000, lastModified=2023-04-04 18:26:17.859347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.860584000, lastModified=2023-04-04 18:26:17.859347000, delta=1237000 ns, racy<=12500 ns 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.860901000, lastModified=2023-04-04 18:26:17.859347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.859347000 to 2023-04-04 18:26:17.860347000 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.861199000, lastModified=2023-04-04 18:26:17.860347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.861199000, lastModified=2023-04-04 18:26:17.860347000, delta=852000 ns, racy<=12500 ns 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.861491000, lastModified=2023-04-04 18:26:17.860347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.861491000, lastModified=2023-04-04 18:26:17.860347000, delta=1144000 ns, racy<=12500 ns 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.861781000, lastModified=2023-04-04 18:26:17.860347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.860347000 to 2023-04-04 18:26:17.861347000 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.862064000, lastModified=2023-04-04 18:26:17.861347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.862064000, lastModified=2023-04-04 18:26:17.861347000, delta=717000 ns, racy<=12500 ns 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.862386000, lastModified=2023-04-04 18:26:17.861347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.862386000, lastModified=2023-04-04 18:26:17.861347000, delta=1039000 ns, racy<=12500 ns 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.862683000, lastModified=2023-04-04 18:26:17.861347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.862683000, lastModified=2023-04-04 18:26:17.861347000, delta=1336000 ns, racy<=12500 ns 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.862976000, lastModified=2023-04-04 18:26:17.862347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.862976000, lastModified=2023-04-04 18:26:17.862347000, delta=629000 ns, racy<=12500 ns 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.863284000, lastModified=2023-04-04 18:26:17.862347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.863284000, lastModified=2023-04-04 18:26:17.862347000, delta=937000 ns, racy<=12500 ns 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.863575000, lastModified=2023-04-04 18:26:17.862347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.863575000, lastModified=2023-04-04 18:26:17.862347000, delta=1228000 ns, racy<=12500 ns 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.863866000, lastModified=2023-04-04 18:26:17.862347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.862347000 to 2023-04-04 18:26:17.863347000 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.864155000, lastModified=2023-04-04 18:26:17.863347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.864155000, lastModified=2023-04-04 18:26:17.863347000, delta=808000 ns, racy<=12500 ns 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.864443000, lastModified=2023-04-04 18:26:17.863347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.864443000, lastModified=2023-04-04 18:26:17.863347000, delta=1096000 ns, racy<=12500 ns 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.864734000, lastModified=2023-04-04 18:26:17.863347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.864734000, lastModified=2023-04-04 18:26:17.863347000, delta=1387000 ns, racy<=12500 ns 18:26:17.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.865039000, lastModified=2023-04-04 18:26:17.864347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.865039000, lastModified=2023-04-04 18:26:17.864347000, delta=692000 ns, racy<=12500 ns 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.865350000, lastModified=2023-04-04 18:26:17.864347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.865350000, lastModified=2023-04-04 18:26:17.864347000, delta=1003000 ns, racy<=12500 ns 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.865648000, lastModified=2023-04-04 18:26:17.864347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.865648000, lastModified=2023-04-04 18:26:17.864347000, delta=1301000 ns, racy<=12500 ns 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.865941000, lastModified=2023-04-04 18:26:17.865347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.865941000, lastModified=2023-04-04 18:26:17.865347000, delta=594000 ns, racy<=12500 ns 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.866280000, lastModified=2023-04-04 18:26:17.865347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.866280000, lastModified=2023-04-04 18:26:17.865347000, delta=933000 ns, racy<=12500 ns 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.866589000, lastModified=2023-04-04 18:26:17.865347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.866589000, lastModified=2023-04-04 18:26:17.865347000, delta=1242000 ns, racy<=12500 ns 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.866901000, lastModified=2023-04-04 18:26:17.865347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.865347000 to 2023-04-04 18:26:17.866347000 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.867198000, lastModified=2023-04-04 18:26:17.866347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.867198000, lastModified=2023-04-04 18:26:17.866347000, delta=851000 ns, racy<=12500 ns 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.867504000, lastModified=2023-04-04 18:26:17.866347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.867504000, lastModified=2023-04-04 18:26:17.866347000, delta=1157000 ns, racy<=12500 ns 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.867789000, lastModified=2023-04-04 18:26:17.866347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.866347000 to 2023-04-04 18:26:17.867347000 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.868068000, lastModified=2023-04-04 18:26:17.867347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.868068000, lastModified=2023-04-04 18:26:17.867347000, delta=721000 ns, racy<=12500 ns 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.868380000, lastModified=2023-04-04 18:26:17.867347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.868380000, lastModified=2023-04-04 18:26:17.867347000, delta=1033000 ns, racy<=12500 ns 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.868671000, lastModified=2023-04-04 18:26:17.867347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.868671000, lastModified=2023-04-04 18:26:17.867347000, delta=1324000 ns, racy<=12500 ns 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.868973000, lastModified=2023-04-04 18:26:17.868347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.868973000, lastModified=2023-04-04 18:26:17.868347000, delta=626000 ns, racy<=12500 ns 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.869275000, lastModified=2023-04-04 18:26:17.868347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.869275000, lastModified=2023-04-04 18:26:17.868347000, delta=928000 ns, racy<=12500 ns 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.869573000, lastModified=2023-04-04 18:26:17.868347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.869573000, lastModified=2023-04-04 18:26:17.868347000, delta=1226000 ns, racy<=12500 ns 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.869862000, lastModified=2023-04-04 18:26:17.868347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.868347000 to 2023-04-04 18:26:17.869347000 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.870159000, lastModified=2023-04-04 18:26:17.869347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.870159000, lastModified=2023-04-04 18:26:17.869347000, delta=812000 ns, racy<=12500 ns 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.870451000, lastModified=2023-04-04 18:26:17.869347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.870451000, lastModified=2023-04-04 18:26:17.869347000, delta=1104000 ns, racy<=12500 ns 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.870743000, lastModified=2023-04-04 18:26:17.869347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.870743000, lastModified=2023-04-04 18:26:17.869347000, delta=1396000 ns, racy<=12500 ns 18:26:17.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.871054000, lastModified=2023-04-04 18:26:17.870347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.871054000, lastModified=2023-04-04 18:26:17.870347000, delta=707000 ns, racy<=12500 ns 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.871355000, lastModified=2023-04-04 18:26:17.870347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.871355000, lastModified=2023-04-04 18:26:17.870347000, delta=1008000 ns, racy<=12500 ns 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.871644000, lastModified=2023-04-04 18:26:17.870347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.871644000, lastModified=2023-04-04 18:26:17.870347000, delta=1297000 ns, racy<=12500 ns 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.871938000, lastModified=2023-04-04 18:26:17.871347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.871938000, lastModified=2023-04-04 18:26:17.871347000, delta=591000 ns, racy<=12500 ns 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.872254000, lastModified=2023-04-04 18:26:17.871347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.872254000, lastModified=2023-04-04 18:26:17.871347000, delta=907000 ns, racy<=12500 ns 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.872550000, lastModified=2023-04-04 18:26:17.871347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.872550000, lastModified=2023-04-04 18:26:17.871347000, delta=1203000 ns, racy<=12500 ns 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.872852000, lastModified=2023-04-04 18:26:17.871347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.871347000 to 2023-04-04 18:26:17.872347000 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.873173000, lastModified=2023-04-04 18:26:17.872347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.873173000, lastModified=2023-04-04 18:26:17.872347000, delta=826000 ns, racy<=12500 ns 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.873483000, lastModified=2023-04-04 18:26:17.872347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.873483000, lastModified=2023-04-04 18:26:17.872347000, delta=1136000 ns, racy<=12500 ns 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.873792000, lastModified=2023-04-04 18:26:17.872347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.872347000 to 2023-04-04 18:26:17.873347000 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.874099000, lastModified=2023-04-04 18:26:17.873347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.874099000, lastModified=2023-04-04 18:26:17.873347000, delta=752000 ns, racy<=12500 ns 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.874418000, lastModified=2023-04-04 18:26:17.873347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.874418000, lastModified=2023-04-04 18:26:17.873347000, delta=1071000 ns, racy<=12500 ns 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.874733000, lastModified=2023-04-04 18:26:17.873347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.874733000, lastModified=2023-04-04 18:26:17.873347000, delta=1386000 ns, racy<=12500 ns 18:26:17.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.875056000, lastModified=2023-04-04 18:26:17.874347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.875056000, lastModified=2023-04-04 18:26:17.874347000, delta=709000 ns, racy<=12500 ns 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.875396000, lastModified=2023-04-04 18:26:17.874347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.875396000, lastModified=2023-04-04 18:26:17.874347000, delta=1049000 ns, racy<=12500 ns 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.875709000, lastModified=2023-04-04 18:26:17.874347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.875709000, lastModified=2023-04-04 18:26:17.874347000, delta=1362000 ns, racy<=12500 ns 18:26:17.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.876013000, lastModified=2023-04-04 18:26:17.875347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.876013000, lastModified=2023-04-04 18:26:17.875347000, delta=666000 ns, racy<=12500 ns 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.876324000, lastModified=2023-04-04 18:26:17.875347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.876324000, lastModified=2023-04-04 18:26:17.875347000, delta=977000 ns, racy<=12500 ns 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.876623000, lastModified=2023-04-04 18:26:17.875347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.876623000, lastModified=2023-04-04 18:26:17.875347000, delta=1276000 ns, racy<=12500 ns 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.876931000, lastModified=2023-04-04 18:26:17.875347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.875347000 to 2023-04-04 18:26:17.876347000 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.877224000, lastModified=2023-04-04 18:26:17.876347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.877224000, lastModified=2023-04-04 18:26:17.876347000, delta=877000 ns, racy<=12500 ns 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.877533000, lastModified=2023-04-04 18:26:17.876347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.877533000, lastModified=2023-04-04 18:26:17.876347000, delta=1186000 ns, racy<=12500 ns 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.877836000, lastModified=2023-04-04 18:26:17.876347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.876347000 to 2023-04-04 18:26:17.877347000 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.878133000, lastModified=2023-04-04 18:26:17.877347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.878133000, lastModified=2023-04-04 18:26:17.877347000, delta=786000 ns, racy<=12500 ns 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.878439000, lastModified=2023-04-04 18:26:17.877347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.878439000, lastModified=2023-04-04 18:26:17.877347000, delta=1092000 ns, racy<=12500 ns 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.878740000, lastModified=2023-04-04 18:26:17.877347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.878740000, lastModified=2023-04-04 18:26:17.877347000, delta=1393000 ns, racy<=12500 ns 18:26:17.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.879046000, lastModified=2023-04-04 18:26:17.878347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.879046000, lastModified=2023-04-04 18:26:17.878347000, delta=699000 ns, racy<=12500 ns 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.879352000, lastModified=2023-04-04 18:26:17.878347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.879352000, lastModified=2023-04-04 18:26:17.878347000, delta=1005000 ns, racy<=12500 ns 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.879654000, lastModified=2023-04-04 18:26:17.878347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.879654000, lastModified=2023-04-04 18:26:17.878347000, delta=1307000 ns, racy<=12500 ns 18:26:17.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.880010000, lastModified=2023-04-04 18:26:17.879347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.880010000, lastModified=2023-04-04 18:26:17.879347000, delta=663000 ns, racy<=12500 ns 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.880316000, lastModified=2023-04-04 18:26:17.879347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.880316000, lastModified=2023-04-04 18:26:17.879347000, delta=969000 ns, racy<=12500 ns 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.880614000, lastModified=2023-04-04 18:26:17.879347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.880614000, lastModified=2023-04-04 18:26:17.879347000, delta=1267000 ns, racy<=12500 ns 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.880923000, lastModified=2023-04-04 18:26:17.879347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.879347000 to 2023-04-04 18:26:17.880347000 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.881211000, lastModified=2023-04-04 18:26:17.880347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.881211000, lastModified=2023-04-04 18:26:17.880347000, delta=864000 ns, racy<=12500 ns 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.881515000, lastModified=2023-04-04 18:26:17.880347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.881515000, lastModified=2023-04-04 18:26:17.880347000, delta=1168000 ns, racy<=12500 ns 18:26:17.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.885626000, lastModified=2023-04-04 18:26:17.880347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.880347000 to 2023-04-04 18:26:17.884347000 18:26:17.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.885960000, lastModified=2023-04-04 18:26:17.885347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.885960000, lastModified=2023-04-04 18:26:17.885347000, delta=613000 ns, racy<=12500 ns 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.886274000, lastModified=2023-04-04 18:26:17.885347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.886274000, lastModified=2023-04-04 18:26:17.885347000, delta=927000 ns, racy<=12500 ns 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.886579000, lastModified=2023-04-04 18:26:17.885347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.886579000, lastModified=2023-04-04 18:26:17.885347000, delta=1232000 ns, racy<=12500 ns 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.886879000, lastModified=2023-04-04 18:26:17.885347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.885347000 to 2023-04-04 18:26:17.886347000 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.887171000, lastModified=2023-04-04 18:26:17.886347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.887171000, lastModified=2023-04-04 18:26:17.886347000, delta=824000 ns, racy<=12500 ns 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.887469000, lastModified=2023-04-04 18:26:17.886347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.887469000, lastModified=2023-04-04 18:26:17.886347000, delta=1122000 ns, racy<=12500 ns 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.887772000, lastModified=2023-04-04 18:26:17.886347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.887772000, lastModified=2023-04-04 18:26:17.886347000, delta=1425000 ns, racy<=12500 ns 18:26:17.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.888078000, lastModified=2023-04-04 18:26:17.887347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.888078000, lastModified=2023-04-04 18:26:17.887347000, delta=731000 ns, racy<=12500 ns 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.888383000, lastModified=2023-04-04 18:26:17.887347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.888383000, lastModified=2023-04-04 18:26:17.887347000, delta=1036000 ns, racy<=12500 ns 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.888683000, lastModified=2023-04-04 18:26:17.887347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.888683000, lastModified=2023-04-04 18:26:17.887347000, delta=1336000 ns, racy<=12500 ns 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.888984000, lastModified=2023-04-04 18:26:17.888347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.888984000, lastModified=2023-04-04 18:26:17.888347000, delta=637000 ns, racy<=12500 ns 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.889288000, lastModified=2023-04-04 18:26:17.888347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.889288000, lastModified=2023-04-04 18:26:17.888347000, delta=941000 ns, racy<=12500 ns 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.889589000, lastModified=2023-04-04 18:26:17.888347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.889589000, lastModified=2023-04-04 18:26:17.888347000, delta=1242000 ns, racy<=12500 ns 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.889883000, lastModified=2023-04-04 18:26:17.888347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.888347000 to 2023-04-04 18:26:17.889347000 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.890180000, lastModified=2023-04-04 18:26:17.889347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.890180000, lastModified=2023-04-04 18:26:17.889347000, delta=833000 ns, racy<=12500 ns 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.890477000, lastModified=2023-04-04 18:26:17.889347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.890477000, lastModified=2023-04-04 18:26:17.889347000, delta=1130000 ns, racy<=12500 ns 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.890779000, lastModified=2023-04-04 18:26:17.889347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.889347000 to 2023-04-04 18:26:17.890347000 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.891123000, lastModified=2023-04-04 18:26:17.890347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.891123000, lastModified=2023-04-04 18:26:17.890347000, delta=776000 ns, racy<=12500 ns 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.891421000, lastModified=2023-04-04 18:26:17.890347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.891421000, lastModified=2023-04-04 18:26:17.890347000, delta=1074000 ns, racy<=12500 ns 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.891720000, lastModified=2023-04-04 18:26:17.890347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.891720000, lastModified=2023-04-04 18:26:17.890347000, delta=1373000 ns, racy<=12500 ns 18:26:17.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.892021000, lastModified=2023-04-04 18:26:17.891347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.892021000, lastModified=2023-04-04 18:26:17.891347000, delta=674000 ns, racy<=12500 ns 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.892330000, lastModified=2023-04-04 18:26:17.891347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.892330000, lastModified=2023-04-04 18:26:17.891347000, delta=983000 ns, racy<=12500 ns 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.892625000, lastModified=2023-04-04 18:26:17.891347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.892625000, lastModified=2023-04-04 18:26:17.891347000, delta=1278000 ns, racy<=12500 ns 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.892929000, lastModified=2023-04-04 18:26:17.891347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.891347000 to 2023-04-04 18:26:17.892347000 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.893217000, lastModified=2023-04-04 18:26:17.892347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.893217000, lastModified=2023-04-04 18:26:17.892347000, delta=870000 ns, racy<=12500 ns 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.893527000, lastModified=2023-04-04 18:26:17.892347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.893527000, lastModified=2023-04-04 18:26:17.892347000, delta=1180000 ns, racy<=12500 ns 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.893826000, lastModified=2023-04-04 18:26:17.892347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.892347000 to 2023-04-04 18:26:17.893347000 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.894127000, lastModified=2023-04-04 18:26:17.893347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.894127000, lastModified=2023-04-04 18:26:17.893347000, delta=780000 ns, racy<=12500 ns 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.894428000, lastModified=2023-04-04 18:26:17.893347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.894428000, lastModified=2023-04-04 18:26:17.893347000, delta=1081000 ns, racy<=12500 ns 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.894723000, lastModified=2023-04-04 18:26:17.893347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.894723000, lastModified=2023-04-04 18:26:17.893347000, delta=1376000 ns, racy<=12500 ns 18:26:17.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.895067000, lastModified=2023-04-04 18:26:17.894347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.895067000, lastModified=2023-04-04 18:26:17.894347000, delta=720000 ns, racy<=12500 ns 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.895390000, lastModified=2023-04-04 18:26:17.894347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.895390000, lastModified=2023-04-04 18:26:17.894347000, delta=1043000 ns, racy<=12500 ns 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.895698000, lastModified=2023-04-04 18:26:17.894347000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.895698000, lastModified=2023-04-04 18:26:17.894347000, delta=1351000 ns, racy<=12500 ns 18:26:17.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.896008000, lastModified=2023-04-04 18:26:17.895348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.896008000, lastModified=2023-04-04 18:26:17.895348000, delta=660000 ns, racy<=12500 ns 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.896326000, lastModified=2023-04-04 18:26:17.895348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.896326000, lastModified=2023-04-04 18:26:17.895348000, delta=978000 ns, racy<=12500 ns 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.896651000, lastModified=2023-04-04 18:26:17.895348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.896651000, lastModified=2023-04-04 18:26:17.895348000, delta=1303000 ns, racy<=12500 ns 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.896953000, lastModified=2023-04-04 18:26:17.896348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.896953000, lastModified=2023-04-04 18:26:17.896348000, delta=605000 ns, racy<=12500 ns 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.897256000, lastModified=2023-04-04 18:26:17.896348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.897256000, lastModified=2023-04-04 18:26:17.896348000, delta=908000 ns, racy<=12500 ns 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.897550000, lastModified=2023-04-04 18:26:17.896348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.897550000, lastModified=2023-04-04 18:26:17.896348000, delta=1202000 ns, racy<=12500 ns 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.897877000, lastModified=2023-04-04 18:26:17.896348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.896348000 to 2023-04-04 18:26:17.897348000 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.898178000, lastModified=2023-04-04 18:26:17.897348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.898178000, lastModified=2023-04-04 18:26:17.897348000, delta=830000 ns, racy<=12500 ns 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.898482000, lastModified=2023-04-04 18:26:17.897348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.898482000, lastModified=2023-04-04 18:26:17.897348000, delta=1134000 ns, racy<=12500 ns 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.898796000, lastModified=2023-04-04 18:26:17.897348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.897348000 to 2023-04-04 18:26:17.898348000 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.899100000, lastModified=2023-04-04 18:26:17.898348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.899100000, lastModified=2023-04-04 18:26:17.898348000, delta=752000 ns, racy<=12500 ns 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.899418000, lastModified=2023-04-04 18:26:17.898348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.899418000, lastModified=2023-04-04 18:26:17.898348000, delta=1070000 ns, racy<=12500 ns 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.899724000, lastModified=2023-04-04 18:26:17.898348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.899724000, lastModified=2023-04-04 18:26:17.898348000, delta=1376000 ns, racy<=12500 ns 18:26:17.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.900128000, lastModified=2023-04-04 18:26:17.899348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.900128000, lastModified=2023-04-04 18:26:17.899348000, delta=780000 ns, racy<=12500 ns 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.900464000, lastModified=2023-04-04 18:26:17.899348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.900464000, lastModified=2023-04-04 18:26:17.899348000, delta=1116000 ns, racy<=12500 ns 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.900779000, lastModified=2023-04-04 18:26:17.899348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.899348000 to 2023-04-04 18:26:17.900348000 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.901136000, lastModified=2023-04-04 18:26:17.900348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.901136000, lastModified=2023-04-04 18:26:17.900348000, delta=788000 ns, racy<=12500 ns 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.901461000, lastModified=2023-04-04 18:26:17.900348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.901461000, lastModified=2023-04-04 18:26:17.900348000, delta=1113000 ns, racy<=12500 ns 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.901776000, lastModified=2023-04-04 18:26:17.900348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.901776000, lastModified=2023-04-04 18:26:17.900348000, delta=1428000 ns, racy<=12500 ns 18:26:17.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.902100000, lastModified=2023-04-04 18:26:17.901348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.902100000, lastModified=2023-04-04 18:26:17.901348000, delta=752000 ns, racy<=12500 ns 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.902423000, lastModified=2023-04-04 18:26:17.901348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.902423000, lastModified=2023-04-04 18:26:17.901348000, delta=1075000 ns, racy<=12500 ns 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.902730000, lastModified=2023-04-04 18:26:17.901348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.902730000, lastModified=2023-04-04 18:26:17.901348000, delta=1382000 ns, racy<=12500 ns 18:26:17.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.903050000, lastModified=2023-04-04 18:26:17.902348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.903050000, lastModified=2023-04-04 18:26:17.902348000, delta=702000 ns, racy<=12500 ns 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.903366000, lastModified=2023-04-04 18:26:17.902348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.903366000, lastModified=2023-04-04 18:26:17.902348000, delta=1018000 ns, racy<=12500 ns 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.903680000, lastModified=2023-04-04 18:26:17.902348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.903680000, lastModified=2023-04-04 18:26:17.902348000, delta=1332000 ns, racy<=12500 ns 18:26:17.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.903991000, lastModified=2023-04-04 18:26:17.903348000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.903991000, lastModified=2023-04-04 18:26:17.903348000, delta=643000 ns, racy<=12500 ns 18:26:17.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.950053000, lastModified=2023-04-04 18:26:17.949349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.950053000, lastModified=2023-04-04 18:26:17.949349000, delta=704000 ns, racy<=12500 ns 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.950488000, lastModified=2023-04-04 18:26:17.949349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.950488000, lastModified=2023-04-04 18:26:17.949349000, delta=1139000 ns, racy<=12500 ns 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.950844000, lastModified=2023-04-04 18:26:17.949349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.949349000 to 2023-04-04 18:26:17.950349000 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.951178000, lastModified=2023-04-04 18:26:17.950349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.951178000, lastModified=2023-04-04 18:26:17.950349000, delta=829000 ns, racy<=12500 ns 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.951499000, lastModified=2023-04-04 18:26:17.950349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.951499000, lastModified=2023-04-04 18:26:17.950349000, delta=1150000 ns, racy<=12500 ns 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.951823000, lastModified=2023-04-04 18:26:17.950349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.950349000 to 2023-04-04 18:26:17.951349000 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.952138000, lastModified=2023-04-04 18:26:17.951349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.952138000, lastModified=2023-04-04 18:26:17.951349000, delta=789000 ns, racy<=12500 ns 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.952463000, lastModified=2023-04-04 18:26:17.951349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.952463000, lastModified=2023-04-04 18:26:17.951349000, delta=1114000 ns, racy<=12500 ns 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.952788000, lastModified=2023-04-04 18:26:17.951349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.951349000 to 2023-04-04 18:26:17.952349000 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.953090000, lastModified=2023-04-04 18:26:17.952349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.953090000, lastModified=2023-04-04 18:26:17.952349000, delta=741000 ns, racy<=12500 ns 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.953417000, lastModified=2023-04-04 18:26:17.952349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.953417000, lastModified=2023-04-04 18:26:17.952349000, delta=1068000 ns, racy<=12500 ns 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.953749000, lastModified=2023-04-04 18:26:17.952349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.953749000, lastModified=2023-04-04 18:26:17.952349000, delta=1400000 ns, racy<=12500 ns 18:26:17.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.954076000, lastModified=2023-04-04 18:26:17.953349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.954076000, lastModified=2023-04-04 18:26:17.953349000, delta=727000 ns, racy<=12500 ns 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.954401000, lastModified=2023-04-04 18:26:17.953349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.954401000, lastModified=2023-04-04 18:26:17.953349000, delta=1052000 ns, racy<=12500 ns 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.954720000, lastModified=2023-04-04 18:26:17.953349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.954720000, lastModified=2023-04-04 18:26:17.953349000, delta=1371000 ns, racy<=12500 ns 18:26:17.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.955049000, lastModified=2023-04-04 18:26:17.954349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.955049000, lastModified=2023-04-04 18:26:17.954349000, delta=700000 ns, racy<=12500 ns 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.955379000, lastModified=2023-04-04 18:26:17.954349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.955379000, lastModified=2023-04-04 18:26:17.954349000, delta=1030000 ns, racy<=12500 ns 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.955692000, lastModified=2023-04-04 18:26:17.954349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.955692000, lastModified=2023-04-04 18:26:17.954349000, delta=1343000 ns, racy<=12500 ns 18:26:17.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.956016000, lastModified=2023-04-04 18:26:17.955349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.956016000, lastModified=2023-04-04 18:26:17.955349000, delta=667000 ns, racy<=12500 ns 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.956337000, lastModified=2023-04-04 18:26:17.955349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.956337000, lastModified=2023-04-04 18:26:17.955349000, delta=988000 ns, racy<=12500 ns 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.956650000, lastModified=2023-04-04 18:26:17.955349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.956650000, lastModified=2023-04-04 18:26:17.955349000, delta=1301000 ns, racy<=12500 ns 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.959382000, lastModified=2023-04-04 18:26:17.958349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.959382000, lastModified=2023-04-04 18:26:17.958349000, delta=1033000 ns, racy<=12500 ns 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.959693000, lastModified=2023-04-04 18:26:17.958349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.959693000, lastModified=2023-04-04 18:26:17.958349000, delta=1344000 ns, racy<=12500 ns 18:26:17.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.960008000, lastModified=2023-04-04 18:26:17.959349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.960008000, lastModified=2023-04-04 18:26:17.959349000, delta=659000 ns, racy<=12500 ns 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.960336000, lastModified=2023-04-04 18:26:17.959349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.960336000, lastModified=2023-04-04 18:26:17.959349000, delta=987000 ns, racy<=12500 ns 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.960642000, lastModified=2023-04-04 18:26:17.959349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.960642000, lastModified=2023-04-04 18:26:17.959349000, delta=1293000 ns, racy<=12500 ns 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.960957000, lastModified=2023-04-04 18:26:17.960349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.960957000, lastModified=2023-04-04 18:26:17.960349000, delta=608000 ns, racy<=12500 ns 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.961272000, lastModified=2023-04-04 18:26:17.960349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.961272000, lastModified=2023-04-04 18:26:17.960349000, delta=923000 ns, racy<=12500 ns 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.961572000, lastModified=2023-04-04 18:26:17.960349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.961572000, lastModified=2023-04-04 18:26:17.960349000, delta=1223000 ns, racy<=12500 ns 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.961885000, lastModified=2023-04-04 18:26:17.960349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.960349000 to 2023-04-04 18:26:17.961349000 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.962190000, lastModified=2023-04-04 18:26:17.961349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.962190000, lastModified=2023-04-04 18:26:17.961349000, delta=841000 ns, racy<=12500 ns 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.962500000, lastModified=2023-04-04 18:26:17.961349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.962500000, lastModified=2023-04-04 18:26:17.961349000, delta=1151000 ns, racy<=12500 ns 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.962810000, lastModified=2023-04-04 18:26:17.961349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.961349000 to 2023-04-04 18:26:17.962349000 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.963102000, lastModified=2023-04-04 18:26:17.962349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.963102000, lastModified=2023-04-04 18:26:17.962349000, delta=753000 ns, racy<=12500 ns 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.963418000, lastModified=2023-04-04 18:26:17.962349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.963418000, lastModified=2023-04-04 18:26:17.962349000, delta=1069000 ns, racy<=12500 ns 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.963715000, lastModified=2023-04-04 18:26:17.962349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.963715000, lastModified=2023-04-04 18:26:17.962349000, delta=1366000 ns, racy<=12500 ns 18:26:17.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.964025000, lastModified=2023-04-04 18:26:17.963349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.964025000, lastModified=2023-04-04 18:26:17.963349000, delta=676000 ns, racy<=12500 ns 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.964339000, lastModified=2023-04-04 18:26:17.963349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.964339000, lastModified=2023-04-04 18:26:17.963349000, delta=990000 ns, racy<=12500 ns 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.964645000, lastModified=2023-04-04 18:26:17.963349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.964645000, lastModified=2023-04-04 18:26:17.963349000, delta=1296000 ns, racy<=12500 ns 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.964954000, lastModified=2023-04-04 18:26:17.964349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.964954000, lastModified=2023-04-04 18:26:17.964349000, delta=605000 ns, racy<=12500 ns 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.965269000, lastModified=2023-04-04 18:26:17.964349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.965269000, lastModified=2023-04-04 18:26:17.964349000, delta=920000 ns, racy<=12500 ns 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.965590000, lastModified=2023-04-04 18:26:17.964349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.965590000, lastModified=2023-04-04 18:26:17.964349000, delta=1241000 ns, racy<=12500 ns 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.965906000, lastModified=2023-04-04 18:26:17.964349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.964349000 to 2023-04-04 18:26:17.965349000 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.966208000, lastModified=2023-04-04 18:26:17.965349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.966208000, lastModified=2023-04-04 18:26:17.965349000, delta=859000 ns, racy<=12500 ns 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.966509000, lastModified=2023-04-04 18:26:17.965349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.966509000, lastModified=2023-04-04 18:26:17.965349000, delta=1160000 ns, racy<=12500 ns 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.966808000, lastModified=2023-04-04 18:26:17.965349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.965349000 to 2023-04-04 18:26:17.966349000 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.967104000, lastModified=2023-04-04 18:26:17.966349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.967104000, lastModified=2023-04-04 18:26:17.966349000, delta=755000 ns, racy<=12500 ns 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.967413000, lastModified=2023-04-04 18:26:17.966349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.967413000, lastModified=2023-04-04 18:26:17.966349000, delta=1064000 ns, racy<=12500 ns 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.967727000, lastModified=2023-04-04 18:26:17.966349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.967727000, lastModified=2023-04-04 18:26:17.966349000, delta=1378000 ns, racy<=12500 ns 18:26:17.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.968037000, lastModified=2023-04-04 18:26:17.967349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.968037000, lastModified=2023-04-04 18:26:17.967349000, delta=688000 ns, racy<=12500 ns 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.968347000, lastModified=2023-04-04 18:26:17.967349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.968347000, lastModified=2023-04-04 18:26:17.967349000, delta=998000 ns, racy<=12500 ns 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.968649000, lastModified=2023-04-04 18:26:17.967349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.968649000, lastModified=2023-04-04 18:26:17.967349000, delta=1300000 ns, racy<=12500 ns 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.968959000, lastModified=2023-04-04 18:26:17.968349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.968959000, lastModified=2023-04-04 18:26:17.968349000, delta=610000 ns, racy<=12500 ns 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.969277000, lastModified=2023-04-04 18:26:17.968349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.969277000, lastModified=2023-04-04 18:26:17.968349000, delta=928000 ns, racy<=12500 ns 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.969578000, lastModified=2023-04-04 18:26:17.968349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.969578000, lastModified=2023-04-04 18:26:17.968349000, delta=1229000 ns, racy<=12500 ns 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.969890000, lastModified=2023-04-04 18:26:17.968349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.968349000 to 2023-04-04 18:26:17.969349000 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.970189000, lastModified=2023-04-04 18:26:17.969349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.970189000, lastModified=2023-04-04 18:26:17.969349000, delta=840000 ns, racy<=12500 ns 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.970491000, lastModified=2023-04-04 18:26:17.969349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.970491000, lastModified=2023-04-04 18:26:17.969349000, delta=1142000 ns, racy<=12500 ns 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.970788000, lastModified=2023-04-04 18:26:17.969349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.969349000 to 2023-04-04 18:26:17.970349000 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.971080000, lastModified=2023-04-04 18:26:17.970349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.971080000, lastModified=2023-04-04 18:26:17.970349000, delta=731000 ns, racy<=12500 ns 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.971392000, lastModified=2023-04-04 18:26:17.970349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.971392000, lastModified=2023-04-04 18:26:17.970349000, delta=1043000 ns, racy<=12500 ns 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.971691000, lastModified=2023-04-04 18:26:17.970349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.971691000, lastModified=2023-04-04 18:26:17.970349000, delta=1342000 ns, racy<=12500 ns 18:26:17.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.972018000, lastModified=2023-04-04 18:26:17.971349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.972018000, lastModified=2023-04-04 18:26:17.971349000, delta=669000 ns, racy<=12500 ns 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.972333000, lastModified=2023-04-04 18:26:17.971349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.972333000, lastModified=2023-04-04 18:26:17.971349000, delta=984000 ns, racy<=12500 ns 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.972633000, lastModified=2023-04-04 18:26:17.971349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.972633000, lastModified=2023-04-04 18:26:17.971349000, delta=1284000 ns, racy<=12500 ns 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.972944000, lastModified=2023-04-04 18:26:17.972349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.972944000, lastModified=2023-04-04 18:26:17.972349000, delta=595000 ns, racy<=12500 ns 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.973265000, lastModified=2023-04-04 18:26:17.972349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.973265000, lastModified=2023-04-04 18:26:17.972349000, delta=916000 ns, racy<=12500 ns 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.973585000, lastModified=2023-04-04 18:26:17.972349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.973585000, lastModified=2023-04-04 18:26:17.972349000, delta=1236000 ns, racy<=12500 ns 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.973939000, lastModified=2023-04-04 18:26:17.972349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.972349000 to 2023-04-04 18:26:17.973349000 18:26:17.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.974475000, lastModified=2023-04-04 18:26:17.973349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:17.974475000, lastModified=2023-04-04 18:26:17.973349000, delta=1126000 ns, racy<=12500 ns 18:26:17.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:17.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.974844000, lastModified=2023-04-04 18:26:17.973349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:17.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.973349000 to 2023-04-04 18:26:17.974349000 18:26:17.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:17.975181000, lastModified=2023-04-04 18:26:17.974349000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:17.974349000 to 2023-04-04 18:26:18.052351000 18:26:18.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.053408000, lastModified=2023-04-04 18:26:18.052351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.053408000, lastModified=2023-04-04 18:26:18.052351000, delta=1057000 ns, racy<=12500 ns 18:26:18.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.053780000, lastModified=2023-04-04 18:26:18.052351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.052351000 to 2023-04-04 18:26:18.053351000 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.054114000, lastModified=2023-04-04 18:26:18.053351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.054114000, lastModified=2023-04-04 18:26:18.053351000, delta=763000 ns, racy<=12500 ns 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.054469000, lastModified=2023-04-04 18:26:18.053351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.054469000, lastModified=2023-04-04 18:26:18.053351000, delta=1118000 ns, racy<=12500 ns 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.054796000, lastModified=2023-04-04 18:26:18.053351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.053351000 to 2023-04-04 18:26:18.054351000 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.055143000, lastModified=2023-04-04 18:26:18.054351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.055143000, lastModified=2023-04-04 18:26:18.054351000, delta=792000 ns, racy<=12500 ns 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.055494000, lastModified=2023-04-04 18:26:18.054351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.055494000, lastModified=2023-04-04 18:26:18.054351000, delta=1143000 ns, racy<=12500 ns 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.055829000, lastModified=2023-04-04 18:26:18.054351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.054351000 to 2023-04-04 18:26:18.055351000 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.056152000, lastModified=2023-04-04 18:26:18.055351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.056152000, lastModified=2023-04-04 18:26:18.055351000, delta=801000 ns, racy<=12500 ns 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.056468000, lastModified=2023-04-04 18:26:18.055351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.056468000, lastModified=2023-04-04 18:26:18.055351000, delta=1117000 ns, racy<=12500 ns 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.056780000, lastModified=2023-04-04 18:26:18.055351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.055351000 to 2023-04-04 18:26:18.056351000 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.057077000, lastModified=2023-04-04 18:26:18.056351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.057077000, lastModified=2023-04-04 18:26:18.056351000, delta=726000 ns, racy<=12500 ns 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.057400000, lastModified=2023-04-04 18:26:18.056351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.057400000, lastModified=2023-04-04 18:26:18.056351000, delta=1049000 ns, racy<=12500 ns 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.057698000, lastModified=2023-04-04 18:26:18.056351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.057698000, lastModified=2023-04-04 18:26:18.056351000, delta=1347000 ns, racy<=12500 ns 18:26:18.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.058013000, lastModified=2023-04-04 18:26:18.057351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.058013000, lastModified=2023-04-04 18:26:18.057351000, delta=662000 ns, racy<=12500 ns 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.058338000, lastModified=2023-04-04 18:26:18.057351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.058338000, lastModified=2023-04-04 18:26:18.057351000, delta=987000 ns, racy<=12500 ns 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.058642000, lastModified=2023-04-04 18:26:18.057351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.058642000, lastModified=2023-04-04 18:26:18.057351000, delta=1291000 ns, racy<=12500 ns 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.058958000, lastModified=2023-04-04 18:26:18.058351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.058958000, lastModified=2023-04-04 18:26:18.058351000, delta=607000 ns, racy<=12500 ns 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.059294000, lastModified=2023-04-04 18:26:18.058351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.059294000, lastModified=2023-04-04 18:26:18.058351000, delta=943000 ns, racy<=12500 ns 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.059608000, lastModified=2023-04-04 18:26:18.058351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.059608000, lastModified=2023-04-04 18:26:18.058351000, delta=1257000 ns, racy<=12500 ns 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.059970000, lastModified=2023-04-04 18:26:18.059351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.059970000, lastModified=2023-04-04 18:26:18.059351000, delta=619000 ns, racy<=12500 ns 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.060326000, lastModified=2023-04-04 18:26:18.059351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.060326000, lastModified=2023-04-04 18:26:18.059351000, delta=975000 ns, racy<=12500 ns 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.060650000, lastModified=2023-04-04 18:26:18.059351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.060650000, lastModified=2023-04-04 18:26:18.059351000, delta=1299000 ns, racy<=12500 ns 18:26:18.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.060990000, lastModified=2023-04-04 18:26:18.060351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.060990000, lastModified=2023-04-04 18:26:18.060351000, delta=639000 ns, racy<=12500 ns 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.061313000, lastModified=2023-04-04 18:26:18.060351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.061313000, lastModified=2023-04-04 18:26:18.060351000, delta=962000 ns, racy<=12500 ns 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.061618000, lastModified=2023-04-04 18:26:18.060351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.061618000, lastModified=2023-04-04 18:26:18.060351000, delta=1267000 ns, racy<=12500 ns 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.061928000, lastModified=2023-04-04 18:26:18.060351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.060351000 to 2023-04-04 18:26:18.061351000 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.062231000, lastModified=2023-04-04 18:26:18.061351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.062231000, lastModified=2023-04-04 18:26:18.061351000, delta=880000 ns, racy<=12500 ns 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.062532000, lastModified=2023-04-04 18:26:18.061351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.062532000, lastModified=2023-04-04 18:26:18.061351000, delta=1181000 ns, racy<=12500 ns 18:26:18.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.066862000, lastModified=2023-04-04 18:26:18.061351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.061351000 to 2023-04-04 18:26:18.066351000 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.067246000, lastModified=2023-04-04 18:26:18.066351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.067246000, lastModified=2023-04-04 18:26:18.066351000, delta=895000 ns, racy<=12500 ns 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.067561000, lastModified=2023-04-04 18:26:18.066351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.067561000, lastModified=2023-04-04 18:26:18.066351000, delta=1210000 ns, racy<=12500 ns 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.067863000, lastModified=2023-04-04 18:26:18.066351000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.066351000 to 2023-04-04 18:26:18.067352000 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.068168000, lastModified=2023-04-04 18:26:18.067352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.068168000, lastModified=2023-04-04 18:26:18.067352000, delta=816000 ns, racy<=12500 ns 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.068489000, lastModified=2023-04-04 18:26:18.067352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.068489000, lastModified=2023-04-04 18:26:18.067352000, delta=1137000 ns, racy<=12500 ns 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.068792000, lastModified=2023-04-04 18:26:18.067352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.067352000 to 2023-04-04 18:26:18.068352000 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.069169000, lastModified=2023-04-04 18:26:18.068352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.069169000, lastModified=2023-04-04 18:26:18.068352000, delta=817000 ns, racy<=12500 ns 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.069501000, lastModified=2023-04-04 18:26:18.068352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.069501000, lastModified=2023-04-04 18:26:18.068352000, delta=1149000 ns, racy<=12500 ns 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.069808000, lastModified=2023-04-04 18:26:18.068352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.068352000 to 2023-04-04 18:26:18.069352000 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.070128000, lastModified=2023-04-04 18:26:18.069352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.070128000, lastModified=2023-04-04 18:26:18.069352000, delta=776000 ns, racy<=12500 ns 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.070450000, lastModified=2023-04-04 18:26:18.069352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.070450000, lastModified=2023-04-04 18:26:18.069352000, delta=1098000 ns, racy<=12500 ns 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.070753000, lastModified=2023-04-04 18:26:18.069352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.070753000, lastModified=2023-04-04 18:26:18.069352000, delta=1401000 ns, racy<=12500 ns 18:26:18.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.071073000, lastModified=2023-04-04 18:26:18.070352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.071073000, lastModified=2023-04-04 18:26:18.070352000, delta=721000 ns, racy<=12500 ns 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.071391000, lastModified=2023-04-04 18:26:18.070352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.071391000, lastModified=2023-04-04 18:26:18.070352000, delta=1039000 ns, racy<=12500 ns 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.071702000, lastModified=2023-04-04 18:26:18.070352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.071702000, lastModified=2023-04-04 18:26:18.070352000, delta=1350000 ns, racy<=12500 ns 18:26:18.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.072014000, lastModified=2023-04-04 18:26:18.071352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.072014000, lastModified=2023-04-04 18:26:18.071352000, delta=662000 ns, racy<=12500 ns 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.072331000, lastModified=2023-04-04 18:26:18.071352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.072331000, lastModified=2023-04-04 18:26:18.071352000, delta=979000 ns, racy<=12500 ns 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.072623000, lastModified=2023-04-04 18:26:18.071352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.072623000, lastModified=2023-04-04 18:26:18.071352000, delta=1271000 ns, racy<=12500 ns 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.072935000, lastModified=2023-04-04 18:26:18.071352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.071352000 to 2023-04-04 18:26:18.072352000 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.073241000, lastModified=2023-04-04 18:26:18.072352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.073241000, lastModified=2023-04-04 18:26:18.072352000, delta=889000 ns, racy<=12500 ns 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.073545000, lastModified=2023-04-04 18:26:18.072352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.073545000, lastModified=2023-04-04 18:26:18.072352000, delta=1193000 ns, racy<=12500 ns 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.073850000, lastModified=2023-04-04 18:26:18.072352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.072352000 to 2023-04-04 18:26:18.073352000 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.074156000, lastModified=2023-04-04 18:26:18.073352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.074156000, lastModified=2023-04-04 18:26:18.073352000, delta=804000 ns, racy<=12500 ns 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.074456000, lastModified=2023-04-04 18:26:18.073352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.074456000, lastModified=2023-04-04 18:26:18.073352000, delta=1104000 ns, racy<=12500 ns 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.074758000, lastModified=2023-04-04 18:26:18.073352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.074758000, lastModified=2023-04-04 18:26:18.073352000, delta=1406000 ns, racy<=12500 ns 18:26:18.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.075076000, lastModified=2023-04-04 18:26:18.074352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.075076000, lastModified=2023-04-04 18:26:18.074352000, delta=724000 ns, racy<=12500 ns 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.075390000, lastModified=2023-04-04 18:26:18.074352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.075390000, lastModified=2023-04-04 18:26:18.074352000, delta=1038000 ns, racy<=12500 ns 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.075691000, lastModified=2023-04-04 18:26:18.074352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.075691000, lastModified=2023-04-04 18:26:18.074352000, delta=1339000 ns, racy<=12500 ns 18:26:18.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.076012000, lastModified=2023-04-04 18:26:18.075352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.076012000, lastModified=2023-04-04 18:26:18.075352000, delta=660000 ns, racy<=12500 ns 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.076321000, lastModified=2023-04-04 18:26:18.075352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.076321000, lastModified=2023-04-04 18:26:18.075352000, delta=969000 ns, racy<=12500 ns 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.076636000, lastModified=2023-04-04 18:26:18.075352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.076636000, lastModified=2023-04-04 18:26:18.075352000, delta=1284000 ns, racy<=12500 ns 18:26:18.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.077103000, lastModified=2023-04-04 18:26:18.076352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.077103000, lastModified=2023-04-04 18:26:18.076352000, delta=751000 ns, racy<=12500 ns 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.077472000, lastModified=2023-04-04 18:26:18.076352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.077472000, lastModified=2023-04-04 18:26:18.076352000, delta=1120000 ns, racy<=12500 ns 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.077809000, lastModified=2023-04-04 18:26:18.076352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.076352000 to 2023-04-04 18:26:18.077352000 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.078167000, lastModified=2023-04-04 18:26:18.077352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.078167000, lastModified=2023-04-04 18:26:18.077352000, delta=815000 ns, racy<=12500 ns 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.078466000, lastModified=2023-04-04 18:26:18.077352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.078466000, lastModified=2023-04-04 18:26:18.077352000, delta=1114000 ns, racy<=12500 ns 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.078768000, lastModified=2023-04-04 18:26:18.077352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.078768000, lastModified=2023-04-04 18:26:18.077352000, delta=1416000 ns, racy<=12500 ns 18:26:18.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.079082000, lastModified=2023-04-04 18:26:18.078352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.079082000, lastModified=2023-04-04 18:26:18.078352000, delta=730000 ns, racy<=12500 ns 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.079400000, lastModified=2023-04-04 18:26:18.078352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.079400000, lastModified=2023-04-04 18:26:18.078352000, delta=1048000 ns, racy<=12500 ns 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.079692000, lastModified=2023-04-04 18:26:18.078352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.079692000, lastModified=2023-04-04 18:26:18.078352000, delta=1340000 ns, racy<=12500 ns 18:26:18.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.080028000, lastModified=2023-04-04 18:26:18.079352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.080028000, lastModified=2023-04-04 18:26:18.079352000, delta=676000 ns, racy<=12500 ns 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.080346000, lastModified=2023-04-04 18:26:18.079352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.080346000, lastModified=2023-04-04 18:26:18.079352000, delta=994000 ns, racy<=12500 ns 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.080656000, lastModified=2023-04-04 18:26:18.079352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.080656000, lastModified=2023-04-04 18:26:18.079352000, delta=1304000 ns, racy<=12500 ns 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.080964000, lastModified=2023-04-04 18:26:18.080352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.080964000, lastModified=2023-04-04 18:26:18.080352000, delta=612000 ns, racy<=12500 ns 18:26:18.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.081282000, lastModified=2023-04-04 18:26:18.080352000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.081282000, lastModified=2023-04-04 18:26:18.080352000, delta=930000 ns, racy<=12500 ns 18:26:18.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.149930000, lastModified=2023-04-04 18:26:18.148353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.148353000 to 2023-04-04 18:26:18.149353000 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.150458000, lastModified=2023-04-04 18:26:18.149353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.150458000, lastModified=2023-04-04 18:26:18.149353000, delta=1105000 ns, racy<=12500 ns 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.150810000, lastModified=2023-04-04 18:26:18.149353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.149353000 to 2023-04-04 18:26:18.150353000 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.151114000, lastModified=2023-04-04 18:26:18.150353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.151114000, lastModified=2023-04-04 18:26:18.150353000, delta=761000 ns, racy<=12500 ns 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.151439000, lastModified=2023-04-04 18:26:18.150353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.151439000, lastModified=2023-04-04 18:26:18.150353000, delta=1086000 ns, racy<=12500 ns 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.151747000, lastModified=2023-04-04 18:26:18.150353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.151747000, lastModified=2023-04-04 18:26:18.150353000, delta=1394000 ns, racy<=12500 ns 18:26:18.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.152061000, lastModified=2023-04-04 18:26:18.151353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.152061000, lastModified=2023-04-04 18:26:18.151353000, delta=708000 ns, racy<=12500 ns 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.152384000, lastModified=2023-04-04 18:26:18.151353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.152384000, lastModified=2023-04-04 18:26:18.151353000, delta=1031000 ns, racy<=12500 ns 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.152688000, lastModified=2023-04-04 18:26:18.151353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.152688000, lastModified=2023-04-04 18:26:18.151353000, delta=1335000 ns, racy<=12500 ns 18:26:18.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.153016000, lastModified=2023-04-04 18:26:18.152353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.153016000, lastModified=2023-04-04 18:26:18.152353000, delta=663000 ns, racy<=12500 ns 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.153337000, lastModified=2023-04-04 18:26:18.152353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.153337000, lastModified=2023-04-04 18:26:18.152353000, delta=984000 ns, racy<=12500 ns 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.153648000, lastModified=2023-04-04 18:26:18.152353000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.153648000, lastModified=2023-04-04 18:26:18.152353000, delta=1295000 ns, racy<=12500 ns 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.153960000, lastModified=2023-04-04 18:26:18.153354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.153960000, lastModified=2023-04-04 18:26:18.153354000, delta=606000 ns, racy<=12500 ns 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.154283000, lastModified=2023-04-04 18:26:18.153354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.154283000, lastModified=2023-04-04 18:26:18.153354000, delta=929000 ns, racy<=12500 ns 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.154588000, lastModified=2023-04-04 18:26:18.153354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.154588000, lastModified=2023-04-04 18:26:18.153354000, delta=1234000 ns, racy<=12500 ns 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.154898000, lastModified=2023-04-04 18:26:18.153354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.153354000 to 2023-04-04 18:26:18.154354000 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.155217000, lastModified=2023-04-04 18:26:18.154354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.155217000, lastModified=2023-04-04 18:26:18.154354000, delta=863000 ns, racy<=12500 ns 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.155533000, lastModified=2023-04-04 18:26:18.154354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.155533000, lastModified=2023-04-04 18:26:18.154354000, delta=1179000 ns, racy<=12500 ns 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.155851000, lastModified=2023-04-04 18:26:18.154354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.154354000 to 2023-04-04 18:26:18.155354000 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.156161000, lastModified=2023-04-04 18:26:18.155354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.156161000, lastModified=2023-04-04 18:26:18.155354000, delta=807000 ns, racy<=12500 ns 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.156478000, lastModified=2023-04-04 18:26:18.155354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.156478000, lastModified=2023-04-04 18:26:18.155354000, delta=1124000 ns, racy<=12500 ns 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.156790000, lastModified=2023-04-04 18:26:18.155354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.155354000 to 2023-04-04 18:26:18.156354000 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.157089000, lastModified=2023-04-04 18:26:18.156354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.157089000, lastModified=2023-04-04 18:26:18.156354000, delta=735000 ns, racy<=12500 ns 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.157408000, lastModified=2023-04-04 18:26:18.156354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.157408000, lastModified=2023-04-04 18:26:18.156354000, delta=1054000 ns, racy<=12500 ns 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.157711000, lastModified=2023-04-04 18:26:18.156354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.157711000, lastModified=2023-04-04 18:26:18.156354000, delta=1357000 ns, racy<=12500 ns 18:26:18.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.158022000, lastModified=2023-04-04 18:26:18.157354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.158022000, lastModified=2023-04-04 18:26:18.157354000, delta=668000 ns, racy<=12500 ns 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.158341000, lastModified=2023-04-04 18:26:18.157354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.158341000, lastModified=2023-04-04 18:26:18.157354000, delta=987000 ns, racy<=12500 ns 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.158670000, lastModified=2023-04-04 18:26:18.157354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.158670000, lastModified=2023-04-04 18:26:18.157354000, delta=1316000 ns, racy<=12500 ns 18:26:18.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.158996000, lastModified=2023-04-04 18:26:18.158354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.158996000, lastModified=2023-04-04 18:26:18.158354000, delta=642000 ns, racy<=12500 ns 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.159313000, lastModified=2023-04-04 18:26:18.158354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.159313000, lastModified=2023-04-04 18:26:18.158354000, delta=959000 ns, racy<=12500 ns 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.159620000, lastModified=2023-04-04 18:26:18.158354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.159620000, lastModified=2023-04-04 18:26:18.158354000, delta=1266000 ns, racy<=12500 ns 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.159931000, lastModified=2023-04-04 18:26:18.158354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.158354000 to 2023-04-04 18:26:18.159354000 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.160236000, lastModified=2023-04-04 18:26:18.159354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.160236000, lastModified=2023-04-04 18:26:18.159354000, delta=882000 ns, racy<=12500 ns 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.160538000, lastModified=2023-04-04 18:26:18.159354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.160538000, lastModified=2023-04-04 18:26:18.159354000, delta=1184000 ns, racy<=12500 ns 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.160837000, lastModified=2023-04-04 18:26:18.159354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.159354000 to 2023-04-04 18:26:18.160354000 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.169366000, lastModified=2023-04-04 18:26:18.168354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.169366000, lastModified=2023-04-04 18:26:18.168354000, delta=1012000 ns, racy<=12500 ns 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.169704000, lastModified=2023-04-04 18:26:18.168354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.169704000, lastModified=2023-04-04 18:26:18.168354000, delta=1350000 ns, racy<=12500 ns 18:26:18.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.170024000, lastModified=2023-04-04 18:26:18.169354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.170024000, lastModified=2023-04-04 18:26:18.169354000, delta=670000 ns, racy<=12500 ns 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.170344000, lastModified=2023-04-04 18:26:18.169354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.170344000, lastModified=2023-04-04 18:26:18.169354000, delta=990000 ns, racy<=12500 ns 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.170650000, lastModified=2023-04-04 18:26:18.169354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.170650000, lastModified=2023-04-04 18:26:18.169354000, delta=1296000 ns, racy<=12500 ns 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.170974000, lastModified=2023-04-04 18:26:18.170354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.170974000, lastModified=2023-04-04 18:26:18.170354000, delta=620000 ns, racy<=12500 ns 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.171295000, lastModified=2023-04-04 18:26:18.170354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.171295000, lastModified=2023-04-04 18:26:18.170354000, delta=941000 ns, racy<=12500 ns 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.171600000, lastModified=2023-04-04 18:26:18.170354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.171600000, lastModified=2023-04-04 18:26:18.170354000, delta=1246000 ns, racy<=12500 ns 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.171923000, lastModified=2023-04-04 18:26:18.170354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.170354000 to 2023-04-04 18:26:18.171354000 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.172220000, lastModified=2023-04-04 18:26:18.171354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.172220000, lastModified=2023-04-04 18:26:18.171354000, delta=866000 ns, racy<=12500 ns 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.172530000, lastModified=2023-04-04 18:26:18.171354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.172530000, lastModified=2023-04-04 18:26:18.171354000, delta=1176000 ns, racy<=12500 ns 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.172832000, lastModified=2023-04-04 18:26:18.171354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.171354000 to 2023-04-04 18:26:18.172354000 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.173159000, lastModified=2023-04-04 18:26:18.172354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.173159000, lastModified=2023-04-04 18:26:18.172354000, delta=805000 ns, racy<=12500 ns 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.173461000, lastModified=2023-04-04 18:26:18.172354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.173461000, lastModified=2023-04-04 18:26:18.172354000, delta=1107000 ns, racy<=12500 ns 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.173759000, lastModified=2023-04-04 18:26:18.172354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.173759000, lastModified=2023-04-04 18:26:18.172354000, delta=1405000 ns, racy<=12500 ns 18:26:18.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.174070000, lastModified=2023-04-04 18:26:18.173354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.174070000, lastModified=2023-04-04 18:26:18.173354000, delta=716000 ns, racy<=12500 ns 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.174379000, lastModified=2023-04-04 18:26:18.173354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.174379000, lastModified=2023-04-04 18:26:18.173354000, delta=1025000 ns, racy<=12500 ns 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.174676000, lastModified=2023-04-04 18:26:18.173354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.174676000, lastModified=2023-04-04 18:26:18.173354000, delta=1322000 ns, racy<=12500 ns 18:26:18.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.175152000, lastModified=2023-04-04 18:26:18.174354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.175152000, lastModified=2023-04-04 18:26:18.174354000, delta=798000 ns, racy<=12500 ns 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.175581000, lastModified=2023-04-04 18:26:18.174354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.175581000, lastModified=2023-04-04 18:26:18.174354000, delta=1227000 ns, racy<=12500 ns 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.175904000, lastModified=2023-04-04 18:26:18.174354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.174354000 to 2023-04-04 18:26:18.175354000 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.176200000, lastModified=2023-04-04 18:26:18.175354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.176200000, lastModified=2023-04-04 18:26:18.175354000, delta=846000 ns, racy<=12500 ns 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.176491000, lastModified=2023-04-04 18:26:18.175354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.176491000, lastModified=2023-04-04 18:26:18.175354000, delta=1137000 ns, racy<=12500 ns 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.176811000, lastModified=2023-04-04 18:26:18.175354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.175354000 to 2023-04-04 18:26:18.176354000 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.177107000, lastModified=2023-04-04 18:26:18.176354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.177107000, lastModified=2023-04-04 18:26:18.176354000, delta=753000 ns, racy<=12500 ns 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.177414000, lastModified=2023-04-04 18:26:18.176354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.177414000, lastModified=2023-04-04 18:26:18.176354000, delta=1060000 ns, racy<=12500 ns 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.177704000, lastModified=2023-04-04 18:26:18.176354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.177704000, lastModified=2023-04-04 18:26:18.176354000, delta=1350000 ns, racy<=12500 ns 18:26:18.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.178014000, lastModified=2023-04-04 18:26:18.177354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.178014000, lastModified=2023-04-04 18:26:18.177354000, delta=660000 ns, racy<=12500 ns 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.178325000, lastModified=2023-04-04 18:26:18.177354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.178325000, lastModified=2023-04-04 18:26:18.177354000, delta=971000 ns, racy<=12500 ns 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.178618000, lastModified=2023-04-04 18:26:18.177354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.178618000, lastModified=2023-04-04 18:26:18.177354000, delta=1264000 ns, racy<=12500 ns 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.178921000, lastModified=2023-04-04 18:26:18.177354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.177354000 to 2023-04-04 18:26:18.178354000 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.179215000, lastModified=2023-04-04 18:26:18.178354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.179215000, lastModified=2023-04-04 18:26:18.178354000, delta=861000 ns, racy<=12500 ns 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.179502000, lastModified=2023-04-04 18:26:18.178354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.179502000, lastModified=2023-04-04 18:26:18.178354000, delta=1148000 ns, racy<=12500 ns 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.179785000, lastModified=2023-04-04 18:26:18.178354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.178354000 to 2023-04-04 18:26:18.179354000 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.180070000, lastModified=2023-04-04 18:26:18.179354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.180070000, lastModified=2023-04-04 18:26:18.179354000, delta=716000 ns, racy<=12500 ns 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.180368000, lastModified=2023-04-04 18:26:18.179354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.180368000, lastModified=2023-04-04 18:26:18.179354000, delta=1014000 ns, racy<=12500 ns 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.180656000, lastModified=2023-04-04 18:26:18.179354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.180656000, lastModified=2023-04-04 18:26:18.179354000, delta=1302000 ns, racy<=12500 ns 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.180949000, lastModified=2023-04-04 18:26:18.180354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.180949000, lastModified=2023-04-04 18:26:18.180354000, delta=595000 ns, racy<=12500 ns 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.181250000, lastModified=2023-04-04 18:26:18.180354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.181250000, lastModified=2023-04-04 18:26:18.180354000, delta=896000 ns, racy<=12500 ns 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.181543000, lastModified=2023-04-04 18:26:18.180354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.181543000, lastModified=2023-04-04 18:26:18.180354000, delta=1189000 ns, racy<=12500 ns 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.181830000, lastModified=2023-04-04 18:26:18.180354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.180354000 to 2023-04-04 18:26:18.181354000 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.182113000, lastModified=2023-04-04 18:26:18.181354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.182113000, lastModified=2023-04-04 18:26:18.181354000, delta=759000 ns, racy<=12500 ns 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.182446000, lastModified=2023-04-04 18:26:18.181354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.182446000, lastModified=2023-04-04 18:26:18.181354000, delta=1092000 ns, racy<=12500 ns 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.182747000, lastModified=2023-04-04 18:26:18.181354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.182747000, lastModified=2023-04-04 18:26:18.181354000, delta=1393000 ns, racy<=12500 ns 18:26:18.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.183059000, lastModified=2023-04-04 18:26:18.182354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.183059000, lastModified=2023-04-04 18:26:18.182354000, delta=705000 ns, racy<=12500 ns 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.183365000, lastModified=2023-04-04 18:26:18.182354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.183365000, lastModified=2023-04-04 18:26:18.182354000, delta=1011000 ns, racy<=12500 ns 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.183662000, lastModified=2023-04-04 18:26:18.182354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.183662000, lastModified=2023-04-04 18:26:18.182354000, delta=1308000 ns, racy<=12500 ns 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.183962000, lastModified=2023-04-04 18:26:18.183354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.183962000, lastModified=2023-04-04 18:26:18.183354000, delta=608000 ns, racy<=12500 ns 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.184273000, lastModified=2023-04-04 18:26:18.183354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.184273000, lastModified=2023-04-04 18:26:18.183354000, delta=919000 ns, racy<=12500 ns 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.184562000, lastModified=2023-04-04 18:26:18.183354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.184562000, lastModified=2023-04-04 18:26:18.183354000, delta=1208000 ns, racy<=12500 ns 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.184850000, lastModified=2023-04-04 18:26:18.183354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.183354000 to 2023-04-04 18:26:18.184354000 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.185142000, lastModified=2023-04-04 18:26:18.184354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.185142000, lastModified=2023-04-04 18:26:18.184354000, delta=788000 ns, racy<=12500 ns 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.185436000, lastModified=2023-04-04 18:26:18.184354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.185436000, lastModified=2023-04-04 18:26:18.184354000, delta=1082000 ns, racy<=12500 ns 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.185729000, lastModified=2023-04-04 18:26:18.184354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.185729000, lastModified=2023-04-04 18:26:18.184354000, delta=1375000 ns, racy<=12500 ns 18:26:18.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.186032000, lastModified=2023-04-04 18:26:18.185354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.186032000, lastModified=2023-04-04 18:26:18.185354000, delta=678000 ns, racy<=12500 ns 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.186343000, lastModified=2023-04-04 18:26:18.185354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.186343000, lastModified=2023-04-04 18:26:18.185354000, delta=989000 ns, racy<=12500 ns 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.186635000, lastModified=2023-04-04 18:26:18.185354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.186635000, lastModified=2023-04-04 18:26:18.185354000, delta=1281000 ns, racy<=12500 ns 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.186936000, lastModified=2023-04-04 18:26:18.185354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.185354000 to 2023-04-04 18:26:18.186354000 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.187235000, lastModified=2023-04-04 18:26:18.186354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.187235000, lastModified=2023-04-04 18:26:18.186354000, delta=881000 ns, racy<=12500 ns 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.187537000, lastModified=2023-04-04 18:26:18.186354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.187537000, lastModified=2023-04-04 18:26:18.186354000, delta=1183000 ns, racy<=12500 ns 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.187829000, lastModified=2023-04-04 18:26:18.186354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.186354000 to 2023-04-04 18:26:18.187354000 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.188110000, lastModified=2023-04-04 18:26:18.187354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.188110000, lastModified=2023-04-04 18:26:18.187354000, delta=756000 ns, racy<=12500 ns 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.188411000, lastModified=2023-04-04 18:26:18.187354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.188411000, lastModified=2023-04-04 18:26:18.187354000, delta=1057000 ns, racy<=12500 ns 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.188707000, lastModified=2023-04-04 18:26:18.187354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.188707000, lastModified=2023-04-04 18:26:18.187354000, delta=1353000 ns, racy<=12500 ns 18:26:18.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.189049000, lastModified=2023-04-04 18:26:18.188354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.189049000, lastModified=2023-04-04 18:26:18.188354000, delta=695000 ns, racy<=12500 ns 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.189391000, lastModified=2023-04-04 18:26:18.188354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.189391000, lastModified=2023-04-04 18:26:18.188354000, delta=1037000 ns, racy<=12500 ns 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.189713000, lastModified=2023-04-04 18:26:18.188354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.189713000, lastModified=2023-04-04 18:26:18.188354000, delta=1359000 ns, racy<=12500 ns 18:26:18.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.190052000, lastModified=2023-04-04 18:26:18.189354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.190052000, lastModified=2023-04-04 18:26:18.189354000, delta=698000 ns, racy<=12500 ns 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.190355000, lastModified=2023-04-04 18:26:18.189354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.190355000, lastModified=2023-04-04 18:26:18.189354000, delta=1001000 ns, racy<=12500 ns 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.190639000, lastModified=2023-04-04 18:26:18.189354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.190639000, lastModified=2023-04-04 18:26:18.189354000, delta=1285000 ns, racy<=12500 ns 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.190932000, lastModified=2023-04-04 18:26:18.189354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.189354000 to 2023-04-04 18:26:18.190354000 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.191216000, lastModified=2023-04-04 18:26:18.190354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.191216000, lastModified=2023-04-04 18:26:18.190354000, delta=862000 ns, racy<=12500 ns 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.191518000, lastModified=2023-04-04 18:26:18.190354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.191518000, lastModified=2023-04-04 18:26:18.190354000, delta=1164000 ns, racy<=12500 ns 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.191820000, lastModified=2023-04-04 18:26:18.190354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.190354000 to 2023-04-04 18:26:18.191354000 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.192100000, lastModified=2023-04-04 18:26:18.191354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.192100000, lastModified=2023-04-04 18:26:18.191354000, delta=746000 ns, racy<=12500 ns 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.192397000, lastModified=2023-04-04 18:26:18.191354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.192397000, lastModified=2023-04-04 18:26:18.191354000, delta=1043000 ns, racy<=12500 ns 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.192686000, lastModified=2023-04-04 18:26:18.191354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.192686000, lastModified=2023-04-04 18:26:18.191354000, delta=1332000 ns, racy<=12500 ns 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.192982000, lastModified=2023-04-04 18:26:18.192354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.192982000, lastModified=2023-04-04 18:26:18.192354000, delta=628000 ns, racy<=12500 ns 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.193298000, lastModified=2023-04-04 18:26:18.192354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.193298000, lastModified=2023-04-04 18:26:18.192354000, delta=944000 ns, racy<=12500 ns 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.193580000, lastModified=2023-04-04 18:26:18.192354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.193580000, lastModified=2023-04-04 18:26:18.192354000, delta=1226000 ns, racy<=12500 ns 18:26:18.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.197618000, lastModified=2023-04-04 18:26:18.192354000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.192354000 to 2023-04-04 18:26:18.196355000 18:26:18.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.249696000, lastModified=2023-04-04 18:26:18.197355000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.197355000 to 2023-04-04 18:26:18.249356000 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.250281000, lastModified=2023-04-04 18:26:18.249356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.250281000, lastModified=2023-04-04 18:26:18.249356000, delta=925000 ns, racy<=12500 ns 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.250609000, lastModified=2023-04-04 18:26:18.249356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.250609000, lastModified=2023-04-04 18:26:18.249356000, delta=1253000 ns, racy<=12500 ns 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.250921000, lastModified=2023-04-04 18:26:18.249356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.249356000 to 2023-04-04 18:26:18.250356000 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.251222000, lastModified=2023-04-04 18:26:18.250356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.251222000, lastModified=2023-04-04 18:26:18.250356000, delta=866000 ns, racy<=12500 ns 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.251515000, lastModified=2023-04-04 18:26:18.250356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.251515000, lastModified=2023-04-04 18:26:18.250356000, delta=1159000 ns, racy<=12500 ns 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.251807000, lastModified=2023-04-04 18:26:18.250356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.250356000 to 2023-04-04 18:26:18.251356000 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.252088000, lastModified=2023-04-04 18:26:18.251356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.252088000, lastModified=2023-04-04 18:26:18.251356000, delta=732000 ns, racy<=12500 ns 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.252404000, lastModified=2023-04-04 18:26:18.251356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.252404000, lastModified=2023-04-04 18:26:18.251356000, delta=1048000 ns, racy<=12500 ns 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.252695000, lastModified=2023-04-04 18:26:18.251356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.252695000, lastModified=2023-04-04 18:26:18.251356000, delta=1339000 ns, racy<=12500 ns 18:26:18.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.253003000, lastModified=2023-04-04 18:26:18.252356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.253003000, lastModified=2023-04-04 18:26:18.252356000, delta=647000 ns, racy<=12500 ns 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.253309000, lastModified=2023-04-04 18:26:18.252356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.253309000, lastModified=2023-04-04 18:26:18.252356000, delta=953000 ns, racy<=12500 ns 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.253595000, lastModified=2023-04-04 18:26:18.252356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.253595000, lastModified=2023-04-04 18:26:18.252356000, delta=1239000 ns, racy<=12500 ns 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.253880000, lastModified=2023-04-04 18:26:18.252356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.252356000 to 2023-04-04 18:26:18.253356000 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.254171000, lastModified=2023-04-04 18:26:18.253356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.254171000, lastModified=2023-04-04 18:26:18.253356000, delta=815000 ns, racy<=12500 ns 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.254460000, lastModified=2023-04-04 18:26:18.253356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.254460000, lastModified=2023-04-04 18:26:18.253356000, delta=1104000 ns, racy<=12500 ns 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.254749000, lastModified=2023-04-04 18:26:18.253356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.254749000, lastModified=2023-04-04 18:26:18.253356000, delta=1393000 ns, racy<=12500 ns 18:26:18.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.255051000, lastModified=2023-04-04 18:26:18.254356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.255051000, lastModified=2023-04-04 18:26:18.254356000, delta=695000 ns, racy<=12500 ns 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.255355000, lastModified=2023-04-04 18:26:18.254356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.255355000, lastModified=2023-04-04 18:26:18.254356000, delta=999000 ns, racy<=12500 ns 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.255643000, lastModified=2023-04-04 18:26:18.254356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.255643000, lastModified=2023-04-04 18:26:18.254356000, delta=1287000 ns, racy<=12500 ns 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.255944000, lastModified=2023-04-04 18:26:18.255356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.255944000, lastModified=2023-04-04 18:26:18.255356000, delta=588000 ns, racy<=12500 ns 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.256242000, lastModified=2023-04-04 18:26:18.255356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.256242000, lastModified=2023-04-04 18:26:18.255356000, delta=886000 ns, racy<=12500 ns 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.256545000, lastModified=2023-04-04 18:26:18.255356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.256545000, lastModified=2023-04-04 18:26:18.255356000, delta=1189000 ns, racy<=12500 ns 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.256842000, lastModified=2023-04-04 18:26:18.255356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.255356000 to 2023-04-04 18:26:18.256356000 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.257145000, lastModified=2023-04-04 18:26:18.256356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.257145000, lastModified=2023-04-04 18:26:18.256356000, delta=789000 ns, racy<=12500 ns 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.257449000, lastModified=2023-04-04 18:26:18.256356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.257449000, lastModified=2023-04-04 18:26:18.256356000, delta=1093000 ns, racy<=12500 ns 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.257750000, lastModified=2023-04-04 18:26:18.256356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.257750000, lastModified=2023-04-04 18:26:18.256356000, delta=1394000 ns, racy<=12500 ns 18:26:18.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.258053000, lastModified=2023-04-04 18:26:18.257356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.258053000, lastModified=2023-04-04 18:26:18.257356000, delta=697000 ns, racy<=12500 ns 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.258357000, lastModified=2023-04-04 18:26:18.257356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.258357000, lastModified=2023-04-04 18:26:18.257356000, delta=1001000 ns, racy<=12500 ns 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.258652000, lastModified=2023-04-04 18:26:18.257356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.258652000, lastModified=2023-04-04 18:26:18.257356000, delta=1296000 ns, racy<=12500 ns 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.258959000, lastModified=2023-04-04 18:26:18.258356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.258959000, lastModified=2023-04-04 18:26:18.258356000, delta=603000 ns, racy<=12500 ns 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.259259000, lastModified=2023-04-04 18:26:18.258356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.259259000, lastModified=2023-04-04 18:26:18.258356000, delta=903000 ns, racy<=12500 ns 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.259544000, lastModified=2023-04-04 18:26:18.258356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.259544000, lastModified=2023-04-04 18:26:18.258356000, delta=1188000 ns, racy<=12500 ns 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.259834000, lastModified=2023-04-04 18:26:18.258356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.258356000 to 2023-04-04 18:26:18.259356000 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.260130000, lastModified=2023-04-04 18:26:18.259356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.260130000, lastModified=2023-04-04 18:26:18.259356000, delta=774000 ns, racy<=12500 ns 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.260426000, lastModified=2023-04-04 18:26:18.259356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.260426000, lastModified=2023-04-04 18:26:18.259356000, delta=1070000 ns, racy<=12500 ns 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.260720000, lastModified=2023-04-04 18:26:18.259356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.260720000, lastModified=2023-04-04 18:26:18.259356000, delta=1364000 ns, racy<=12500 ns 18:26:18.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.261025000, lastModified=2023-04-04 18:26:18.260356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.261025000, lastModified=2023-04-04 18:26:18.260356000, delta=669000 ns, racy<=12500 ns 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.261342000, lastModified=2023-04-04 18:26:18.260356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.261342000, lastModified=2023-04-04 18:26:18.260356000, delta=986000 ns, racy<=12500 ns 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.261632000, lastModified=2023-04-04 18:26:18.260356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.261632000, lastModified=2023-04-04 18:26:18.260356000, delta=1276000 ns, racy<=12500 ns 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.261938000, lastModified=2023-04-04 18:26:18.260356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.260356000 to 2023-04-04 18:26:18.261356000 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.262230000, lastModified=2023-04-04 18:26:18.261356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.262230000, lastModified=2023-04-04 18:26:18.261356000, delta=874000 ns, racy<=12500 ns 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.262525000, lastModified=2023-04-04 18:26:18.261356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.262525000, lastModified=2023-04-04 18:26:18.261356000, delta=1169000 ns, racy<=12500 ns 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.262819000, lastModified=2023-04-04 18:26:18.261356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.261356000 to 2023-04-04 18:26:18.262356000 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.263107000, lastModified=2023-04-04 18:26:18.262356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.263107000, lastModified=2023-04-04 18:26:18.262356000, delta=751000 ns, racy<=12500 ns 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.263417000, lastModified=2023-04-04 18:26:18.262356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.263417000, lastModified=2023-04-04 18:26:18.262356000, delta=1061000 ns, racy<=12500 ns 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.263708000, lastModified=2023-04-04 18:26:18.262356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.263708000, lastModified=2023-04-04 18:26:18.262356000, delta=1352000 ns, racy<=12500 ns 18:26:18.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.264017000, lastModified=2023-04-04 18:26:18.263356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.264017000, lastModified=2023-04-04 18:26:18.263356000, delta=661000 ns, racy<=12500 ns 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.264325000, lastModified=2023-04-04 18:26:18.263356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.264325000, lastModified=2023-04-04 18:26:18.263356000, delta=969000 ns, racy<=12500 ns 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.264622000, lastModified=2023-04-04 18:26:18.263356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.264622000, lastModified=2023-04-04 18:26:18.263356000, delta=1266000 ns, racy<=12500 ns 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.264918000, lastModified=2023-04-04 18:26:18.263356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.263356000 to 2023-04-04 18:26:18.264356000 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.265201000, lastModified=2023-04-04 18:26:18.264356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.265201000, lastModified=2023-04-04 18:26:18.264356000, delta=845000 ns, racy<=12500 ns 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.265492000, lastModified=2023-04-04 18:26:18.264356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.265492000, lastModified=2023-04-04 18:26:18.264356000, delta=1136000 ns, racy<=12500 ns 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.265818000, lastModified=2023-04-04 18:26:18.264356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.264356000 to 2023-04-04 18:26:18.265356000 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.266156000, lastModified=2023-04-04 18:26:18.265356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.266156000, lastModified=2023-04-04 18:26:18.265356000, delta=800000 ns, racy<=12500 ns 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.266455000, lastModified=2023-04-04 18:26:18.265356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.266455000, lastModified=2023-04-04 18:26:18.265356000, delta=1099000 ns, racy<=12500 ns 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.266753000, lastModified=2023-04-04 18:26:18.265356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.266753000, lastModified=2023-04-04 18:26:18.265356000, delta=1397000 ns, racy<=12500 ns 18:26:18.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.267063000, lastModified=2023-04-04 18:26:18.266356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.267063000, lastModified=2023-04-04 18:26:18.266356000, delta=707000 ns, racy<=12500 ns 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.267380000, lastModified=2023-04-04 18:26:18.266356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.267380000, lastModified=2023-04-04 18:26:18.266356000, delta=1024000 ns, racy<=12500 ns 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.267671000, lastModified=2023-04-04 18:26:18.266356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.267671000, lastModified=2023-04-04 18:26:18.266356000, delta=1315000 ns, racy<=12500 ns 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.267969000, lastModified=2023-04-04 18:26:18.267356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.267969000, lastModified=2023-04-04 18:26:18.267356000, delta=613000 ns, racy<=12500 ns 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.268275000, lastModified=2023-04-04 18:26:18.267356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.268275000, lastModified=2023-04-04 18:26:18.267356000, delta=919000 ns, racy<=12500 ns 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.268570000, lastModified=2023-04-04 18:26:18.267356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.268570000, lastModified=2023-04-04 18:26:18.267356000, delta=1214000 ns, racy<=12500 ns 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.268860000, lastModified=2023-04-04 18:26:18.267356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.267356000 to 2023-04-04 18:26:18.268356000 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.269155000, lastModified=2023-04-04 18:26:18.268356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.269155000, lastModified=2023-04-04 18:26:18.268356000, delta=799000 ns, racy<=12500 ns 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.269445000, lastModified=2023-04-04 18:26:18.268356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.269445000, lastModified=2023-04-04 18:26:18.268356000, delta=1089000 ns, racy<=12500 ns 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.269734000, lastModified=2023-04-04 18:26:18.268356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.269734000, lastModified=2023-04-04 18:26:18.268356000, delta=1378000 ns, racy<=12500 ns 18:26:18.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.270215000, lastModified=2023-04-04 18:26:18.269356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.270215000, lastModified=2023-04-04 18:26:18.269356000, delta=859000 ns, racy<=12500 ns 18:26:18.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.270662000, lastModified=2023-04-04 18:26:18.269356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.270662000, lastModified=2023-04-04 18:26:18.269356000, delta=1306000 ns, racy<=12500 ns 18:26:18.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.271163000, lastModified=2023-04-04 18:26:18.270356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.271163000, lastModified=2023-04-04 18:26:18.270356000, delta=807000 ns, racy<=12500 ns 18:26:18.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.271833000, lastModified=2023-04-04 18:26:18.270356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.270356000 to 2023-04-04 18:26:18.271356000 18:26:18.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.272388000, lastModified=2023-04-04 18:26:18.271356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.272388000, lastModified=2023-04-04 18:26:18.271356000, delta=1032000 ns, racy<=12500 ns 18:26:18.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.272850000, lastModified=2023-04-04 18:26:18.271356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.271356000 to 2023-04-04 18:26:18.272356000 18:26:18.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.273391000, lastModified=2023-04-04 18:26:18.272356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.273391000, lastModified=2023-04-04 18:26:18.272356000, delta=1035000 ns, racy<=12500 ns 18:26:18.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.273969000, lastModified=2023-04-04 18:26:18.272356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.272356000 to 2023-04-04 18:26:18.273356000 18:26:18.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.274426000, lastModified=2023-04-04 18:26:18.273356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.274426000, lastModified=2023-04-04 18:26:18.273356000, delta=1070000 ns, racy<=12500 ns 18:26:18.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.274868000, lastModified=2023-04-04 18:26:18.273356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.273356000 to 2023-04-04 18:26:18.274356000 18:26:18.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.275330000, lastModified=2023-04-04 18:26:18.274356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.275330000, lastModified=2023-04-04 18:26:18.274356000, delta=974000 ns, racy<=12500 ns 18:26:18.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.275881000, lastModified=2023-04-04 18:26:18.274356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.274356000 to 2023-04-04 18:26:18.275356000 18:26:18.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.276212000, lastModified=2023-04-04 18:26:18.275356000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.276212000, lastModified=2023-04-04 18:26:18.275356000, delta=856000 ns, racy<=12500 ns 18:26:18.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.283746000, lastModified=2023-04-04 18:26:18.282357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.283746000, lastModified=2023-04-04 18:26:18.282357000, delta=1389000 ns, racy<=12500 ns 18:26:18.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.284094000, lastModified=2023-04-04 18:26:18.283357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.284094000, lastModified=2023-04-04 18:26:18.283357000, delta=737000 ns, racy<=12500 ns 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.284413000, lastModified=2023-04-04 18:26:18.283357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.284413000, lastModified=2023-04-04 18:26:18.283357000, delta=1056000 ns, racy<=12500 ns 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.284717000, lastModified=2023-04-04 18:26:18.283357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.284717000, lastModified=2023-04-04 18:26:18.283357000, delta=1360000 ns, racy<=12500 ns 18:26:18.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.285063000, lastModified=2023-04-04 18:26:18.284357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.285063000, lastModified=2023-04-04 18:26:18.284357000, delta=706000 ns, racy<=12500 ns 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.285379000, lastModified=2023-04-04 18:26:18.284357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.285379000, lastModified=2023-04-04 18:26:18.284357000, delta=1022000 ns, racy<=12500 ns 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.285675000, lastModified=2023-04-04 18:26:18.284357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.285675000, lastModified=2023-04-04 18:26:18.284357000, delta=1318000 ns, racy<=12500 ns 18:26:18.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.285994000, lastModified=2023-04-04 18:26:18.285357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.285994000, lastModified=2023-04-04 18:26:18.285357000, delta=637000 ns, racy<=12500 ns 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.286305000, lastModified=2023-04-04 18:26:18.285357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.286305000, lastModified=2023-04-04 18:26:18.285357000, delta=948000 ns, racy<=12500 ns 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.286600000, lastModified=2023-04-04 18:26:18.285357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.286600000, lastModified=2023-04-04 18:26:18.285357000, delta=1243000 ns, racy<=12500 ns 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.286906000, lastModified=2023-04-04 18:26:18.285357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.285357000 to 2023-04-04 18:26:18.286357000 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.287203000, lastModified=2023-04-04 18:26:18.286357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.287203000, lastModified=2023-04-04 18:26:18.286357000, delta=846000 ns, racy<=12500 ns 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.287507000, lastModified=2023-04-04 18:26:18.286357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.287507000, lastModified=2023-04-04 18:26:18.286357000, delta=1150000 ns, racy<=12500 ns 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.287796000, lastModified=2023-04-04 18:26:18.286357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.286357000 to 2023-04-04 18:26:18.287357000 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.288079000, lastModified=2023-04-04 18:26:18.287357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.288079000, lastModified=2023-04-04 18:26:18.287357000, delta=722000 ns, racy<=12500 ns 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.288399000, lastModified=2023-04-04 18:26:18.287357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.288399000, lastModified=2023-04-04 18:26:18.287357000, delta=1042000 ns, racy<=12500 ns 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.288699000, lastModified=2023-04-04 18:26:18.287357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.288699000, lastModified=2023-04-04 18:26:18.287357000, delta=1342000 ns, racy<=12500 ns 18:26:18.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.289012000, lastModified=2023-04-04 18:26:18.288357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.289012000, lastModified=2023-04-04 18:26:18.288357000, delta=655000 ns, racy<=12500 ns 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.289325000, lastModified=2023-04-04 18:26:18.288357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.289325000, lastModified=2023-04-04 18:26:18.288357000, delta=968000 ns, racy<=12500 ns 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.289636000, lastModified=2023-04-04 18:26:18.288357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.289636000, lastModified=2023-04-04 18:26:18.288357000, delta=1279000 ns, racy<=12500 ns 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.289951000, lastModified=2023-04-04 18:26:18.289357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.289951000, lastModified=2023-04-04 18:26:18.289357000, delta=594000 ns, racy<=12500 ns 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.290264000, lastModified=2023-04-04 18:26:18.289357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.290264000, lastModified=2023-04-04 18:26:18.289357000, delta=907000 ns, racy<=12500 ns 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.290573000, lastModified=2023-04-04 18:26:18.289357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.290573000, lastModified=2023-04-04 18:26:18.289357000, delta=1216000 ns, racy<=12500 ns 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.290871000, lastModified=2023-04-04 18:26:18.289357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.289357000 to 2023-04-04 18:26:18.290357000 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.291170000, lastModified=2023-04-04 18:26:18.290357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.291170000, lastModified=2023-04-04 18:26:18.290357000, delta=813000 ns, racy<=12500 ns 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.291471000, lastModified=2023-04-04 18:26:18.290357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.291471000, lastModified=2023-04-04 18:26:18.290357000, delta=1114000 ns, racy<=12500 ns 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.291777000, lastModified=2023-04-04 18:26:18.290357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.290357000 to 2023-04-04 18:26:18.291357000 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.292073000, lastModified=2023-04-04 18:26:18.291357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.292073000, lastModified=2023-04-04 18:26:18.291357000, delta=716000 ns, racy<=12500 ns 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.292383000, lastModified=2023-04-04 18:26:18.291357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.292383000, lastModified=2023-04-04 18:26:18.291357000, delta=1026000 ns, racy<=12500 ns 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.292679000, lastModified=2023-04-04 18:26:18.291357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.292679000, lastModified=2023-04-04 18:26:18.291357000, delta=1322000 ns, racy<=12500 ns 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.292983000, lastModified=2023-04-04 18:26:18.292357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.292983000, lastModified=2023-04-04 18:26:18.292357000, delta=626000 ns, racy<=12500 ns 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.293303000, lastModified=2023-04-04 18:26:18.292357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.293303000, lastModified=2023-04-04 18:26:18.292357000, delta=946000 ns, racy<=12500 ns 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.293601000, lastModified=2023-04-04 18:26:18.292357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.293601000, lastModified=2023-04-04 18:26:18.292357000, delta=1244000 ns, racy<=12500 ns 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.293929000, lastModified=2023-04-04 18:26:18.292357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.292357000 to 2023-04-04 18:26:18.293357000 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.294224000, lastModified=2023-04-04 18:26:18.293357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.294224000, lastModified=2023-04-04 18:26:18.293357000, delta=867000 ns, racy<=12500 ns 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.294529000, lastModified=2023-04-04 18:26:18.293357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.294529000, lastModified=2023-04-04 18:26:18.293357000, delta=1172000 ns, racy<=12500 ns 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.294832000, lastModified=2023-04-04 18:26:18.293357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.293357000 to 2023-04-04 18:26:18.294357000 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.295126000, lastModified=2023-04-04 18:26:18.294357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.295126000, lastModified=2023-04-04 18:26:18.294357000, delta=769000 ns, racy<=12500 ns 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.295426000, lastModified=2023-04-04 18:26:18.294357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.295426000, lastModified=2023-04-04 18:26:18.294357000, delta=1069000 ns, racy<=12500 ns 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.295722000, lastModified=2023-04-04 18:26:18.294357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.295722000, lastModified=2023-04-04 18:26:18.294357000, delta=1365000 ns, racy<=12500 ns 18:26:18.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.296039000, lastModified=2023-04-04 18:26:18.295357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.296039000, lastModified=2023-04-04 18:26:18.295357000, delta=682000 ns, racy<=12500 ns 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.296360000, lastModified=2023-04-04 18:26:18.295357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.296360000, lastModified=2023-04-04 18:26:18.295357000, delta=1003000 ns, racy<=12500 ns 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.296656000, lastModified=2023-04-04 18:26:18.295357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.296656000, lastModified=2023-04-04 18:26:18.295357000, delta=1299000 ns, racy<=12500 ns 18:26:18.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.296986000, lastModified=2023-04-04 18:26:18.296357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.296986000, lastModified=2023-04-04 18:26:18.296357000, delta=629000 ns, racy<=12500 ns 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.297303000, lastModified=2023-04-04 18:26:18.296357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.297303000, lastModified=2023-04-04 18:26:18.296357000, delta=946000 ns, racy<=12500 ns 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.297611000, lastModified=2023-04-04 18:26:18.296357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.297611000, lastModified=2023-04-04 18:26:18.296357000, delta=1254000 ns, racy<=12500 ns 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.297939000, lastModified=2023-04-04 18:26:18.296357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.296357000 to 2023-04-04 18:26:18.297357000 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.298243000, lastModified=2023-04-04 18:26:18.297357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.298243000, lastModified=2023-04-04 18:26:18.297357000, delta=886000 ns, racy<=12500 ns 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.298545000, lastModified=2023-04-04 18:26:18.297357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.298545000, lastModified=2023-04-04 18:26:18.297357000, delta=1188000 ns, racy<=12500 ns 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.298845000, lastModified=2023-04-04 18:26:18.297357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.297357000 to 2023-04-04 18:26:18.298357000 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.299152000, lastModified=2023-04-04 18:26:18.298357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.299152000, lastModified=2023-04-04 18:26:18.298357000, delta=795000 ns, racy<=12500 ns 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.299457000, lastModified=2023-04-04 18:26:18.298357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.299457000, lastModified=2023-04-04 18:26:18.298357000, delta=1100000 ns, racy<=12500 ns 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.299775000, lastModified=2023-04-04 18:26:18.298357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.299775000, lastModified=2023-04-04 18:26:18.298357000, delta=1418000 ns, racy<=12500 ns 18:26:18.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.300080000, lastModified=2023-04-04 18:26:18.299357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.300080000, lastModified=2023-04-04 18:26:18.299357000, delta=723000 ns, racy<=12500 ns 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.300390000, lastModified=2023-04-04 18:26:18.299357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.300390000, lastModified=2023-04-04 18:26:18.299357000, delta=1033000 ns, racy<=12500 ns 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.300687000, lastModified=2023-04-04 18:26:18.299357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.300687000, lastModified=2023-04-04 18:26:18.299357000, delta=1330000 ns, racy<=12500 ns 18:26:18.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.300989000, lastModified=2023-04-04 18:26:18.300357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.300989000, lastModified=2023-04-04 18:26:18.300357000, delta=632000 ns, racy<=12500 ns 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.301299000, lastModified=2023-04-04 18:26:18.300357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.301299000, lastModified=2023-04-04 18:26:18.300357000, delta=942000 ns, racy<=12500 ns 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.301592000, lastModified=2023-04-04 18:26:18.300357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.301592000, lastModified=2023-04-04 18:26:18.300357000, delta=1235000 ns, racy<=12500 ns 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.301887000, lastModified=2023-04-04 18:26:18.300357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.300357000 to 2023-04-04 18:26:18.301357000 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.302216000, lastModified=2023-04-04 18:26:18.301357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.302216000, lastModified=2023-04-04 18:26:18.301357000, delta=859000 ns, racy<=12500 ns 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.302510000, lastModified=2023-04-04 18:26:18.301357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.302510000, lastModified=2023-04-04 18:26:18.301357000, delta=1153000 ns, racy<=12500 ns 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.302823000, lastModified=2023-04-04 18:26:18.301357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.301357000 to 2023-04-04 18:26:18.302357000 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.303163000, lastModified=2023-04-04 18:26:18.302357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.303163000, lastModified=2023-04-04 18:26:18.302357000, delta=806000 ns, racy<=12500 ns 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.303477000, lastModified=2023-04-04 18:26:18.302357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.303477000, lastModified=2023-04-04 18:26:18.302357000, delta=1120000 ns, racy<=12500 ns 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.303801000, lastModified=2023-04-04 18:26:18.302357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.302357000 to 2023-04-04 18:26:18.303357000 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.304095000, lastModified=2023-04-04 18:26:18.303357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.304095000, lastModified=2023-04-04 18:26:18.303357000, delta=738000 ns, racy<=12500 ns 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.304409000, lastModified=2023-04-04 18:26:18.303357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.304409000, lastModified=2023-04-04 18:26:18.303357000, delta=1052000 ns, racy<=12500 ns 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.304695000, lastModified=2023-04-04 18:26:18.303357000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.304695000, lastModified=2023-04-04 18:26:18.303357000, delta=1338000 ns, racy<=12500 ns 18:26:18.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.350064000, lastModified=2023-04-04 18:26:18.349358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.350064000, lastModified=2023-04-04 18:26:18.349358000, delta=706000 ns, racy<=12500 ns 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.350502000, lastModified=2023-04-04 18:26:18.349358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.350502000, lastModified=2023-04-04 18:26:18.349358000, delta=1144000 ns, racy<=12500 ns 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.350827000, lastModified=2023-04-04 18:26:18.349358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.349358000 to 2023-04-04 18:26:18.350358000 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.351154000, lastModified=2023-04-04 18:26:18.350358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.351154000, lastModified=2023-04-04 18:26:18.350358000, delta=796000 ns, racy<=12500 ns 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.351481000, lastModified=2023-04-04 18:26:18.350358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.351481000, lastModified=2023-04-04 18:26:18.350358000, delta=1123000 ns, racy<=12500 ns 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.351793000, lastModified=2023-04-04 18:26:18.350358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.350358000 to 2023-04-04 18:26:18.351358000 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.352103000, lastModified=2023-04-04 18:26:18.351358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.352103000, lastModified=2023-04-04 18:26:18.351358000, delta=745000 ns, racy<=12500 ns 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.352429000, lastModified=2023-04-04 18:26:18.351358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.352429000, lastModified=2023-04-04 18:26:18.351358000, delta=1071000 ns, racy<=12500 ns 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.352719000, lastModified=2023-04-04 18:26:18.351358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.352719000, lastModified=2023-04-04 18:26:18.351358000, delta=1361000 ns, racy<=12500 ns 18:26:18.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.353045000, lastModified=2023-04-04 18:26:18.352358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.353045000, lastModified=2023-04-04 18:26:18.352358000, delta=687000 ns, racy<=12500 ns 18:26:18.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.353395000, lastModified=2023-04-04 18:26:18.352358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.353395000, lastModified=2023-04-04 18:26:18.352358000, delta=1037000 ns, racy<=12500 ns 18:26:18.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.356438000, lastModified=2023-04-04 18:26:18.352358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.352358000 to 2023-04-04 18:26:18.355358000 18:26:18.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.356836000, lastModified=2023-04-04 18:26:18.355358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.355358000 to 2023-04-04 18:26:18.356358000 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.357177000, lastModified=2023-04-04 18:26:18.356358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.357177000, lastModified=2023-04-04 18:26:18.356358000, delta=819000 ns, racy<=12500 ns 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.357497000, lastModified=2023-04-04 18:26:18.356358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.357497000, lastModified=2023-04-04 18:26:18.356358000, delta=1139000 ns, racy<=12500 ns 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.357799000, lastModified=2023-04-04 18:26:18.356358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.356358000 to 2023-04-04 18:26:18.357358000 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.358100000, lastModified=2023-04-04 18:26:18.357358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.358100000, lastModified=2023-04-04 18:26:18.357358000, delta=742000 ns, racy<=12500 ns 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.358420000, lastModified=2023-04-04 18:26:18.357358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.358420000, lastModified=2023-04-04 18:26:18.357358000, delta=1062000 ns, racy<=12500 ns 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.358733000, lastModified=2023-04-04 18:26:18.357358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.358733000, lastModified=2023-04-04 18:26:18.357358000, delta=1375000 ns, racy<=12500 ns 18:26:18.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.359050000, lastModified=2023-04-04 18:26:18.358358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.359050000, lastModified=2023-04-04 18:26:18.358358000, delta=692000 ns, racy<=12500 ns 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.359361000, lastModified=2023-04-04 18:26:18.358358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.359361000, lastModified=2023-04-04 18:26:18.358358000, delta=1003000 ns, racy<=12500 ns 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.359654000, lastModified=2023-04-04 18:26:18.358358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.359654000, lastModified=2023-04-04 18:26:18.358358000, delta=1296000 ns, racy<=12500 ns 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.359953000, lastModified=2023-04-04 18:26:18.359358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.359953000, lastModified=2023-04-04 18:26:18.359358000, delta=595000 ns, racy<=12500 ns 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.360258000, lastModified=2023-04-04 18:26:18.359358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.360258000, lastModified=2023-04-04 18:26:18.359358000, delta=900000 ns, racy<=12500 ns 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.360548000, lastModified=2023-04-04 18:26:18.359358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.360548000, lastModified=2023-04-04 18:26:18.359358000, delta=1190000 ns, racy<=12500 ns 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.360847000, lastModified=2023-04-04 18:26:18.359358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.359358000 to 2023-04-04 18:26:18.360358000 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.361141000, lastModified=2023-04-04 18:26:18.360358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.361141000, lastModified=2023-04-04 18:26:18.360358000, delta=783000 ns, racy<=12500 ns 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.361459000, lastModified=2023-04-04 18:26:18.360358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.361459000, lastModified=2023-04-04 18:26:18.360358000, delta=1101000 ns, racy<=12500 ns 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.361753000, lastModified=2023-04-04 18:26:18.360358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.361753000, lastModified=2023-04-04 18:26:18.360358000, delta=1395000 ns, racy<=12500 ns 18:26:18.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.362049000, lastModified=2023-04-04 18:26:18.361358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.362049000, lastModified=2023-04-04 18:26:18.361358000, delta=691000 ns, racy<=12500 ns 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.362354000, lastModified=2023-04-04 18:26:18.361358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.362354000, lastModified=2023-04-04 18:26:18.361358000, delta=996000 ns, racy<=12500 ns 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.362848000, lastModified=2023-04-04 18:26:18.361358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.361358000 to 2023-04-04 18:26:18.362358000 18:26:18.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.363366000, lastModified=2023-04-04 18:26:18.362358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.363366000, lastModified=2023-04-04 18:26:18.362358000, delta=1008000 ns, racy<=12500 ns 18:26:18.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.363850000, lastModified=2023-04-04 18:26:18.362358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.362358000 to 2023-04-04 18:26:18.363358000 18:26:18.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.364322000, lastModified=2023-04-04 18:26:18.363358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.364322000, lastModified=2023-04-04 18:26:18.363358000, delta=964000 ns, racy<=12500 ns 18:26:18.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.364821000, lastModified=2023-04-04 18:26:18.363358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.363358000 to 2023-04-04 18:26:18.364358000 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.365236000, lastModified=2023-04-04 18:26:18.364358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.365236000, lastModified=2023-04-04 18:26:18.364358000, delta=878000 ns, racy<=12500 ns 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.365569000, lastModified=2023-04-04 18:26:18.364358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.365569000, lastModified=2023-04-04 18:26:18.364358000, delta=1211000 ns, racy<=12500 ns 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.365902000, lastModified=2023-04-04 18:26:18.364358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.364358000 to 2023-04-04 18:26:18.365358000 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.366221000, lastModified=2023-04-04 18:26:18.365358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.366221000, lastModified=2023-04-04 18:26:18.365358000, delta=863000 ns, racy<=12500 ns 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.366558000, lastModified=2023-04-04 18:26:18.365358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.366558000, lastModified=2023-04-04 18:26:18.365358000, delta=1200000 ns, racy<=12500 ns 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.366886000, lastModified=2023-04-04 18:26:18.365358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.365358000 to 2023-04-04 18:26:18.366358000 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.367259000, lastModified=2023-04-04 18:26:18.366358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.367259000, lastModified=2023-04-04 18:26:18.366358000, delta=901000 ns, racy<=12500 ns 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.367615000, lastModified=2023-04-04 18:26:18.366358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.367615000, lastModified=2023-04-04 18:26:18.366358000, delta=1257000 ns, racy<=12500 ns 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.367953000, lastModified=2023-04-04 18:26:18.367358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.367953000, lastModified=2023-04-04 18:26:18.367358000, delta=595000 ns, racy<=12500 ns 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.368300000, lastModified=2023-04-04 18:26:18.367358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.368300000, lastModified=2023-04-04 18:26:18.367358000, delta=942000 ns, racy<=12500 ns 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.368617000, lastModified=2023-04-04 18:26:18.367358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.368617000, lastModified=2023-04-04 18:26:18.367358000, delta=1259000 ns, racy<=12500 ns 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.368944000, lastModified=2023-04-04 18:26:18.367358000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.367358000 to 2023-04-04 18:26:18.368359000 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.369261000, lastModified=2023-04-04 18:26:18.368359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.369261000, lastModified=2023-04-04 18:26:18.368359000, delta=902000 ns, racy<=12500 ns 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.369554000, lastModified=2023-04-04 18:26:18.368359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.369554000, lastModified=2023-04-04 18:26:18.368359000, delta=1195000 ns, racy<=12500 ns 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.369851000, lastModified=2023-04-04 18:26:18.368359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.368359000 to 2023-04-04 18:26:18.369359000 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.370170000, lastModified=2023-04-04 18:26:18.369359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.370170000, lastModified=2023-04-04 18:26:18.369359000, delta=811000 ns, racy<=12500 ns 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.370542000, lastModified=2023-04-04 18:26:18.369359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.370542000, lastModified=2023-04-04 18:26:18.369359000, delta=1183000 ns, racy<=12500 ns 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.370845000, lastModified=2023-04-04 18:26:18.369359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.369359000 to 2023-04-04 18:26:18.370359000 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.371153000, lastModified=2023-04-04 18:26:18.370359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.371153000, lastModified=2023-04-04 18:26:18.370359000, delta=794000 ns, racy<=12500 ns 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.371456000, lastModified=2023-04-04 18:26:18.370359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.371456000, lastModified=2023-04-04 18:26:18.370359000, delta=1097000 ns, racy<=12500 ns 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.371754000, lastModified=2023-04-04 18:26:18.370359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.371754000, lastModified=2023-04-04 18:26:18.370359000, delta=1395000 ns, racy<=12500 ns 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.372143000, lastModified=2023-04-04 18:26:18.371359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.372143000, lastModified=2023-04-04 18:26:18.371359000, delta=784000 ns, racy<=12500 ns 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.372490000, lastModified=2023-04-04 18:26:18.371359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.372490000, lastModified=2023-04-04 18:26:18.371359000, delta=1131000 ns, racy<=12500 ns 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.372827000, lastModified=2023-04-04 18:26:18.371359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.371359000 to 2023-04-04 18:26:18.372359000 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.373140000, lastModified=2023-04-04 18:26:18.372359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.373140000, lastModified=2023-04-04 18:26:18.372359000, delta=781000 ns, racy<=12500 ns 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.373489000, lastModified=2023-04-04 18:26:18.372359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.373489000, lastModified=2023-04-04 18:26:18.372359000, delta=1130000 ns, racy<=12500 ns 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.373793000, lastModified=2023-04-04 18:26:18.372359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.372359000 to 2023-04-04 18:26:18.373359000 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.374086000, lastModified=2023-04-04 18:26:18.373359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.374086000, lastModified=2023-04-04 18:26:18.373359000, delta=727000 ns, racy<=12500 ns 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.374413000, lastModified=2023-04-04 18:26:18.373359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.374413000, lastModified=2023-04-04 18:26:18.373359000, delta=1054000 ns, racy<=12500 ns 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.374763000, lastModified=2023-04-04 18:26:18.373359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.374763000, lastModified=2023-04-04 18:26:18.373359000, delta=1404000 ns, racy<=12500 ns 18:26:18.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.375119000, lastModified=2023-04-04 18:26:18.374359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.375119000, lastModified=2023-04-04 18:26:18.374359000, delta=760000 ns, racy<=12500 ns 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.375469000, lastModified=2023-04-04 18:26:18.374359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.375469000, lastModified=2023-04-04 18:26:18.374359000, delta=1110000 ns, racy<=12500 ns 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.375798000, lastModified=2023-04-04 18:26:18.374359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.374359000 to 2023-04-04 18:26:18.375359000 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.376099000, lastModified=2023-04-04 18:26:18.375359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.376099000, lastModified=2023-04-04 18:26:18.375359000, delta=740000 ns, racy<=12500 ns 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.376423000, lastModified=2023-04-04 18:26:18.375359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.376423000, lastModified=2023-04-04 18:26:18.375359000, delta=1064000 ns, racy<=12500 ns 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.376734000, lastModified=2023-04-04 18:26:18.375359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.376734000, lastModified=2023-04-04 18:26:18.375359000, delta=1375000 ns, racy<=12500 ns 18:26:18.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.377061000, lastModified=2023-04-04 18:26:18.376359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.377061000, lastModified=2023-04-04 18:26:18.376359000, delta=702000 ns, racy<=12500 ns 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.377377000, lastModified=2023-04-04 18:26:18.376359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.377377000, lastModified=2023-04-04 18:26:18.376359000, delta=1018000 ns, racy<=12500 ns 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.377686000, lastModified=2023-04-04 18:26:18.376359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.377686000, lastModified=2023-04-04 18:26:18.376359000, delta=1327000 ns, racy<=12500 ns 18:26:18.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.378165000, lastModified=2023-04-04 18:26:18.377359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.378165000, lastModified=2023-04-04 18:26:18.377359000, delta=806000 ns, racy<=12500 ns 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.378585000, lastModified=2023-04-04 18:26:18.377359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.378585000, lastModified=2023-04-04 18:26:18.377359000, delta=1226000 ns, racy<=12500 ns 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.378905000, lastModified=2023-04-04 18:26:18.377359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.377359000 to 2023-04-04 18:26:18.378359000 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.379206000, lastModified=2023-04-04 18:26:18.378359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.379206000, lastModified=2023-04-04 18:26:18.378359000, delta=847000 ns, racy<=12500 ns 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.379514000, lastModified=2023-04-04 18:26:18.378359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.379514000, lastModified=2023-04-04 18:26:18.378359000, delta=1155000 ns, racy<=12500 ns 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.379817000, lastModified=2023-04-04 18:26:18.378359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.378359000 to 2023-04-04 18:26:18.379359000 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.380132000, lastModified=2023-04-04 18:26:18.379359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.380132000, lastModified=2023-04-04 18:26:18.379359000, delta=773000 ns, racy<=12500 ns 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.380431000, lastModified=2023-04-04 18:26:18.379359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.380431000, lastModified=2023-04-04 18:26:18.379359000, delta=1072000 ns, racy<=12500 ns 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.380725000, lastModified=2023-04-04 18:26:18.379359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.380725000, lastModified=2023-04-04 18:26:18.379359000, delta=1366000 ns, racy<=12500 ns 18:26:18.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.381041000, lastModified=2023-04-04 18:26:18.380359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.381041000, lastModified=2023-04-04 18:26:18.380359000, delta=682000 ns, racy<=12500 ns 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.381346000, lastModified=2023-04-04 18:26:18.380359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.381346000, lastModified=2023-04-04 18:26:18.380359000, delta=987000 ns, racy<=12500 ns 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.381680000, lastModified=2023-04-04 18:26:18.380359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.381680000, lastModified=2023-04-04 18:26:18.380359000, delta=1321000 ns, racy<=12500 ns 18:26:18.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.382014000, lastModified=2023-04-04 18:26:18.381359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.382014000, lastModified=2023-04-04 18:26:18.381359000, delta=655000 ns, racy<=12500 ns 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.382373000, lastModified=2023-04-04 18:26:18.381359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.382373000, lastModified=2023-04-04 18:26:18.381359000, delta=1014000 ns, racy<=12500 ns 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.382707000, lastModified=2023-04-04 18:26:18.381359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.382707000, lastModified=2023-04-04 18:26:18.381359000, delta=1348000 ns, racy<=12500 ns 18:26:18.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.383015000, lastModified=2023-04-04 18:26:18.382359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.383015000, lastModified=2023-04-04 18:26:18.382359000, delta=656000 ns, racy<=12500 ns 18:26:18.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.383331000, lastModified=2023-04-04 18:26:18.382359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.383331000, lastModified=2023-04-04 18:26:18.382359000, delta=972000 ns, racy<=12500 ns 18:26:18.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.391032000, lastModified=2023-04-04 18:26:18.390359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.391032000, lastModified=2023-04-04 18:26:18.390359000, delta=673000 ns, racy<=12500 ns 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.391416000, lastModified=2023-04-04 18:26:18.390359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.391416000, lastModified=2023-04-04 18:26:18.390359000, delta=1057000 ns, racy<=12500 ns 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.391740000, lastModified=2023-04-04 18:26:18.390359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.391740000, lastModified=2023-04-04 18:26:18.390359000, delta=1381000 ns, racy<=12500 ns 18:26:18.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.392065000, lastModified=2023-04-04 18:26:18.391359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.392065000, lastModified=2023-04-04 18:26:18.391359000, delta=706000 ns, racy<=12500 ns 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.392383000, lastModified=2023-04-04 18:26:18.391359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.392383000, lastModified=2023-04-04 18:26:18.391359000, delta=1024000 ns, racy<=12500 ns 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.392689000, lastModified=2023-04-04 18:26:18.391359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.392689000, lastModified=2023-04-04 18:26:18.391359000, delta=1330000 ns, racy<=12500 ns 18:26:18.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.393032000, lastModified=2023-04-04 18:26:18.392359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.393032000, lastModified=2023-04-04 18:26:18.392359000, delta=673000 ns, racy<=12500 ns 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.393339000, lastModified=2023-04-04 18:26:18.392359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.393339000, lastModified=2023-04-04 18:26:18.392359000, delta=980000 ns, racy<=12500 ns 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.393636000, lastModified=2023-04-04 18:26:18.392359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.393636000, lastModified=2023-04-04 18:26:18.392359000, delta=1277000 ns, racy<=12500 ns 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.393935000, lastModified=2023-04-04 18:26:18.392359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.392359000 to 2023-04-04 18:26:18.393359000 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.394237000, lastModified=2023-04-04 18:26:18.393359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.394237000, lastModified=2023-04-04 18:26:18.393359000, delta=878000 ns, racy<=12500 ns 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.394552000, lastModified=2023-04-04 18:26:18.393359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.394552000, lastModified=2023-04-04 18:26:18.393359000, delta=1193000 ns, racy<=12500 ns 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.394887000, lastModified=2023-04-04 18:26:18.393359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.393359000 to 2023-04-04 18:26:18.394359000 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.395192000, lastModified=2023-04-04 18:26:18.394359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.395192000, lastModified=2023-04-04 18:26:18.394359000, delta=833000 ns, racy<=12500 ns 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.395532000, lastModified=2023-04-04 18:26:18.394359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.395532000, lastModified=2023-04-04 18:26:18.394359000, delta=1173000 ns, racy<=12500 ns 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.395861000, lastModified=2023-04-04 18:26:18.394359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.394359000 to 2023-04-04 18:26:18.395359000 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.396207000, lastModified=2023-04-04 18:26:18.395359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.396207000, lastModified=2023-04-04 18:26:18.395359000, delta=848000 ns, racy<=12500 ns 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.396508000, lastModified=2023-04-04 18:26:18.395359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.396508000, lastModified=2023-04-04 18:26:18.395359000, delta=1149000 ns, racy<=12500 ns 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.396796000, lastModified=2023-04-04 18:26:18.395359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.395359000 to 2023-04-04 18:26:18.396359000 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.397165000, lastModified=2023-04-04 18:26:18.396359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.397165000, lastModified=2023-04-04 18:26:18.396359000, delta=806000 ns, racy<=12500 ns 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.397487000, lastModified=2023-04-04 18:26:18.396359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.397487000, lastModified=2023-04-04 18:26:18.396359000, delta=1128000 ns, racy<=12500 ns 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.397779000, lastModified=2023-04-04 18:26:18.396359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.397779000, lastModified=2023-04-04 18:26:18.396359000, delta=1420000 ns, racy<=12500 ns 18:26:18.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.398097000, lastModified=2023-04-04 18:26:18.397359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.398097000, lastModified=2023-04-04 18:26:18.397359000, delta=738000 ns, racy<=12500 ns 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.398434000, lastModified=2023-04-04 18:26:18.397359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.398434000, lastModified=2023-04-04 18:26:18.397359000, delta=1075000 ns, racy<=12500 ns 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.398732000, lastModified=2023-04-04 18:26:18.397359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.398732000, lastModified=2023-04-04 18:26:18.397359000, delta=1373000 ns, racy<=12500 ns 18:26:18.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.399038000, lastModified=2023-04-04 18:26:18.398359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.399038000, lastModified=2023-04-04 18:26:18.398359000, delta=679000 ns, racy<=12500 ns 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.399349000, lastModified=2023-04-04 18:26:18.398359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.399349000, lastModified=2023-04-04 18:26:18.398359000, delta=990000 ns, racy<=12500 ns 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.399636000, lastModified=2023-04-04 18:26:18.398359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.399636000, lastModified=2023-04-04 18:26:18.398359000, delta=1277000 ns, racy<=12500 ns 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.399961000, lastModified=2023-04-04 18:26:18.399359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.399961000, lastModified=2023-04-04 18:26:18.399359000, delta=602000 ns, racy<=12500 ns 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.400288000, lastModified=2023-04-04 18:26:18.399359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.400288000, lastModified=2023-04-04 18:26:18.399359000, delta=929000 ns, racy<=12500 ns 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.400589000, lastModified=2023-04-04 18:26:18.399359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.400589000, lastModified=2023-04-04 18:26:18.399359000, delta=1230000 ns, racy<=12500 ns 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.400887000, lastModified=2023-04-04 18:26:18.399359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.399359000 to 2023-04-04 18:26:18.400359000 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.401221000, lastModified=2023-04-04 18:26:18.400359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.401221000, lastModified=2023-04-04 18:26:18.400359000, delta=862000 ns, racy<=12500 ns 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.401514000, lastModified=2023-04-04 18:26:18.400359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.401514000, lastModified=2023-04-04 18:26:18.400359000, delta=1155000 ns, racy<=12500 ns 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.401830000, lastModified=2023-04-04 18:26:18.400359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.400359000 to 2023-04-04 18:26:18.401359000 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.402149000, lastModified=2023-04-04 18:26:18.401359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.402149000, lastModified=2023-04-04 18:26:18.401359000, delta=790000 ns, racy<=12500 ns 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.402460000, lastModified=2023-04-04 18:26:18.401359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.402460000, lastModified=2023-04-04 18:26:18.401359000, delta=1101000 ns, racy<=12500 ns 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.402771000, lastModified=2023-04-04 18:26:18.401359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.401359000 to 2023-04-04 18:26:18.402359000 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.403074000, lastModified=2023-04-04 18:26:18.402359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.403074000, lastModified=2023-04-04 18:26:18.402359000, delta=715000 ns, racy<=12500 ns 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.403385000, lastModified=2023-04-04 18:26:18.402359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.403385000, lastModified=2023-04-04 18:26:18.402359000, delta=1026000 ns, racy<=12500 ns 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.403678000, lastModified=2023-04-04 18:26:18.402359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.403678000, lastModified=2023-04-04 18:26:18.402359000, delta=1319000 ns, racy<=12500 ns 18:26:18.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.404001000, lastModified=2023-04-04 18:26:18.403359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.404001000, lastModified=2023-04-04 18:26:18.403359000, delta=642000 ns, racy<=12500 ns 18:26:18.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.404338000, lastModified=2023-04-04 18:26:18.403359000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.403359000 to 2023-04-04 18:26:18.448360000 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.450310000, lastModified=2023-04-04 18:26:18.449360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.450310000, lastModified=2023-04-04 18:26:18.449360000, delta=950000 ns, racy<=12500 ns 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.450684000, lastModified=2023-04-04 18:26:18.449360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.450684000, lastModified=2023-04-04 18:26:18.449360000, delta=1324000 ns, racy<=12500 ns 18:26:18.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.451025000, lastModified=2023-04-04 18:26:18.450360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.451025000, lastModified=2023-04-04 18:26:18.450360000, delta=665000 ns, racy<=12500 ns 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.451343000, lastModified=2023-04-04 18:26:18.450360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.451343000, lastModified=2023-04-04 18:26:18.450360000, delta=983000 ns, racy<=12500 ns 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.451640000, lastModified=2023-04-04 18:26:18.450360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.451640000, lastModified=2023-04-04 18:26:18.450360000, delta=1280000 ns, racy<=12500 ns 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.451945000, lastModified=2023-04-04 18:26:18.451360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.451945000, lastModified=2023-04-04 18:26:18.451360000, delta=585000 ns, racy<=12500 ns 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.452262000, lastModified=2023-04-04 18:26:18.451360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.452262000, lastModified=2023-04-04 18:26:18.451360000, delta=902000 ns, racy<=12500 ns 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.452556000, lastModified=2023-04-04 18:26:18.451360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.452556000, lastModified=2023-04-04 18:26:18.451360000, delta=1196000 ns, racy<=12500 ns 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.452851000, lastModified=2023-04-04 18:26:18.451360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.451360000 to 2023-04-04 18:26:18.452360000 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.453146000, lastModified=2023-04-04 18:26:18.452360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.453146000, lastModified=2023-04-04 18:26:18.452360000, delta=786000 ns, racy<=12500 ns 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.453442000, lastModified=2023-04-04 18:26:18.452360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.453442000, lastModified=2023-04-04 18:26:18.452360000, delta=1082000 ns, racy<=12500 ns 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.453737000, lastModified=2023-04-04 18:26:18.452360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.453737000, lastModified=2023-04-04 18:26:18.452360000, delta=1377000 ns, racy<=12500 ns 18:26:18.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.454039000, lastModified=2023-04-04 18:26:18.453360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.454039000, lastModified=2023-04-04 18:26:18.453360000, delta=679000 ns, racy<=12500 ns 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.454372000, lastModified=2023-04-04 18:26:18.453360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.454372000, lastModified=2023-04-04 18:26:18.453360000, delta=1012000 ns, racy<=12500 ns 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.454687000, lastModified=2023-04-04 18:26:18.453360000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.454687000, lastModified=2023-04-04 18:26:18.453360000, delta=1327000 ns, racy<=12500 ns 18:26:18.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.454988000, lastModified=2023-04-04 18:26:18.454361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.454988000, lastModified=2023-04-04 18:26:18.454361000, delta=627000 ns, racy<=12500 ns 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.455294000, lastModified=2023-04-04 18:26:18.454361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.455294000, lastModified=2023-04-04 18:26:18.454361000, delta=933000 ns, racy<=12500 ns 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.455587000, lastModified=2023-04-04 18:26:18.454361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.455587000, lastModified=2023-04-04 18:26:18.454361000, delta=1226000 ns, racy<=12500 ns 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.455882000, lastModified=2023-04-04 18:26:18.454361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.454361000 to 2023-04-04 18:26:18.455361000 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.456179000, lastModified=2023-04-04 18:26:18.455361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.456179000, lastModified=2023-04-04 18:26:18.455361000, delta=818000 ns, racy<=12500 ns 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.456477000, lastModified=2023-04-04 18:26:18.455361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.456477000, lastModified=2023-04-04 18:26:18.455361000, delta=1116000 ns, racy<=12500 ns 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.456768000, lastModified=2023-04-04 18:26:18.455361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.456768000, lastModified=2023-04-04 18:26:18.455361000, delta=1407000 ns, racy<=12500 ns 18:26:18.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.457069000, lastModified=2023-04-04 18:26:18.456361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.457069000, lastModified=2023-04-04 18:26:18.456361000, delta=708000 ns, racy<=12500 ns 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.457402000, lastModified=2023-04-04 18:26:18.456361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.457402000, lastModified=2023-04-04 18:26:18.456361000, delta=1041000 ns, racy<=12500 ns 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.457729000, lastModified=2023-04-04 18:26:18.456361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.457729000, lastModified=2023-04-04 18:26:18.456361000, delta=1368000 ns, racy<=12500 ns 18:26:18.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.458044000, lastModified=2023-04-04 18:26:18.457361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.458044000, lastModified=2023-04-04 18:26:18.457361000, delta=683000 ns, racy<=12500 ns 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.458359000, lastModified=2023-04-04 18:26:18.457361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.458359000, lastModified=2023-04-04 18:26:18.457361000, delta=998000 ns, racy<=12500 ns 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.458650000, lastModified=2023-04-04 18:26:18.457361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.458650000, lastModified=2023-04-04 18:26:18.457361000, delta=1289000 ns, racy<=12500 ns 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.458949000, lastModified=2023-04-04 18:26:18.458361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.458949000, lastModified=2023-04-04 18:26:18.458361000, delta=588000 ns, racy<=12500 ns 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.459266000, lastModified=2023-04-04 18:26:18.458361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.459266000, lastModified=2023-04-04 18:26:18.458361000, delta=905000 ns, racy<=12500 ns 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.459558000, lastModified=2023-04-04 18:26:18.458361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.459558000, lastModified=2023-04-04 18:26:18.458361000, delta=1197000 ns, racy<=12500 ns 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.459859000, lastModified=2023-04-04 18:26:18.458361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.458361000 to 2023-04-04 18:26:18.459361000 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.460160000, lastModified=2023-04-04 18:26:18.459361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.460160000, lastModified=2023-04-04 18:26:18.459361000, delta=799000 ns, racy<=12500 ns 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.460466000, lastModified=2023-04-04 18:26:18.459361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.460466000, lastModified=2023-04-04 18:26:18.459361000, delta=1105000 ns, racy<=12500 ns 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.460774000, lastModified=2023-04-04 18:26:18.459361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.460774000, lastModified=2023-04-04 18:26:18.459361000, delta=1413000 ns, racy<=12500 ns 18:26:18.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.461072000, lastModified=2023-04-04 18:26:18.460361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.461072000, lastModified=2023-04-04 18:26:18.460361000, delta=711000 ns, racy<=12500 ns 18:26:18.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.461369000, lastModified=2023-04-04 18:26:18.460361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.461369000, lastModified=2023-04-04 18:26:18.460361000, delta=1008000 ns, racy<=12500 ns 18:26:18.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.464336000, lastModified=2023-04-04 18:26:18.460361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.460361000 to 2023-04-04 18:26:18.463361000 18:26:18.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.464663000, lastModified=2023-04-04 18:26:18.463361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.464663000, lastModified=2023-04-04 18:26:18.463361000, delta=1302000 ns, racy<=12500 ns 18:26:18.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.464985000, lastModified=2023-04-04 18:26:18.464361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.464985000, lastModified=2023-04-04 18:26:18.464361000, delta=624000 ns, racy<=12500 ns 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.465316000, lastModified=2023-04-04 18:26:18.464361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.465316000, lastModified=2023-04-04 18:26:18.464361000, delta=955000 ns, racy<=12500 ns 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.465616000, lastModified=2023-04-04 18:26:18.464361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.465616000, lastModified=2023-04-04 18:26:18.464361000, delta=1255000 ns, racy<=12500 ns 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.465913000, lastModified=2023-04-04 18:26:18.464361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.464361000 to 2023-04-04 18:26:18.465361000 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.466199000, lastModified=2023-04-04 18:26:18.465361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.466199000, lastModified=2023-04-04 18:26:18.465361000, delta=838000 ns, racy<=12500 ns 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.466509000, lastModified=2023-04-04 18:26:18.465361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.466509000, lastModified=2023-04-04 18:26:18.465361000, delta=1148000 ns, racy<=12500 ns 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.466844000, lastModified=2023-04-04 18:26:18.465361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.465361000 to 2023-04-04 18:26:18.466361000 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.467151000, lastModified=2023-04-04 18:26:18.466361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.467151000, lastModified=2023-04-04 18:26:18.466361000, delta=790000 ns, racy<=12500 ns 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.467439000, lastModified=2023-04-04 18:26:18.466361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.467439000, lastModified=2023-04-04 18:26:18.466361000, delta=1078000 ns, racy<=12500 ns 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.467729000, lastModified=2023-04-04 18:26:18.466361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.467729000, lastModified=2023-04-04 18:26:18.466361000, delta=1368000 ns, racy<=12500 ns 18:26:18.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.468195000, lastModified=2023-04-04 18:26:18.467361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.468195000, lastModified=2023-04-04 18:26:18.467361000, delta=834000 ns, racy<=12500 ns 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.468609000, lastModified=2023-04-04 18:26:18.467361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.468609000, lastModified=2023-04-04 18:26:18.467361000, delta=1248000 ns, racy<=12500 ns 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.468930000, lastModified=2023-04-04 18:26:18.467361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.467361000 to 2023-04-04 18:26:18.468361000 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.469265000, lastModified=2023-04-04 18:26:18.468361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.469265000, lastModified=2023-04-04 18:26:18.468361000, delta=904000 ns, racy<=12500 ns 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.469610000, lastModified=2023-04-04 18:26:18.468361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.469610000, lastModified=2023-04-04 18:26:18.468361000, delta=1249000 ns, racy<=12500 ns 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.469917000, lastModified=2023-04-04 18:26:18.468361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.468361000 to 2023-04-04 18:26:18.469361000 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.470207000, lastModified=2023-04-04 18:26:18.469361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.470207000, lastModified=2023-04-04 18:26:18.469361000, delta=846000 ns, racy<=12500 ns 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.470498000, lastModified=2023-04-04 18:26:18.469361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.470498000, lastModified=2023-04-04 18:26:18.469361000, delta=1137000 ns, racy<=12500 ns 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.470786000, lastModified=2023-04-04 18:26:18.469361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.469361000 to 2023-04-04 18:26:18.470361000 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.471070000, lastModified=2023-04-04 18:26:18.470361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.471070000, lastModified=2023-04-04 18:26:18.470361000, delta=709000 ns, racy<=12500 ns 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.471375000, lastModified=2023-04-04 18:26:18.470361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.471375000, lastModified=2023-04-04 18:26:18.470361000, delta=1014000 ns, racy<=12500 ns 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.471671000, lastModified=2023-04-04 18:26:18.470361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.471671000, lastModified=2023-04-04 18:26:18.470361000, delta=1310000 ns, racy<=12500 ns 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.471969000, lastModified=2023-04-04 18:26:18.471361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.471969000, lastModified=2023-04-04 18:26:18.471361000, delta=608000 ns, racy<=12500 ns 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.472273000, lastModified=2023-04-04 18:26:18.471361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.472273000, lastModified=2023-04-04 18:26:18.471361000, delta=912000 ns, racy<=12500 ns 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.472658000, lastModified=2023-04-04 18:26:18.471361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.472658000, lastModified=2023-04-04 18:26:18.471361000, delta=1297000 ns, racy<=12500 ns 18:26:18.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.473002000, lastModified=2023-04-04 18:26:18.472361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.473002000, lastModified=2023-04-04 18:26:18.472361000, delta=641000 ns, racy<=12500 ns 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.473318000, lastModified=2023-04-04 18:26:18.472361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.473318000, lastModified=2023-04-04 18:26:18.472361000, delta=957000 ns, racy<=12500 ns 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.473611000, lastModified=2023-04-04 18:26:18.472361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.473611000, lastModified=2023-04-04 18:26:18.472361000, delta=1250000 ns, racy<=12500 ns 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.473901000, lastModified=2023-04-04 18:26:18.472361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.472361000 to 2023-04-04 18:26:18.473361000 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.474194000, lastModified=2023-04-04 18:26:18.473361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.474194000, lastModified=2023-04-04 18:26:18.473361000, delta=833000 ns, racy<=12500 ns 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.474487000, lastModified=2023-04-04 18:26:18.473361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.474487000, lastModified=2023-04-04 18:26:18.473361000, delta=1126000 ns, racy<=12500 ns 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.474775000, lastModified=2023-04-04 18:26:18.473361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.473361000 to 2023-04-04 18:26:18.474361000 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.475080000, lastModified=2023-04-04 18:26:18.474361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.475080000, lastModified=2023-04-04 18:26:18.474361000, delta=719000 ns, racy<=12500 ns 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.475388000, lastModified=2023-04-04 18:26:18.474361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.475388000, lastModified=2023-04-04 18:26:18.474361000, delta=1027000 ns, racy<=12500 ns 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.475684000, lastModified=2023-04-04 18:26:18.474361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.475684000, lastModified=2023-04-04 18:26:18.474361000, delta=1323000 ns, racy<=12500 ns 18:26:18.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.476009000, lastModified=2023-04-04 18:26:18.475361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.476009000, lastModified=2023-04-04 18:26:18.475361000, delta=648000 ns, racy<=12500 ns 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.476338000, lastModified=2023-04-04 18:26:18.475361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.476338000, lastModified=2023-04-04 18:26:18.475361000, delta=977000 ns, racy<=12500 ns 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.476641000, lastModified=2023-04-04 18:26:18.475361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.476641000, lastModified=2023-04-04 18:26:18.475361000, delta=1280000 ns, racy<=12500 ns 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.476959000, lastModified=2023-04-04 18:26:18.476361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.476959000, lastModified=2023-04-04 18:26:18.476361000, delta=598000 ns, racy<=12500 ns 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.477270000, lastModified=2023-04-04 18:26:18.476361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.477270000, lastModified=2023-04-04 18:26:18.476361000, delta=909000 ns, racy<=12500 ns 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.477565000, lastModified=2023-04-04 18:26:18.476361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.477565000, lastModified=2023-04-04 18:26:18.476361000, delta=1204000 ns, racy<=12500 ns 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.477857000, lastModified=2023-04-04 18:26:18.476361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.476361000 to 2023-04-04 18:26:18.477361000 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.478149000, lastModified=2023-04-04 18:26:18.477361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.478149000, lastModified=2023-04-04 18:26:18.477361000, delta=788000 ns, racy<=12500 ns 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.478448000, lastModified=2023-04-04 18:26:18.477361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.478448000, lastModified=2023-04-04 18:26:18.477361000, delta=1087000 ns, racy<=12500 ns 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.478741000, lastModified=2023-04-04 18:26:18.477361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.478741000, lastModified=2023-04-04 18:26:18.477361000, delta=1380000 ns, racy<=12500 ns 18:26:18.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.479088000, lastModified=2023-04-04 18:26:18.478361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.479088000, lastModified=2023-04-04 18:26:18.478361000, delta=727000 ns, racy<=12500 ns 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.479410000, lastModified=2023-04-04 18:26:18.478361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.479410000, lastModified=2023-04-04 18:26:18.478361000, delta=1049000 ns, racy<=12500 ns 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.479704000, lastModified=2023-04-04 18:26:18.478361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.479704000, lastModified=2023-04-04 18:26:18.478361000, delta=1343000 ns, racy<=12500 ns 18:26:18.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.480040000, lastModified=2023-04-04 18:26:18.479361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.480040000, lastModified=2023-04-04 18:26:18.479361000, delta=679000 ns, racy<=12500 ns 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.480353000, lastModified=2023-04-04 18:26:18.479361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.480353000, lastModified=2023-04-04 18:26:18.479361000, delta=992000 ns, racy<=12500 ns 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.480648000, lastModified=2023-04-04 18:26:18.479361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.480648000, lastModified=2023-04-04 18:26:18.479361000, delta=1287000 ns, racy<=12500 ns 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.480950000, lastModified=2023-04-04 18:26:18.480361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.480950000, lastModified=2023-04-04 18:26:18.480361000, delta=589000 ns, racy<=12500 ns 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.481263000, lastModified=2023-04-04 18:26:18.480361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.481263000, lastModified=2023-04-04 18:26:18.480361000, delta=902000 ns, racy<=12500 ns 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.481565000, lastModified=2023-04-04 18:26:18.480361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.481565000, lastModified=2023-04-04 18:26:18.480361000, delta=1204000 ns, racy<=12500 ns 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.481857000, lastModified=2023-04-04 18:26:18.480361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.480361000 to 2023-04-04 18:26:18.481361000 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.482150000, lastModified=2023-04-04 18:26:18.481361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.482150000, lastModified=2023-04-04 18:26:18.481361000, delta=789000 ns, racy<=12500 ns 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.482441000, lastModified=2023-04-04 18:26:18.481361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.482441000, lastModified=2023-04-04 18:26:18.481361000, delta=1080000 ns, racy<=12500 ns 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.482754000, lastModified=2023-04-04 18:26:18.481361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.481361000 to 2023-04-04 18:26:18.482361000 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.483124000, lastModified=2023-04-04 18:26:18.482361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.483124000, lastModified=2023-04-04 18:26:18.482361000, delta=763000 ns, racy<=12500 ns 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.483456000, lastModified=2023-04-04 18:26:18.482361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.483456000, lastModified=2023-04-04 18:26:18.482361000, delta=1095000 ns, racy<=12500 ns 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.483756000, lastModified=2023-04-04 18:26:18.482361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.483756000, lastModified=2023-04-04 18:26:18.482361000, delta=1395000 ns, racy<=12500 ns 18:26:18.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.484064000, lastModified=2023-04-04 18:26:18.483361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.484064000, lastModified=2023-04-04 18:26:18.483361000, delta=703000 ns, racy<=12500 ns 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.484381000, lastModified=2023-04-04 18:26:18.483361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.484381000, lastModified=2023-04-04 18:26:18.483361000, delta=1020000 ns, racy<=12500 ns 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.484680000, lastModified=2023-04-04 18:26:18.483361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.484680000, lastModified=2023-04-04 18:26:18.483361000, delta=1319000 ns, racy<=12500 ns 18:26:18.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.484986000, lastModified=2023-04-04 18:26:18.484361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.484986000, lastModified=2023-04-04 18:26:18.484361000, delta=625000 ns, racy<=12500 ns 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.485305000, lastModified=2023-04-04 18:26:18.484361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.485305000, lastModified=2023-04-04 18:26:18.484361000, delta=944000 ns, racy<=12500 ns 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.485614000, lastModified=2023-04-04 18:26:18.484361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.485614000, lastModified=2023-04-04 18:26:18.484361000, delta=1253000 ns, racy<=12500 ns 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.485922000, lastModified=2023-04-04 18:26:18.484361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.484361000 to 2023-04-04 18:26:18.485361000 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.486214000, lastModified=2023-04-04 18:26:18.485361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.486214000, lastModified=2023-04-04 18:26:18.485361000, delta=853000 ns, racy<=12500 ns 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.486507000, lastModified=2023-04-04 18:26:18.485361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.486507000, lastModified=2023-04-04 18:26:18.485361000, delta=1146000 ns, racy<=12500 ns 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.486795000, lastModified=2023-04-04 18:26:18.485361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.485361000 to 2023-04-04 18:26:18.486361000 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.487107000, lastModified=2023-04-04 18:26:18.486361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.487107000, lastModified=2023-04-04 18:26:18.486361000, delta=746000 ns, racy<=12500 ns 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.487415000, lastModified=2023-04-04 18:26:18.486361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.487415000, lastModified=2023-04-04 18:26:18.486361000, delta=1054000 ns, racy<=12500 ns 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.487706000, lastModified=2023-04-04 18:26:18.486361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.487706000, lastModified=2023-04-04 18:26:18.486361000, delta=1345000 ns, racy<=12500 ns 18:26:18.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.488001000, lastModified=2023-04-04 18:26:18.487361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.488001000, lastModified=2023-04-04 18:26:18.487361000, delta=640000 ns, racy<=12500 ns 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.488305000, lastModified=2023-04-04 18:26:18.487361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.488305000, lastModified=2023-04-04 18:26:18.487361000, delta=944000 ns, racy<=12500 ns 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.488596000, lastModified=2023-04-04 18:26:18.487361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.488596000, lastModified=2023-04-04 18:26:18.487361000, delta=1235000 ns, racy<=12500 ns 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.488887000, lastModified=2023-04-04 18:26:18.487361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.487361000 to 2023-04-04 18:26:18.488361000 18:26:18.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.489180000, lastModified=2023-04-04 18:26:18.488361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.489180000, lastModified=2023-04-04 18:26:18.488361000, delta=819000 ns, racy<=12500 ns 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.493469000, lastModified=2023-04-04 18:26:18.492361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.493469000, lastModified=2023-04-04 18:26:18.492361000, delta=1108000 ns, racy<=12500 ns 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.493779000, lastModified=2023-04-04 18:26:18.492361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.493779000, lastModified=2023-04-04 18:26:18.492361000, delta=1418000 ns, racy<=12500 ns 18:26:18.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.494094000, lastModified=2023-04-04 18:26:18.493361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.494094000, lastModified=2023-04-04 18:26:18.493361000, delta=733000 ns, racy<=12500 ns 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.494404000, lastModified=2023-04-04 18:26:18.493361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.494404000, lastModified=2023-04-04 18:26:18.493361000, delta=1043000 ns, racy<=12500 ns 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.494691000, lastModified=2023-04-04 18:26:18.493361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.494691000, lastModified=2023-04-04 18:26:18.493361000, delta=1330000 ns, racy<=12500 ns 18:26:18.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.494987000, lastModified=2023-04-04 18:26:18.494361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.494987000, lastModified=2023-04-04 18:26:18.494361000, delta=626000 ns, racy<=12500 ns 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.495288000, lastModified=2023-04-04 18:26:18.494361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.495288000, lastModified=2023-04-04 18:26:18.494361000, delta=927000 ns, racy<=12500 ns 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.495578000, lastModified=2023-04-04 18:26:18.494361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.495578000, lastModified=2023-04-04 18:26:18.494361000, delta=1217000 ns, racy<=12500 ns 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.495871000, lastModified=2023-04-04 18:26:18.494361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.494361000 to 2023-04-04 18:26:18.495361000 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.496162000, lastModified=2023-04-04 18:26:18.495361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.496162000, lastModified=2023-04-04 18:26:18.495361000, delta=801000 ns, racy<=12500 ns 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.496449000, lastModified=2023-04-04 18:26:18.495361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.496449000, lastModified=2023-04-04 18:26:18.495361000, delta=1088000 ns, racy<=12500 ns 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.496747000, lastModified=2023-04-04 18:26:18.495361000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.496747000, lastModified=2023-04-04 18:26:18.495361000, delta=1386000 ns, racy<=12500 ns 18:26:18.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.497050000, lastModified=2023-04-04 18:26:18.496362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.497050000, lastModified=2023-04-04 18:26:18.496362000, delta=688000 ns, racy<=12500 ns 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.497348000, lastModified=2023-04-04 18:26:18.496362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.497348000, lastModified=2023-04-04 18:26:18.496362000, delta=986000 ns, racy<=12500 ns 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.497640000, lastModified=2023-04-04 18:26:18.496362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.497640000, lastModified=2023-04-04 18:26:18.496362000, delta=1278000 ns, racy<=12500 ns 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.497933000, lastModified=2023-04-04 18:26:18.496362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.496362000 to 2023-04-04 18:26:18.497362000 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.498246000, lastModified=2023-04-04 18:26:18.497362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.498246000, lastModified=2023-04-04 18:26:18.497362000, delta=884000 ns, racy<=12500 ns 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.498541000, lastModified=2023-04-04 18:26:18.497362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.498541000, lastModified=2023-04-04 18:26:18.497362000, delta=1179000 ns, racy<=12500 ns 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.498848000, lastModified=2023-04-04 18:26:18.497362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.497362000 to 2023-04-04 18:26:18.498362000 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.499197000, lastModified=2023-04-04 18:26:18.498362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.499197000, lastModified=2023-04-04 18:26:18.498362000, delta=835000 ns, racy<=12500 ns 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.499496000, lastModified=2023-04-04 18:26:18.498362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.499496000, lastModified=2023-04-04 18:26:18.498362000, delta=1134000 ns, racy<=12500 ns 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.499795000, lastModified=2023-04-04 18:26:18.498362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.498362000 to 2023-04-04 18:26:18.499362000 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.500078000, lastModified=2023-04-04 18:26:18.499362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.500078000, lastModified=2023-04-04 18:26:18.499362000, delta=716000 ns, racy<=12500 ns 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.500380000, lastModified=2023-04-04 18:26:18.499362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.500380000, lastModified=2023-04-04 18:26:18.499362000, delta=1018000 ns, racy<=12500 ns 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.500670000, lastModified=2023-04-04 18:26:18.499362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.500670000, lastModified=2023-04-04 18:26:18.499362000, delta=1308000 ns, racy<=12500 ns 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.500971000, lastModified=2023-04-04 18:26:18.500362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.500971000, lastModified=2023-04-04 18:26:18.500362000, delta=609000 ns, racy<=12500 ns 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.501284000, lastModified=2023-04-04 18:26:18.500362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.501284000, lastModified=2023-04-04 18:26:18.500362000, delta=922000 ns, racy<=12500 ns 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.501567000, lastModified=2023-04-04 18:26:18.500362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.501567000, lastModified=2023-04-04 18:26:18.500362000, delta=1205000 ns, racy<=12500 ns 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.501846000, lastModified=2023-04-04 18:26:18.500362000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.500362000 to 2023-04-04 18:26:18.548363000 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.550082000, lastModified=2023-04-04 18:26:18.549363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.550082000, lastModified=2023-04-04 18:26:18.549363000, delta=719000 ns, racy<=12500 ns 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.550436000, lastModified=2023-04-04 18:26:18.549363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.550436000, lastModified=2023-04-04 18:26:18.549363000, delta=1073000 ns, racy<=12500 ns 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.550760000, lastModified=2023-04-04 18:26:18.549363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.550760000, lastModified=2023-04-04 18:26:18.549363000, delta=1397000 ns, racy<=12500 ns 18:26:18.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.551086000, lastModified=2023-04-04 18:26:18.550363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.551086000, lastModified=2023-04-04 18:26:18.550363000, delta=723000 ns, racy<=12500 ns 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.551403000, lastModified=2023-04-04 18:26:18.550363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.551403000, lastModified=2023-04-04 18:26:18.550363000, delta=1040000 ns, racy<=12500 ns 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.551711000, lastModified=2023-04-04 18:26:18.550363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.551711000, lastModified=2023-04-04 18:26:18.550363000, delta=1348000 ns, racy<=12500 ns 18:26:18.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.552029000, lastModified=2023-04-04 18:26:18.551363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.552029000, lastModified=2023-04-04 18:26:18.551363000, delta=666000 ns, racy<=12500 ns 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.552341000, lastModified=2023-04-04 18:26:18.551363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.552341000, lastModified=2023-04-04 18:26:18.551363000, delta=978000 ns, racy<=12500 ns 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.552638000, lastModified=2023-04-04 18:26:18.551363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.552638000, lastModified=2023-04-04 18:26:18.551363000, delta=1275000 ns, racy<=12500 ns 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.552941000, lastModified=2023-04-04 18:26:18.552363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.552941000, lastModified=2023-04-04 18:26:18.552363000, delta=578000 ns, racy<=12500 ns 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.553263000, lastModified=2023-04-04 18:26:18.552363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.553263000, lastModified=2023-04-04 18:26:18.552363000, delta=900000 ns, racy<=12500 ns 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.553557000, lastModified=2023-04-04 18:26:18.552363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.553557000, lastModified=2023-04-04 18:26:18.552363000, delta=1194000 ns, racy<=12500 ns 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.553863000, lastModified=2023-04-04 18:26:18.552363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.552363000 to 2023-04-04 18:26:18.553363000 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.554166000, lastModified=2023-04-04 18:26:18.553363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.554166000, lastModified=2023-04-04 18:26:18.553363000, delta=803000 ns, racy<=12500 ns 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.554463000, lastModified=2023-04-04 18:26:18.553363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.554463000, lastModified=2023-04-04 18:26:18.553363000, delta=1100000 ns, racy<=12500 ns 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.554755000, lastModified=2023-04-04 18:26:18.553363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.554755000, lastModified=2023-04-04 18:26:18.553363000, delta=1392000 ns, racy<=12500 ns 18:26:18.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.555090000, lastModified=2023-04-04 18:26:18.554363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.555090000, lastModified=2023-04-04 18:26:18.554363000, delta=727000 ns, racy<=12500 ns 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.555397000, lastModified=2023-04-04 18:26:18.554363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.555397000, lastModified=2023-04-04 18:26:18.554363000, delta=1034000 ns, racy<=12500 ns 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.555689000, lastModified=2023-04-04 18:26:18.554363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.555689000, lastModified=2023-04-04 18:26:18.554363000, delta=1326000 ns, racy<=12500 ns 18:26:18.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.556009000, lastModified=2023-04-04 18:26:18.555363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.556009000, lastModified=2023-04-04 18:26:18.555363000, delta=646000 ns, racy<=12500 ns 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.556322000, lastModified=2023-04-04 18:26:18.555363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.556322000, lastModified=2023-04-04 18:26:18.555363000, delta=959000 ns, racy<=12500 ns 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.556617000, lastModified=2023-04-04 18:26:18.555363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.556617000, lastModified=2023-04-04 18:26:18.555363000, delta=1254000 ns, racy<=12500 ns 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.556920000, lastModified=2023-04-04 18:26:18.555363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.555363000 to 2023-04-04 18:26:18.556363000 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.557211000, lastModified=2023-04-04 18:26:18.556363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.557211000, lastModified=2023-04-04 18:26:18.556363000, delta=848000 ns, racy<=12500 ns 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.557496000, lastModified=2023-04-04 18:26:18.556363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.557496000, lastModified=2023-04-04 18:26:18.556363000, delta=1133000 ns, racy<=12500 ns 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.557780000, lastModified=2023-04-04 18:26:18.556363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.557780000, lastModified=2023-04-04 18:26:18.556363000, delta=1417000 ns, racy<=12500 ns 18:26:18.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.558070000, lastModified=2023-04-04 18:26:18.557363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.558070000, lastModified=2023-04-04 18:26:18.557363000, delta=707000 ns, racy<=12500 ns 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.558363000, lastModified=2023-04-04 18:26:18.557363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.558363000, lastModified=2023-04-04 18:26:18.557363000, delta=1000000 ns, racy<=12500 ns 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.558643000, lastModified=2023-04-04 18:26:18.557363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.558643000, lastModified=2023-04-04 18:26:18.557363000, delta=1280000 ns, racy<=12500 ns 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.558929000, lastModified=2023-04-04 18:26:18.557363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.557363000 to 2023-04-04 18:26:18.558363000 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.559212000, lastModified=2023-04-04 18:26:18.558363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.559212000, lastModified=2023-04-04 18:26:18.558363000, delta=849000 ns, racy<=12500 ns 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.559494000, lastModified=2023-04-04 18:26:18.558363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.559494000, lastModified=2023-04-04 18:26:18.558363000, delta=1131000 ns, racy<=12500 ns 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.559800000, lastModified=2023-04-04 18:26:18.558363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.558363000 to 2023-04-04 18:26:18.559363000 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.560085000, lastModified=2023-04-04 18:26:18.559363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.560085000, lastModified=2023-04-04 18:26:18.559363000, delta=722000 ns, racy<=12500 ns 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.560395000, lastModified=2023-04-04 18:26:18.559363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.560395000, lastModified=2023-04-04 18:26:18.559363000, delta=1032000 ns, racy<=12500 ns 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.560697000, lastModified=2023-04-04 18:26:18.559363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.560697000, lastModified=2023-04-04 18:26:18.559363000, delta=1334000 ns, racy<=12500 ns 18:26:18.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.561001000, lastModified=2023-04-04 18:26:18.560363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.561001000, lastModified=2023-04-04 18:26:18.560363000, delta=638000 ns, racy<=12500 ns 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.561315000, lastModified=2023-04-04 18:26:18.560363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.561315000, lastModified=2023-04-04 18:26:18.560363000, delta=952000 ns, racy<=12500 ns 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.561655000, lastModified=2023-04-04 18:26:18.560363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.561655000, lastModified=2023-04-04 18:26:18.560363000, delta=1292000 ns, racy<=12500 ns 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.561960000, lastModified=2023-04-04 18:26:18.561363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.561960000, lastModified=2023-04-04 18:26:18.561363000, delta=597000 ns, racy<=12500 ns 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.562264000, lastModified=2023-04-04 18:26:18.561363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.562264000, lastModified=2023-04-04 18:26:18.561363000, delta=901000 ns, racy<=12500 ns 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.562554000, lastModified=2023-04-04 18:26:18.561363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.562554000, lastModified=2023-04-04 18:26:18.561363000, delta=1191000 ns, racy<=12500 ns 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.562847000, lastModified=2023-04-04 18:26:18.561363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.561363000 to 2023-04-04 18:26:18.562363000 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.563143000, lastModified=2023-04-04 18:26:18.562363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.563143000, lastModified=2023-04-04 18:26:18.562363000, delta=780000 ns, racy<=12500 ns 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.563444000, lastModified=2023-04-04 18:26:18.562363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.563444000, lastModified=2023-04-04 18:26:18.562363000, delta=1081000 ns, racy<=12500 ns 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.563735000, lastModified=2023-04-04 18:26:18.562363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.563735000, lastModified=2023-04-04 18:26:18.562363000, delta=1372000 ns, racy<=12500 ns 18:26:18.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.564097000, lastModified=2023-04-04 18:26:18.563363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.564097000, lastModified=2023-04-04 18:26:18.563363000, delta=734000 ns, racy<=12500 ns 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.564414000, lastModified=2023-04-04 18:26:18.563363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.564414000, lastModified=2023-04-04 18:26:18.563363000, delta=1051000 ns, racy<=12500 ns 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.564712000, lastModified=2023-04-04 18:26:18.563363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.564712000, lastModified=2023-04-04 18:26:18.563363000, delta=1349000 ns, racy<=12500 ns 18:26:18.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.565069000, lastModified=2023-04-04 18:26:18.564363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.565069000, lastModified=2023-04-04 18:26:18.564363000, delta=706000 ns, racy<=12500 ns 18:26:18.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.565395000, lastModified=2023-04-04 18:26:18.564363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.565395000, lastModified=2023-04-04 18:26:18.564363000, delta=1032000 ns, racy<=12500 ns 18:26:18.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.568080000, lastModified=2023-04-04 18:26:18.564363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.564363000 to 2023-04-04 18:26:18.567363000 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.568429000, lastModified=2023-04-04 18:26:18.567363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.568429000, lastModified=2023-04-04 18:26:18.567363000, delta=1066000 ns, racy<=12500 ns 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.568723000, lastModified=2023-04-04 18:26:18.567363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.568723000, lastModified=2023-04-04 18:26:18.567363000, delta=1360000 ns, racy<=12500 ns 18:26:18.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.569148000, lastModified=2023-04-04 18:26:18.568363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.569148000, lastModified=2023-04-04 18:26:18.568363000, delta=785000 ns, racy<=12500 ns 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.569547000, lastModified=2023-04-04 18:26:18.568363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.569547000, lastModified=2023-04-04 18:26:18.568363000, delta=1184000 ns, racy<=12500 ns 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.569848000, lastModified=2023-04-04 18:26:18.568363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.568363000 to 2023-04-04 18:26:18.569363000 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.570154000, lastModified=2023-04-04 18:26:18.569363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.570154000, lastModified=2023-04-04 18:26:18.569363000, delta=791000 ns, racy<=12500 ns 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.570447000, lastModified=2023-04-04 18:26:18.569363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.570447000, lastModified=2023-04-04 18:26:18.569363000, delta=1084000 ns, racy<=12500 ns 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.570738000, lastModified=2023-04-04 18:26:18.569363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.570738000, lastModified=2023-04-04 18:26:18.569363000, delta=1375000 ns, racy<=12500 ns 18:26:18.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.571030000, lastModified=2023-04-04 18:26:18.570363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.571030000, lastModified=2023-04-04 18:26:18.570363000, delta=667000 ns, racy<=12500 ns 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.571325000, lastModified=2023-04-04 18:26:18.570363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.571325000, lastModified=2023-04-04 18:26:18.570363000, delta=962000 ns, racy<=12500 ns 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.571612000, lastModified=2023-04-04 18:26:18.570363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.571612000, lastModified=2023-04-04 18:26:18.570363000, delta=1249000 ns, racy<=12500 ns 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.571907000, lastModified=2023-04-04 18:26:18.570363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.570363000 to 2023-04-04 18:26:18.571363000 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.572187000, lastModified=2023-04-04 18:26:18.571363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.572187000, lastModified=2023-04-04 18:26:18.571363000, delta=824000 ns, racy<=12500 ns 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.572483000, lastModified=2023-04-04 18:26:18.571363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.572483000, lastModified=2023-04-04 18:26:18.571363000, delta=1120000 ns, racy<=12500 ns 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.572760000, lastModified=2023-04-04 18:26:18.571363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.572760000, lastModified=2023-04-04 18:26:18.571363000, delta=1397000 ns, racy<=12500 ns 18:26:18.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.573061000, lastModified=2023-04-04 18:26:18.572363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.573061000, lastModified=2023-04-04 18:26:18.572363000, delta=698000 ns, racy<=12500 ns 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.573359000, lastModified=2023-04-04 18:26:18.572363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.573359000, lastModified=2023-04-04 18:26:18.572363000, delta=996000 ns, racy<=12500 ns 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.573635000, lastModified=2023-04-04 18:26:18.572363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.573635000, lastModified=2023-04-04 18:26:18.572363000, delta=1272000 ns, racy<=12500 ns 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.573928000, lastModified=2023-04-04 18:26:18.572363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.572363000 to 2023-04-04 18:26:18.573363000 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.574209000, lastModified=2023-04-04 18:26:18.573363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.574209000, lastModified=2023-04-04 18:26:18.573363000, delta=846000 ns, racy<=12500 ns 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.574500000, lastModified=2023-04-04 18:26:18.573363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.574500000, lastModified=2023-04-04 18:26:18.573363000, delta=1137000 ns, racy<=12500 ns 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.574788000, lastModified=2023-04-04 18:26:18.573363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.573363000 to 2023-04-04 18:26:18.574363000 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.575064000, lastModified=2023-04-04 18:26:18.574363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.575064000, lastModified=2023-04-04 18:26:18.574363000, delta=701000 ns, racy<=12500 ns 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.575443000, lastModified=2023-04-04 18:26:18.574363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.575443000, lastModified=2023-04-04 18:26:18.574363000, delta=1080000 ns, racy<=12500 ns 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.575747000, lastModified=2023-04-04 18:26:18.574363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.575747000, lastModified=2023-04-04 18:26:18.574363000, delta=1384000 ns, racy<=12500 ns 18:26:18.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.576067000, lastModified=2023-04-04 18:26:18.575363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.576067000, lastModified=2023-04-04 18:26:18.575363000, delta=704000 ns, racy<=12500 ns 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.576385000, lastModified=2023-04-04 18:26:18.575363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.576385000, lastModified=2023-04-04 18:26:18.575363000, delta=1022000 ns, racy<=12500 ns 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.576673000, lastModified=2023-04-04 18:26:18.575363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.576673000, lastModified=2023-04-04 18:26:18.575363000, delta=1310000 ns, racy<=12500 ns 18:26:18.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.577002000, lastModified=2023-04-04 18:26:18.576363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.577002000, lastModified=2023-04-04 18:26:18.576363000, delta=639000 ns, racy<=12500 ns 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.577298000, lastModified=2023-04-04 18:26:18.576363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.577298000, lastModified=2023-04-04 18:26:18.576363000, delta=935000 ns, racy<=12500 ns 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.577583000, lastModified=2023-04-04 18:26:18.576363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.577583000, lastModified=2023-04-04 18:26:18.576363000, delta=1220000 ns, racy<=12500 ns 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.577864000, lastModified=2023-04-04 18:26:18.576363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.576363000 to 2023-04-04 18:26:18.577363000 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.578148000, lastModified=2023-04-04 18:26:18.577363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.578148000, lastModified=2023-04-04 18:26:18.577363000, delta=785000 ns, racy<=12500 ns 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.578428000, lastModified=2023-04-04 18:26:18.577363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.578428000, lastModified=2023-04-04 18:26:18.577363000, delta=1065000 ns, racy<=12500 ns 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.578706000, lastModified=2023-04-04 18:26:18.577363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.578706000, lastModified=2023-04-04 18:26:18.577363000, delta=1343000 ns, racy<=12500 ns 18:26:18.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.579007000, lastModified=2023-04-04 18:26:18.578363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.579007000, lastModified=2023-04-04 18:26:18.578363000, delta=644000 ns, racy<=12500 ns 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.579300000, lastModified=2023-04-04 18:26:18.578363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.579300000, lastModified=2023-04-04 18:26:18.578363000, delta=937000 ns, racy<=12500 ns 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.579579000, lastModified=2023-04-04 18:26:18.578363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.579579000, lastModified=2023-04-04 18:26:18.578363000, delta=1216000 ns, racy<=12500 ns 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.579862000, lastModified=2023-04-04 18:26:18.578363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.578363000 to 2023-04-04 18:26:18.579363000 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.580168000, lastModified=2023-04-04 18:26:18.579363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.580168000, lastModified=2023-04-04 18:26:18.579363000, delta=805000 ns, racy<=12500 ns 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.580460000, lastModified=2023-04-04 18:26:18.579363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.580460000, lastModified=2023-04-04 18:26:18.579363000, delta=1097000 ns, racy<=12500 ns 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.580740000, lastModified=2023-04-04 18:26:18.579363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.580740000, lastModified=2023-04-04 18:26:18.579363000, delta=1377000 ns, racy<=12500 ns 18:26:18.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.581060000, lastModified=2023-04-04 18:26:18.580363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.581060000, lastModified=2023-04-04 18:26:18.580363000, delta=697000 ns, racy<=12500 ns 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.581358000, lastModified=2023-04-04 18:26:18.580363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.581358000, lastModified=2023-04-04 18:26:18.580363000, delta=995000 ns, racy<=12500 ns 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.581644000, lastModified=2023-04-04 18:26:18.580363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.581644000, lastModified=2023-04-04 18:26:18.580363000, delta=1281000 ns, racy<=12500 ns 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.581931000, lastModified=2023-04-04 18:26:18.580363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.580363000 to 2023-04-04 18:26:18.581363000 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.582216000, lastModified=2023-04-04 18:26:18.581363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.582216000, lastModified=2023-04-04 18:26:18.581363000, delta=853000 ns, racy<=12500 ns 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.582512000, lastModified=2023-04-04 18:26:18.581363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.582512000, lastModified=2023-04-04 18:26:18.581363000, delta=1149000 ns, racy<=12500 ns 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.582798000, lastModified=2023-04-04 18:26:18.581363000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.581363000 to 2023-04-04 18:26:18.582364000 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.583074000, lastModified=2023-04-04 18:26:18.582364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.583074000, lastModified=2023-04-04 18:26:18.582364000, delta=710000 ns, racy<=12500 ns 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.583400000, lastModified=2023-04-04 18:26:18.582364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.583400000, lastModified=2023-04-04 18:26:18.582364000, delta=1036000 ns, racy<=12500 ns 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.583714000, lastModified=2023-04-04 18:26:18.582364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.583714000, lastModified=2023-04-04 18:26:18.582364000, delta=1350000 ns, racy<=12500 ns 18:26:18.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.584008000, lastModified=2023-04-04 18:26:18.583364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.584008000, lastModified=2023-04-04 18:26:18.583364000, delta=644000 ns, racy<=12500 ns 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.584341000, lastModified=2023-04-04 18:26:18.583364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.584341000, lastModified=2023-04-04 18:26:18.583364000, delta=977000 ns, racy<=12500 ns 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.584653000, lastModified=2023-04-04 18:26:18.583364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.584653000, lastModified=2023-04-04 18:26:18.583364000, delta=1289000 ns, racy<=12500 ns 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.584963000, lastModified=2023-04-04 18:26:18.584364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.584963000, lastModified=2023-04-04 18:26:18.584364000, delta=599000 ns, racy<=12500 ns 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.585284000, lastModified=2023-04-04 18:26:18.584364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.585284000, lastModified=2023-04-04 18:26:18.584364000, delta=920000 ns, racy<=12500 ns 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.585611000, lastModified=2023-04-04 18:26:18.584364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.585611000, lastModified=2023-04-04 18:26:18.584364000, delta=1247000 ns, racy<=12500 ns 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.585974000, lastModified=2023-04-04 18:26:18.585364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.585974000, lastModified=2023-04-04 18:26:18.585364000, delta=610000 ns, racy<=12500 ns 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.586307000, lastModified=2023-04-04 18:26:18.585364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.586307000, lastModified=2023-04-04 18:26:18.585364000, delta=943000 ns, racy<=12500 ns 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.586618000, lastModified=2023-04-04 18:26:18.585364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.586618000, lastModified=2023-04-04 18:26:18.585364000, delta=1254000 ns, racy<=12500 ns 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.586947000, lastModified=2023-04-04 18:26:18.585364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.585364000 to 2023-04-04 18:26:18.586364000 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.587224000, lastModified=2023-04-04 18:26:18.586364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.587224000, lastModified=2023-04-04 18:26:18.586364000, delta=860000 ns, racy<=12500 ns 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.587506000, lastModified=2023-04-04 18:26:18.586364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.587506000, lastModified=2023-04-04 18:26:18.586364000, delta=1142000 ns, racy<=12500 ns 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.587789000, lastModified=2023-04-04 18:26:18.586364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.586364000 to 2023-04-04 18:26:18.587364000 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.588061000, lastModified=2023-04-04 18:26:18.587364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.588061000, lastModified=2023-04-04 18:26:18.587364000, delta=697000 ns, racy<=12500 ns 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.588354000, lastModified=2023-04-04 18:26:18.587364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.588354000, lastModified=2023-04-04 18:26:18.587364000, delta=990000 ns, racy<=12500 ns 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.588629000, lastModified=2023-04-04 18:26:18.587364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.588629000, lastModified=2023-04-04 18:26:18.587364000, delta=1265000 ns, racy<=12500 ns 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.588939000, lastModified=2023-04-04 18:26:18.587364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.587364000 to 2023-04-04 18:26:18.588364000 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.589223000, lastModified=2023-04-04 18:26:18.588364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.589223000, lastModified=2023-04-04 18:26:18.588364000, delta=859000 ns, racy<=12500 ns 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.589513000, lastModified=2023-04-04 18:26:18.588364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.589513000, lastModified=2023-04-04 18:26:18.588364000, delta=1149000 ns, racy<=12500 ns 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.589805000, lastModified=2023-04-04 18:26:18.588364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.588364000 to 2023-04-04 18:26:18.589364000 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.590131000, lastModified=2023-04-04 18:26:18.589364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.590131000, lastModified=2023-04-04 18:26:18.589364000, delta=767000 ns, racy<=12500 ns 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.590428000, lastModified=2023-04-04 18:26:18.589364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.590428000, lastModified=2023-04-04 18:26:18.589364000, delta=1064000 ns, racy<=12500 ns 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.590718000, lastModified=2023-04-04 18:26:18.589364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.590718000, lastModified=2023-04-04 18:26:18.589364000, delta=1354000 ns, racy<=12500 ns 18:26:18.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.591024000, lastModified=2023-04-04 18:26:18.590364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.591024000, lastModified=2023-04-04 18:26:18.590364000, delta=660000 ns, racy<=12500 ns 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.591315000, lastModified=2023-04-04 18:26:18.590364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.591315000, lastModified=2023-04-04 18:26:18.590364000, delta=951000 ns, racy<=12500 ns 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.591586000, lastModified=2023-04-04 18:26:18.590364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.591586000, lastModified=2023-04-04 18:26:18.590364000, delta=1222000 ns, racy<=12500 ns 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.591864000, lastModified=2023-04-04 18:26:18.590364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.590364000 to 2023-04-04 18:26:18.591364000 18:26:18.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.592147000, lastModified=2023-04-04 18:26:18.591364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.592147000, lastModified=2023-04-04 18:26:18.591364000, delta=783000 ns, racy<=12500 ns 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.596256000, lastModified=2023-04-04 18:26:18.595364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.596256000, lastModified=2023-04-04 18:26:18.595364000, delta=892000 ns, racy<=12500 ns 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.596542000, lastModified=2023-04-04 18:26:18.595364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.596542000, lastModified=2023-04-04 18:26:18.595364000, delta=1178000 ns, racy<=12500 ns 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.596820000, lastModified=2023-04-04 18:26:18.595364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.595364000 to 2023-04-04 18:26:18.596364000 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.597123000, lastModified=2023-04-04 18:26:18.596364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.597123000, lastModified=2023-04-04 18:26:18.596364000, delta=759000 ns, racy<=12500 ns 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.597410000, lastModified=2023-04-04 18:26:18.596364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.597410000, lastModified=2023-04-04 18:26:18.596364000, delta=1046000 ns, racy<=12500 ns 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.597695000, lastModified=2023-04-04 18:26:18.596364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.597695000, lastModified=2023-04-04 18:26:18.596364000, delta=1331000 ns, racy<=12500 ns 18:26:18.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.598049000, lastModified=2023-04-04 18:26:18.597364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.598049000, lastModified=2023-04-04 18:26:18.597364000, delta=685000 ns, racy<=12500 ns 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.598346000, lastModified=2023-04-04 18:26:18.597364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.598346000, lastModified=2023-04-04 18:26:18.597364000, delta=982000 ns, racy<=12500 ns 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.598634000, lastModified=2023-04-04 18:26:18.597364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.598634000, lastModified=2023-04-04 18:26:18.597364000, delta=1270000 ns, racy<=12500 ns 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.598943000, lastModified=2023-04-04 18:26:18.598364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.598943000, lastModified=2023-04-04 18:26:18.598364000, delta=579000 ns, racy<=12500 ns 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.599239000, lastModified=2023-04-04 18:26:18.598364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.599239000, lastModified=2023-04-04 18:26:18.598364000, delta=875000 ns, racy<=12500 ns 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.599517000, lastModified=2023-04-04 18:26:18.598364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.599517000, lastModified=2023-04-04 18:26:18.598364000, delta=1153000 ns, racy<=12500 ns 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.599800000, lastModified=2023-04-04 18:26:18.598364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.598364000 to 2023-04-04 18:26:18.599364000 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.600077000, lastModified=2023-04-04 18:26:18.599364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.600077000, lastModified=2023-04-04 18:26:18.599364000, delta=713000 ns, racy<=12500 ns 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.600362000, lastModified=2023-04-04 18:26:18.599364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.600362000, lastModified=2023-04-04 18:26:18.599364000, delta=998000 ns, racy<=12500 ns 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.600633000, lastModified=2023-04-04 18:26:18.599364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.600633000, lastModified=2023-04-04 18:26:18.599364000, delta=1269000 ns, racy<=12500 ns 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.600931000, lastModified=2023-04-04 18:26:18.599364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.599364000 to 2023-04-04 18:26:18.600364000 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.601212000, lastModified=2023-04-04 18:26:18.600364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.601212000, lastModified=2023-04-04 18:26:18.600364000, delta=848000 ns, racy<=12500 ns 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.601486000, lastModified=2023-04-04 18:26:18.600364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.601486000, lastModified=2023-04-04 18:26:18.600364000, delta=1122000 ns, racy<=12500 ns 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.601761000, lastModified=2023-04-04 18:26:18.600364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.601761000, lastModified=2023-04-04 18:26:18.600364000, delta=1397000 ns, racy<=12500 ns 18:26:18.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.602067000, lastModified=2023-04-04 18:26:18.601364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.602067000, lastModified=2023-04-04 18:26:18.601364000, delta=703000 ns, racy<=12500 ns 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.602351000, lastModified=2023-04-04 18:26:18.601364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.602351000, lastModified=2023-04-04 18:26:18.601364000, delta=987000 ns, racy<=12500 ns 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.602629000, lastModified=2023-04-04 18:26:18.601364000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.602629000, lastModified=2023-04-04 18:26:18.601364000, delta=1265000 ns, racy<=12500 ns 18:26:18.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.650099000, lastModified=2023-04-04 18:26:18.649365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.650099000, lastModified=2023-04-04 18:26:18.649365000, delta=734000 ns, racy<=12500 ns 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.650506000, lastModified=2023-04-04 18:26:18.649365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.650506000, lastModified=2023-04-04 18:26:18.649365000, delta=1141000 ns, racy<=12500 ns 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.650830000, lastModified=2023-04-04 18:26:18.649365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.649365000 to 2023-04-04 18:26:18.650365000 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.651111000, lastModified=2023-04-04 18:26:18.650365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.651111000, lastModified=2023-04-04 18:26:18.650365000, delta=746000 ns, racy<=12500 ns 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.651413000, lastModified=2023-04-04 18:26:18.650365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.651413000, lastModified=2023-04-04 18:26:18.650365000, delta=1048000 ns, racy<=12500 ns 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.651694000, lastModified=2023-04-04 18:26:18.650365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.651694000, lastModified=2023-04-04 18:26:18.650365000, delta=1329000 ns, racy<=12500 ns 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.651983000, lastModified=2023-04-04 18:26:18.651365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.651983000, lastModified=2023-04-04 18:26:18.651365000, delta=618000 ns, racy<=12500 ns 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.652276000, lastModified=2023-04-04 18:26:18.651365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.652276000, lastModified=2023-04-04 18:26:18.651365000, delta=911000 ns, racy<=12500 ns 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.652588000, lastModified=2023-04-04 18:26:18.651365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.652588000, lastModified=2023-04-04 18:26:18.651365000, delta=1223000 ns, racy<=12500 ns 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.652872000, lastModified=2023-04-04 18:26:18.651365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.651365000 to 2023-04-04 18:26:18.652365000 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.653157000, lastModified=2023-04-04 18:26:18.652365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.653157000, lastModified=2023-04-04 18:26:18.652365000, delta=792000 ns, racy<=12500 ns 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.653443000, lastModified=2023-04-04 18:26:18.652365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.653443000, lastModified=2023-04-04 18:26:18.652365000, delta=1078000 ns, racy<=12500 ns 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.653724000, lastModified=2023-04-04 18:26:18.652365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.653724000, lastModified=2023-04-04 18:26:18.652365000, delta=1359000 ns, racy<=12500 ns 18:26:18.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.654023000, lastModified=2023-04-04 18:26:18.653365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.654023000, lastModified=2023-04-04 18:26:18.653365000, delta=658000 ns, racy<=12500 ns 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.654317000, lastModified=2023-04-04 18:26:18.653365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.654317000, lastModified=2023-04-04 18:26:18.653365000, delta=952000 ns, racy<=12500 ns 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.654607000, lastModified=2023-04-04 18:26:18.653365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.654607000, lastModified=2023-04-04 18:26:18.653365000, delta=1242000 ns, racy<=12500 ns 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.654911000, lastModified=2023-04-04 18:26:18.653365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.653365000 to 2023-04-04 18:26:18.654365000 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.655207000, lastModified=2023-04-04 18:26:18.654365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.655207000, lastModified=2023-04-04 18:26:18.654365000, delta=842000 ns, racy<=12500 ns 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.655489000, lastModified=2023-04-04 18:26:18.654365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.655489000, lastModified=2023-04-04 18:26:18.654365000, delta=1124000 ns, racy<=12500 ns 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.655760000, lastModified=2023-04-04 18:26:18.654365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.655760000, lastModified=2023-04-04 18:26:18.654365000, delta=1395000 ns, racy<=12500 ns 18:26:18.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.656047000, lastModified=2023-04-04 18:26:18.655365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.656047000, lastModified=2023-04-04 18:26:18.655365000, delta=682000 ns, racy<=12500 ns 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.656328000, lastModified=2023-04-04 18:26:18.655365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.656328000, lastModified=2023-04-04 18:26:18.655365000, delta=963000 ns, racy<=12500 ns 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.656598000, lastModified=2023-04-04 18:26:18.655365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.656598000, lastModified=2023-04-04 18:26:18.655365000, delta=1233000 ns, racy<=12500 ns 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.656874000, lastModified=2023-04-04 18:26:18.655365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.655365000 to 2023-04-04 18:26:18.656365000 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.657174000, lastModified=2023-04-04 18:26:18.656365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.657174000, lastModified=2023-04-04 18:26:18.656365000, delta=809000 ns, racy<=12500 ns 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.657462000, lastModified=2023-04-04 18:26:18.656365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.657462000, lastModified=2023-04-04 18:26:18.656365000, delta=1097000 ns, racy<=12500 ns 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.657746000, lastModified=2023-04-04 18:26:18.656365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.657746000, lastModified=2023-04-04 18:26:18.656365000, delta=1381000 ns, racy<=12500 ns 18:26:18.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.658057000, lastModified=2023-04-04 18:26:18.657365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.658057000, lastModified=2023-04-04 18:26:18.657365000, delta=692000 ns, racy<=12500 ns 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.658343000, lastModified=2023-04-04 18:26:18.657365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.658343000, lastModified=2023-04-04 18:26:18.657365000, delta=978000 ns, racy<=12500 ns 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.658621000, lastModified=2023-04-04 18:26:18.657365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.658621000, lastModified=2023-04-04 18:26:18.657365000, delta=1256000 ns, racy<=12500 ns 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.658902000, lastModified=2023-04-04 18:26:18.657365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.657365000 to 2023-04-04 18:26:18.658365000 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.659178000, lastModified=2023-04-04 18:26:18.658365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.659178000, lastModified=2023-04-04 18:26:18.658365000, delta=813000 ns, racy<=12500 ns 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.659494000, lastModified=2023-04-04 18:26:18.658365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.659494000, lastModified=2023-04-04 18:26:18.658365000, delta=1129000 ns, racy<=12500 ns 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.659781000, lastModified=2023-04-04 18:26:18.658365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.659781000, lastModified=2023-04-04 18:26:18.658365000, delta=1416000 ns, racy<=12500 ns 18:26:18.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.660078000, lastModified=2023-04-04 18:26:18.659365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.660078000, lastModified=2023-04-04 18:26:18.659365000, delta=713000 ns, racy<=12500 ns 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.660379000, lastModified=2023-04-04 18:26:18.659365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.660379000, lastModified=2023-04-04 18:26:18.659365000, delta=1014000 ns, racy<=12500 ns 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.660685000, lastModified=2023-04-04 18:26:18.659365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.660685000, lastModified=2023-04-04 18:26:18.659365000, delta=1320000 ns, racy<=12500 ns 18:26:18.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.661003000, lastModified=2023-04-04 18:26:18.660365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.661003000, lastModified=2023-04-04 18:26:18.660365000, delta=638000 ns, racy<=12500 ns 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.661309000, lastModified=2023-04-04 18:26:18.660365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.661309000, lastModified=2023-04-04 18:26:18.660365000, delta=944000 ns, racy<=12500 ns 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.661595000, lastModified=2023-04-04 18:26:18.660365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.661595000, lastModified=2023-04-04 18:26:18.660365000, delta=1230000 ns, racy<=12500 ns 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.661880000, lastModified=2023-04-04 18:26:18.660365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.660365000 to 2023-04-04 18:26:18.661365000 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.662208000, lastModified=2023-04-04 18:26:18.661365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.662208000, lastModified=2023-04-04 18:26:18.661365000, delta=843000 ns, racy<=12500 ns 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.662503000, lastModified=2023-04-04 18:26:18.661365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.662503000, lastModified=2023-04-04 18:26:18.661365000, delta=1138000 ns, racy<=12500 ns 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.662792000, lastModified=2023-04-04 18:26:18.661365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.661365000 to 2023-04-04 18:26:18.662365000 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.663074000, lastModified=2023-04-04 18:26:18.662365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.663074000, lastModified=2023-04-04 18:26:18.662365000, delta=709000 ns, racy<=12500 ns 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.663380000, lastModified=2023-04-04 18:26:18.662365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.663380000, lastModified=2023-04-04 18:26:18.662365000, delta=1015000 ns, racy<=12500 ns 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.663661000, lastModified=2023-04-04 18:26:18.662365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.663661000, lastModified=2023-04-04 18:26:18.662365000, delta=1296000 ns, racy<=12500 ns 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.663956000, lastModified=2023-04-04 18:26:18.663365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.663956000, lastModified=2023-04-04 18:26:18.663365000, delta=591000 ns, racy<=12500 ns 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.664246000, lastModified=2023-04-04 18:26:18.663365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.664246000, lastModified=2023-04-04 18:26:18.663365000, delta=881000 ns, racy<=12500 ns 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.664524000, lastModified=2023-04-04 18:26:18.663365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.664524000, lastModified=2023-04-04 18:26:18.663365000, delta=1159000 ns, racy<=12500 ns 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.664798000, lastModified=2023-04-04 18:26:18.663365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.663365000 to 2023-04-04 18:26:18.664365000 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.665096000, lastModified=2023-04-04 18:26:18.664365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.665096000, lastModified=2023-04-04 18:26:18.664365000, delta=731000 ns, racy<=12500 ns 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.665394000, lastModified=2023-04-04 18:26:18.664365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.665394000, lastModified=2023-04-04 18:26:18.664365000, delta=1029000 ns, racy<=12500 ns 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.665678000, lastModified=2023-04-04 18:26:18.664365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.665678000, lastModified=2023-04-04 18:26:18.664365000, delta=1313000 ns, racy<=12500 ns 18:26:18.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.666003000, lastModified=2023-04-04 18:26:18.665365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.666003000, lastModified=2023-04-04 18:26:18.665365000, delta=638000 ns, racy<=12500 ns 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.666300000, lastModified=2023-04-04 18:26:18.665365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.666300000, lastModified=2023-04-04 18:26:18.665365000, delta=935000 ns, racy<=12500 ns 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.666576000, lastModified=2023-04-04 18:26:18.665365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.666576000, lastModified=2023-04-04 18:26:18.665365000, delta=1211000 ns, racy<=12500 ns 18:26:18.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.671692000, lastModified=2023-04-04 18:26:18.665365000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.665365000 to 2023-04-04 18:26:18.670366000 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.672012000, lastModified=2023-04-04 18:26:18.671366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.672012000, lastModified=2023-04-04 18:26:18.671366000, delta=646000 ns, racy<=12500 ns 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.672306000, lastModified=2023-04-04 18:26:18.671366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.672306000, lastModified=2023-04-04 18:26:18.671366000, delta=940000 ns, racy<=12500 ns 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.672579000, lastModified=2023-04-04 18:26:18.671366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.672579000, lastModified=2023-04-04 18:26:18.671366000, delta=1213000 ns, racy<=12500 ns 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.672858000, lastModified=2023-04-04 18:26:18.671366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.671366000 to 2023-04-04 18:26:18.672366000 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.673176000, lastModified=2023-04-04 18:26:18.672366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.673176000, lastModified=2023-04-04 18:26:18.672366000, delta=810000 ns, racy<=12500 ns 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.673458000, lastModified=2023-04-04 18:26:18.672366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.673458000, lastModified=2023-04-04 18:26:18.672366000, delta=1092000 ns, racy<=12500 ns 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.673738000, lastModified=2023-04-04 18:26:18.672366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.673738000, lastModified=2023-04-04 18:26:18.672366000, delta=1372000 ns, racy<=12500 ns 18:26:18.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.674039000, lastModified=2023-04-04 18:26:18.673366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.674039000, lastModified=2023-04-04 18:26:18.673366000, delta=673000 ns, racy<=12500 ns 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.674345000, lastModified=2023-04-04 18:26:18.673366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.674345000, lastModified=2023-04-04 18:26:18.673366000, delta=979000 ns, racy<=12500 ns 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.674627000, lastModified=2023-04-04 18:26:18.673366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.674627000, lastModified=2023-04-04 18:26:18.673366000, delta=1261000 ns, racy<=12500 ns 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.674923000, lastModified=2023-04-04 18:26:18.673366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.673366000 to 2023-04-04 18:26:18.674366000 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.675209000, lastModified=2023-04-04 18:26:18.674366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.675209000, lastModified=2023-04-04 18:26:18.674366000, delta=843000 ns, racy<=12500 ns 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.675505000, lastModified=2023-04-04 18:26:18.674366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.675505000, lastModified=2023-04-04 18:26:18.674366000, delta=1139000 ns, racy<=12500 ns 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.675791000, lastModified=2023-04-04 18:26:18.674366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.674366000 to 2023-04-04 18:26:18.675366000 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.676075000, lastModified=2023-04-04 18:26:18.675366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.676075000, lastModified=2023-04-04 18:26:18.675366000, delta=709000 ns, racy<=12500 ns 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.676374000, lastModified=2023-04-04 18:26:18.675366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.676374000, lastModified=2023-04-04 18:26:18.675366000, delta=1008000 ns, racy<=12500 ns 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.676662000, lastModified=2023-04-04 18:26:18.675366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.676662000, lastModified=2023-04-04 18:26:18.675366000, delta=1296000 ns, racy<=12500 ns 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.676960000, lastModified=2023-04-04 18:26:18.676366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.676960000, lastModified=2023-04-04 18:26:18.676366000, delta=594000 ns, racy<=12500 ns 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.677258000, lastModified=2023-04-04 18:26:18.676366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.677258000, lastModified=2023-04-04 18:26:18.676366000, delta=892000 ns, racy<=12500 ns 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.677555000, lastModified=2023-04-04 18:26:18.676366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.677555000, lastModified=2023-04-04 18:26:18.676366000, delta=1189000 ns, racy<=12500 ns 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.677842000, lastModified=2023-04-04 18:26:18.676366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.676366000 to 2023-04-04 18:26:18.677366000 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.678162000, lastModified=2023-04-04 18:26:18.677366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.678162000, lastModified=2023-04-04 18:26:18.677366000, delta=796000 ns, racy<=12500 ns 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.678450000, lastModified=2023-04-04 18:26:18.677366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.678450000, lastModified=2023-04-04 18:26:18.677366000, delta=1084000 ns, racy<=12500 ns 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.678736000, lastModified=2023-04-04 18:26:18.677366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.678736000, lastModified=2023-04-04 18:26:18.677366000, delta=1370000 ns, racy<=12500 ns 18:26:18.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.679028000, lastModified=2023-04-04 18:26:18.678366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.679028000, lastModified=2023-04-04 18:26:18.678366000, delta=662000 ns, racy<=12500 ns 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.679324000, lastModified=2023-04-04 18:26:18.678366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.679324000, lastModified=2023-04-04 18:26:18.678366000, delta=958000 ns, racy<=12500 ns 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.679612000, lastModified=2023-04-04 18:26:18.678366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.679612000, lastModified=2023-04-04 18:26:18.678366000, delta=1246000 ns, racy<=12500 ns 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.679910000, lastModified=2023-04-04 18:26:18.678366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.678366000 to 2023-04-04 18:26:18.679366000 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.680198000, lastModified=2023-04-04 18:26:18.679366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.680198000, lastModified=2023-04-04 18:26:18.679366000, delta=832000 ns, racy<=12500 ns 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.680490000, lastModified=2023-04-04 18:26:18.679366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.680490000, lastModified=2023-04-04 18:26:18.679366000, delta=1124000 ns, racy<=12500 ns 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.680778000, lastModified=2023-04-04 18:26:18.679366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.680778000, lastModified=2023-04-04 18:26:18.679366000, delta=1412000 ns, racy<=12500 ns 18:26:18.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.681066000, lastModified=2023-04-04 18:26:18.680366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.681066000, lastModified=2023-04-04 18:26:18.680366000, delta=700000 ns, racy<=12500 ns 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.681367000, lastModified=2023-04-04 18:26:18.680366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.681367000, lastModified=2023-04-04 18:26:18.680366000, delta=1001000 ns, racy<=12500 ns 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.681647000, lastModified=2023-04-04 18:26:18.680366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.681647000, lastModified=2023-04-04 18:26:18.680366000, delta=1281000 ns, racy<=12500 ns 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.681936000, lastModified=2023-04-04 18:26:18.680366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.680366000 to 2023-04-04 18:26:18.681366000 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.682218000, lastModified=2023-04-04 18:26:18.681366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.682218000, lastModified=2023-04-04 18:26:18.681366000, delta=852000 ns, racy<=12500 ns 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.682504000, lastModified=2023-04-04 18:26:18.681366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.682504000, lastModified=2023-04-04 18:26:18.681366000, delta=1138000 ns, racy<=12500 ns 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.682785000, lastModified=2023-04-04 18:26:18.681366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.682785000, lastModified=2023-04-04 18:26:18.681366000, delta=1419000 ns, racy<=12500 ns 18:26:18.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.683078000, lastModified=2023-04-04 18:26:18.682366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.683078000, lastModified=2023-04-04 18:26:18.682366000, delta=712000 ns, racy<=12500 ns 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.683375000, lastModified=2023-04-04 18:26:18.682366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.683375000, lastModified=2023-04-04 18:26:18.682366000, delta=1009000 ns, racy<=12500 ns 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.683660000, lastModified=2023-04-04 18:26:18.682366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.683660000, lastModified=2023-04-04 18:26:18.682366000, delta=1294000 ns, racy<=12500 ns 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.683955000, lastModified=2023-04-04 18:26:18.683366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.683955000, lastModified=2023-04-04 18:26:18.683366000, delta=589000 ns, racy<=12500 ns 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.684260000, lastModified=2023-04-04 18:26:18.683366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.684260000, lastModified=2023-04-04 18:26:18.683366000, delta=894000 ns, racy<=12500 ns 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.684557000, lastModified=2023-04-04 18:26:18.683366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.684557000, lastModified=2023-04-04 18:26:18.683366000, delta=1191000 ns, racy<=12500 ns 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.684845000, lastModified=2023-04-04 18:26:18.683366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.683366000 to 2023-04-04 18:26:18.684366000 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.685141000, lastModified=2023-04-04 18:26:18.684366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.685141000, lastModified=2023-04-04 18:26:18.684366000, delta=775000 ns, racy<=12500 ns 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.685433000, lastModified=2023-04-04 18:26:18.684366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.685433000, lastModified=2023-04-04 18:26:18.684366000, delta=1067000 ns, racy<=12500 ns 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.685725000, lastModified=2023-04-04 18:26:18.684366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.685725000, lastModified=2023-04-04 18:26:18.684366000, delta=1359000 ns, racy<=12500 ns 18:26:18.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.686032000, lastModified=2023-04-04 18:26:18.685366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.686032000, lastModified=2023-04-04 18:26:18.685366000, delta=666000 ns, racy<=12500 ns 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.686338000, lastModified=2023-04-04 18:26:18.685366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.686338000, lastModified=2023-04-04 18:26:18.685366000, delta=972000 ns, racy<=12500 ns 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.686655000, lastModified=2023-04-04 18:26:18.685366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.686655000, lastModified=2023-04-04 18:26:18.685366000, delta=1289000 ns, racy<=12500 ns 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.686947000, lastModified=2023-04-04 18:26:18.686366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.686947000, lastModified=2023-04-04 18:26:18.686366000, delta=581000 ns, racy<=12500 ns 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.687250000, lastModified=2023-04-04 18:26:18.686366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.687250000, lastModified=2023-04-04 18:26:18.686366000, delta=884000 ns, racy<=12500 ns 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.687545000, lastModified=2023-04-04 18:26:18.686366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.687545000, lastModified=2023-04-04 18:26:18.686366000, delta=1179000 ns, racy<=12500 ns 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.687830000, lastModified=2023-04-04 18:26:18.686366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.686366000 to 2023-04-04 18:26:18.687366000 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.688125000, lastModified=2023-04-04 18:26:18.687366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.688125000, lastModified=2023-04-04 18:26:18.687366000, delta=759000 ns, racy<=12500 ns 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.688413000, lastModified=2023-04-04 18:26:18.687366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.688413000, lastModified=2023-04-04 18:26:18.687366000, delta=1047000 ns, racy<=12500 ns 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.688700000, lastModified=2023-04-04 18:26:18.687366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.688700000, lastModified=2023-04-04 18:26:18.687366000, delta=1334000 ns, racy<=12500 ns 18:26:18.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.688993000, lastModified=2023-04-04 18:26:18.688366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.688993000, lastModified=2023-04-04 18:26:18.688366000, delta=627000 ns, racy<=12500 ns 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.689288000, lastModified=2023-04-04 18:26:18.688366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.689288000, lastModified=2023-04-04 18:26:18.688366000, delta=922000 ns, racy<=12500 ns 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.689578000, lastModified=2023-04-04 18:26:18.688366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.689578000, lastModified=2023-04-04 18:26:18.688366000, delta=1212000 ns, racy<=12500 ns 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.689937000, lastModified=2023-04-04 18:26:18.688366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.688366000 to 2023-04-04 18:26:18.689366000 18:26:18.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.690473000, lastModified=2023-04-04 18:26:18.689366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.690473000, lastModified=2023-04-04 18:26:18.689366000, delta=1107000 ns, racy<=12500 ns 18:26:18.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.690818000, lastModified=2023-04-04 18:26:18.689366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.689366000 to 2023-04-04 18:26:18.690366000 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.691149000, lastModified=2023-04-04 18:26:18.690366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.691149000, lastModified=2023-04-04 18:26:18.690366000, delta=783000 ns, racy<=12500 ns 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.691480000, lastModified=2023-04-04 18:26:18.690366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.691480000, lastModified=2023-04-04 18:26:18.690366000, delta=1114000 ns, racy<=12500 ns 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.691792000, lastModified=2023-04-04 18:26:18.690366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.690366000 to 2023-04-04 18:26:18.691366000 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.692087000, lastModified=2023-04-04 18:26:18.691366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.692087000, lastModified=2023-04-04 18:26:18.691366000, delta=721000 ns, racy<=12500 ns 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.692396000, lastModified=2023-04-04 18:26:18.691366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.692396000, lastModified=2023-04-04 18:26:18.691366000, delta=1030000 ns, racy<=12500 ns 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.692732000, lastModified=2023-04-04 18:26:18.691366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.692732000, lastModified=2023-04-04 18:26:18.691366000, delta=1366000 ns, racy<=12500 ns 18:26:18.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.693069000, lastModified=2023-04-04 18:26:18.692366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.693069000, lastModified=2023-04-04 18:26:18.692366000, delta=703000 ns, racy<=12500 ns 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.693400000, lastModified=2023-04-04 18:26:18.692366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.693400000, lastModified=2023-04-04 18:26:18.692366000, delta=1034000 ns, racy<=12500 ns 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.693712000, lastModified=2023-04-04 18:26:18.692366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.693712000, lastModified=2023-04-04 18:26:18.692366000, delta=1346000 ns, racy<=12500 ns 18:26:18.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.694025000, lastModified=2023-04-04 18:26:18.693366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.694025000, lastModified=2023-04-04 18:26:18.693366000, delta=659000 ns, racy<=12500 ns 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.694339000, lastModified=2023-04-04 18:26:18.693366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.694339000, lastModified=2023-04-04 18:26:18.693366000, delta=973000 ns, racy<=12500 ns 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.694633000, lastModified=2023-04-04 18:26:18.693366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.694633000, lastModified=2023-04-04 18:26:18.693366000, delta=1267000 ns, racy<=12500 ns 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.694957000, lastModified=2023-04-04 18:26:18.693366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.693366000 to 2023-04-04 18:26:18.694366000 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.695283000, lastModified=2023-04-04 18:26:18.694366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.695283000, lastModified=2023-04-04 18:26:18.694366000, delta=917000 ns, racy<=12500 ns 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.695606000, lastModified=2023-04-04 18:26:18.694366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.695606000, lastModified=2023-04-04 18:26:18.694366000, delta=1240000 ns, racy<=12500 ns 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.695945000, lastModified=2023-04-04 18:26:18.694366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.694366000 to 2023-04-04 18:26:18.695366000 18:26:18.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.699841000, lastModified=2023-04-04 18:26:18.698366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.698366000 to 2023-04-04 18:26:18.699366000 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.700156000, lastModified=2023-04-04 18:26:18.699366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.700156000, lastModified=2023-04-04 18:26:18.699366000, delta=790000 ns, racy<=12500 ns 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.700449000, lastModified=2023-04-04 18:26:18.699366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.700449000, lastModified=2023-04-04 18:26:18.699366000, delta=1083000 ns, racy<=12500 ns 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.700741000, lastModified=2023-04-04 18:26:18.699366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.700741000, lastModified=2023-04-04 18:26:18.699366000, delta=1375000 ns, racy<=12500 ns 18:26:18.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.701061000, lastModified=2023-04-04 18:26:18.700366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.701061000, lastModified=2023-04-04 18:26:18.700366000, delta=695000 ns, racy<=12500 ns 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.701376000, lastModified=2023-04-04 18:26:18.700366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.701376000, lastModified=2023-04-04 18:26:18.700366000, delta=1010000 ns, racy<=12500 ns 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.701667000, lastModified=2023-04-04 18:26:18.700366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.701667000, lastModified=2023-04-04 18:26:18.700366000, delta=1301000 ns, racy<=12500 ns 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.701975000, lastModified=2023-04-04 18:26:18.701366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.701975000, lastModified=2023-04-04 18:26:18.701366000, delta=609000 ns, racy<=12500 ns 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.702290000, lastModified=2023-04-04 18:26:18.701366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.702290000, lastModified=2023-04-04 18:26:18.701366000, delta=924000 ns, racy<=12500 ns 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.702584000, lastModified=2023-04-04 18:26:18.701366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.702584000, lastModified=2023-04-04 18:26:18.701366000, delta=1218000 ns, racy<=12500 ns 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.702870000, lastModified=2023-04-04 18:26:18.701366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.701366000 to 2023-04-04 18:26:18.702366000 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.703175000, lastModified=2023-04-04 18:26:18.702366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.703175000, lastModified=2023-04-04 18:26:18.702366000, delta=809000 ns, racy<=12500 ns 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.703468000, lastModified=2023-04-04 18:26:18.702366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.703468000, lastModified=2023-04-04 18:26:18.702366000, delta=1102000 ns, racy<=12500 ns 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.703754000, lastModified=2023-04-04 18:26:18.702366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.703754000, lastModified=2023-04-04 18:26:18.702366000, delta=1388000 ns, racy<=12500 ns 18:26:18.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.704066000, lastModified=2023-04-04 18:26:18.703366000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.703366000 to 2023-04-04 18:26:18.748367000 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.750234000, lastModified=2023-04-04 18:26:18.749367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.750234000, lastModified=2023-04-04 18:26:18.749367000, delta=867000 ns, racy<=12500 ns 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.750604000, lastModified=2023-04-04 18:26:18.749367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.750604000, lastModified=2023-04-04 18:26:18.749367000, delta=1237000 ns, racy<=12500 ns 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.750930000, lastModified=2023-04-04 18:26:18.749367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.749367000 to 2023-04-04 18:26:18.750367000 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.751235000, lastModified=2023-04-04 18:26:18.750367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.751235000, lastModified=2023-04-04 18:26:18.750367000, delta=868000 ns, racy<=12500 ns 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.751534000, lastModified=2023-04-04 18:26:18.750367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.751534000, lastModified=2023-04-04 18:26:18.750367000, delta=1167000 ns, racy<=12500 ns 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.751817000, lastModified=2023-04-04 18:26:18.750367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.750367000 to 2023-04-04 18:26:18.751367000 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.752086000, lastModified=2023-04-04 18:26:18.751367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.752086000, lastModified=2023-04-04 18:26:18.751367000, delta=719000 ns, racy<=12500 ns 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.752388000, lastModified=2023-04-04 18:26:18.751367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.752388000, lastModified=2023-04-04 18:26:18.751367000, delta=1021000 ns, racy<=12500 ns 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.752669000, lastModified=2023-04-04 18:26:18.751367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.752669000, lastModified=2023-04-04 18:26:18.751367000, delta=1302000 ns, racy<=12500 ns 18:26:18.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.753055000, lastModified=2023-04-04 18:26:18.752367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.753055000, lastModified=2023-04-04 18:26:18.752367000, delta=688000 ns, racy<=12500 ns 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.753364000, lastModified=2023-04-04 18:26:18.752367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.753364000, lastModified=2023-04-04 18:26:18.752367000, delta=997000 ns, racy<=12500 ns 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.753649000, lastModified=2023-04-04 18:26:18.752367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.753649000, lastModified=2023-04-04 18:26:18.752367000, delta=1282000 ns, racy<=12500 ns 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.753951000, lastModified=2023-04-04 18:26:18.753367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.753951000, lastModified=2023-04-04 18:26:18.753367000, delta=584000 ns, racy<=12500 ns 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.754277000, lastModified=2023-04-04 18:26:18.753367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.754277000, lastModified=2023-04-04 18:26:18.753367000, delta=910000 ns, racy<=12500 ns 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.754561000, lastModified=2023-04-04 18:26:18.753367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.754561000, lastModified=2023-04-04 18:26:18.753367000, delta=1194000 ns, racy<=12500 ns 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.754839000, lastModified=2023-04-04 18:26:18.753367000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.753367000 to 2023-04-04 18:26:18.754368000 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.755142000, lastModified=2023-04-04 18:26:18.754368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.755142000, lastModified=2023-04-04 18:26:18.754368000, delta=774000 ns, racy<=12500 ns 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.755435000, lastModified=2023-04-04 18:26:18.754368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.755435000, lastModified=2023-04-04 18:26:18.754368000, delta=1067000 ns, racy<=12500 ns 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.755714000, lastModified=2023-04-04 18:26:18.754368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.755714000, lastModified=2023-04-04 18:26:18.754368000, delta=1346000 ns, racy<=12500 ns 18:26:18.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.755998000, lastModified=2023-04-04 18:26:18.755368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.755998000, lastModified=2023-04-04 18:26:18.755368000, delta=630000 ns, racy<=12500 ns 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.756292000, lastModified=2023-04-04 18:26:18.755368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.756292000, lastModified=2023-04-04 18:26:18.755368000, delta=924000 ns, racy<=12500 ns 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.756566000, lastModified=2023-04-04 18:26:18.755368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.756566000, lastModified=2023-04-04 18:26:18.755368000, delta=1198000 ns, racy<=12500 ns 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.756837000, lastModified=2023-04-04 18:26:18.755368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.755368000 to 2023-04-04 18:26:18.756368000 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.757140000, lastModified=2023-04-04 18:26:18.756368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.757140000, lastModified=2023-04-04 18:26:18.756368000, delta=772000 ns, racy<=12500 ns 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.757415000, lastModified=2023-04-04 18:26:18.756368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.757415000, lastModified=2023-04-04 18:26:18.756368000, delta=1047000 ns, racy<=12500 ns 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.757700000, lastModified=2023-04-04 18:26:18.756368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.757700000, lastModified=2023-04-04 18:26:18.756368000, delta=1332000 ns, racy<=12500 ns 18:26:18.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.757997000, lastModified=2023-04-04 18:26:18.757368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.757997000, lastModified=2023-04-04 18:26:18.757368000, delta=629000 ns, racy<=12500 ns 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.758296000, lastModified=2023-04-04 18:26:18.757368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.758296000, lastModified=2023-04-04 18:26:18.757368000, delta=928000 ns, racy<=12500 ns 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.758565000, lastModified=2023-04-04 18:26:18.757368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.758565000, lastModified=2023-04-04 18:26:18.757368000, delta=1197000 ns, racy<=12500 ns 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.758830000, lastModified=2023-04-04 18:26:18.757368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.757368000 to 2023-04-04 18:26:18.758368000 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.759090000, lastModified=2023-04-04 18:26:18.758368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.759090000, lastModified=2023-04-04 18:26:18.758368000, delta=722000 ns, racy<=12500 ns 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.759404000, lastModified=2023-04-04 18:26:18.758368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.759404000, lastModified=2023-04-04 18:26:18.758368000, delta=1036000 ns, racy<=12500 ns 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.759687000, lastModified=2023-04-04 18:26:18.758368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.759687000, lastModified=2023-04-04 18:26:18.758368000, delta=1319000 ns, racy<=12500 ns 18:26:18.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.759994000, lastModified=2023-04-04 18:26:18.759368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.759994000, lastModified=2023-04-04 18:26:18.759368000, delta=626000 ns, racy<=12500 ns 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.760319000, lastModified=2023-04-04 18:26:18.759368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.760319000, lastModified=2023-04-04 18:26:18.759368000, delta=951000 ns, racy<=12500 ns 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.760604000, lastModified=2023-04-04 18:26:18.759368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.760604000, lastModified=2023-04-04 18:26:18.759368000, delta=1236000 ns, racy<=12500 ns 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.760897000, lastModified=2023-04-04 18:26:18.759368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.759368000 to 2023-04-04 18:26:18.760368000 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.761189000, lastModified=2023-04-04 18:26:18.760368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.761189000, lastModified=2023-04-04 18:26:18.760368000, delta=821000 ns, racy<=12500 ns 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.761470000, lastModified=2023-04-04 18:26:18.760368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.761470000, lastModified=2023-04-04 18:26:18.760368000, delta=1102000 ns, racy<=12500 ns 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.761747000, lastModified=2023-04-04 18:26:18.760368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.761747000, lastModified=2023-04-04 18:26:18.760368000, delta=1379000 ns, racy<=12500 ns 18:26:18.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.762033000, lastModified=2023-04-04 18:26:18.761368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.762033000, lastModified=2023-04-04 18:26:18.761368000, delta=665000 ns, racy<=12500 ns 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.762368000, lastModified=2023-04-04 18:26:18.761368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.762368000, lastModified=2023-04-04 18:26:18.761368000, delta=1000000 ns, racy<=12500 ns 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.762642000, lastModified=2023-04-04 18:26:18.761368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.762642000, lastModified=2023-04-04 18:26:18.761368000, delta=1274000 ns, racy<=12500 ns 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.762912000, lastModified=2023-04-04 18:26:18.761368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.761368000 to 2023-04-04 18:26:18.762368000 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.763178000, lastModified=2023-04-04 18:26:18.762368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.763178000, lastModified=2023-04-04 18:26:18.762368000, delta=810000 ns, racy<=12500 ns 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.763444000, lastModified=2023-04-04 18:26:18.762368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.763444000, lastModified=2023-04-04 18:26:18.762368000, delta=1076000 ns, racy<=12500 ns 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.763749000, lastModified=2023-04-04 18:26:18.762368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.763749000, lastModified=2023-04-04 18:26:18.762368000, delta=1381000 ns, racy<=12500 ns 18:26:18.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.764026000, lastModified=2023-04-04 18:26:18.763368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.764026000, lastModified=2023-04-04 18:26:18.763368000, delta=658000 ns, racy<=12500 ns 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.764335000, lastModified=2023-04-04 18:26:18.763368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.764335000, lastModified=2023-04-04 18:26:18.763368000, delta=967000 ns, racy<=12500 ns 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.764612000, lastModified=2023-04-04 18:26:18.763368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.764612000, lastModified=2023-04-04 18:26:18.763368000, delta=1244000 ns, racy<=12500 ns 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.764874000, lastModified=2023-04-04 18:26:18.763368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.763368000 to 2023-04-04 18:26:18.764368000 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.765147000, lastModified=2023-04-04 18:26:18.764368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.765147000, lastModified=2023-04-04 18:26:18.764368000, delta=779000 ns, racy<=12500 ns 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.765417000, lastModified=2023-04-04 18:26:18.764368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.765417000, lastModified=2023-04-04 18:26:18.764368000, delta=1049000 ns, racy<=12500 ns 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.765684000, lastModified=2023-04-04 18:26:18.764368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.765684000, lastModified=2023-04-04 18:26:18.764368000, delta=1316000 ns, racy<=12500 ns 18:26:18.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.765981000, lastModified=2023-04-04 18:26:18.765368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.765981000, lastModified=2023-04-04 18:26:18.765368000, delta=613000 ns, racy<=12500 ns 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.766297000, lastModified=2023-04-04 18:26:18.765368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.766297000, lastModified=2023-04-04 18:26:18.765368000, delta=929000 ns, racy<=12500 ns 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.766572000, lastModified=2023-04-04 18:26:18.765368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.766572000, lastModified=2023-04-04 18:26:18.765368000, delta=1204000 ns, racy<=12500 ns 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.766852000, lastModified=2023-04-04 18:26:18.765368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.765368000 to 2023-04-04 18:26:18.766368000 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.767120000, lastModified=2023-04-04 18:26:18.766368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.767120000, lastModified=2023-04-04 18:26:18.766368000, delta=752000 ns, racy<=12500 ns 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.767386000, lastModified=2023-04-04 18:26:18.766368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.767386000, lastModified=2023-04-04 18:26:18.766368000, delta=1018000 ns, racy<=12500 ns 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.767652000, lastModified=2023-04-04 18:26:18.766368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.767652000, lastModified=2023-04-04 18:26:18.766368000, delta=1284000 ns, racy<=12500 ns 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.767925000, lastModified=2023-04-04 18:26:18.766368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.766368000 to 2023-04-04 18:26:18.767368000 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.768214000, lastModified=2023-04-04 18:26:18.767368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.768214000, lastModified=2023-04-04 18:26:18.767368000, delta=846000 ns, racy<=12500 ns 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.768479000, lastModified=2023-04-04 18:26:18.767368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.768479000, lastModified=2023-04-04 18:26:18.767368000, delta=1111000 ns, racy<=12500 ns 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.768784000, lastModified=2023-04-04 18:26:18.767368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.768784000, lastModified=2023-04-04 18:26:18.767368000, delta=1416000 ns, racy<=12500 ns 18:26:18.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.774050000, lastModified=2023-04-04 18:26:18.768368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.768368000 to 2023-04-04 18:26:18.773368000 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.774437000, lastModified=2023-04-04 18:26:18.773368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.774437000, lastModified=2023-04-04 18:26:18.773368000, delta=1069000 ns, racy<=12500 ns 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.774716000, lastModified=2023-04-04 18:26:18.773368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.774716000, lastModified=2023-04-04 18:26:18.773368000, delta=1348000 ns, racy<=12500 ns 18:26:18.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.774994000, lastModified=2023-04-04 18:26:18.774368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.774994000, lastModified=2023-04-04 18:26:18.774368000, delta=626000 ns, racy<=12500 ns 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.775270000, lastModified=2023-04-04 18:26:18.774368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.775270000, lastModified=2023-04-04 18:26:18.774368000, delta=902000 ns, racy<=12500 ns 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.775557000, lastModified=2023-04-04 18:26:18.774368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.775557000, lastModified=2023-04-04 18:26:18.774368000, delta=1189000 ns, racy<=12500 ns 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.775824000, lastModified=2023-04-04 18:26:18.774368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.774368000 to 2023-04-04 18:26:18.775368000 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.776083000, lastModified=2023-04-04 18:26:18.775368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.776083000, lastModified=2023-04-04 18:26:18.775368000, delta=715000 ns, racy<=12500 ns 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.776367000, lastModified=2023-04-04 18:26:18.775368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.776367000, lastModified=2023-04-04 18:26:18.775368000, delta=999000 ns, racy<=12500 ns 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.776637000, lastModified=2023-04-04 18:26:18.775368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.776637000, lastModified=2023-04-04 18:26:18.775368000, delta=1269000 ns, racy<=12500 ns 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.776952000, lastModified=2023-04-04 18:26:18.776368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.776952000, lastModified=2023-04-04 18:26:18.776368000, delta=584000 ns, racy<=12500 ns 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.777249000, lastModified=2023-04-04 18:26:18.776368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.777249000, lastModified=2023-04-04 18:26:18.776368000, delta=881000 ns, racy<=12500 ns 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.777543000, lastModified=2023-04-04 18:26:18.776368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.777543000, lastModified=2023-04-04 18:26:18.776368000, delta=1175000 ns, racy<=12500 ns 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.777832000, lastModified=2023-04-04 18:26:18.776368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.776368000 to 2023-04-04 18:26:18.777368000 18:26:18.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.778099000, lastModified=2023-04-04 18:26:18.777368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.778099000, lastModified=2023-04-04 18:26:18.777368000, delta=731000 ns, racy<=12500 ns 18:26:18.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.778379000, lastModified=2023-04-04 18:26:18.777368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.778379000, lastModified=2023-04-04 18:26:18.777368000, delta=1011000 ns, racy<=12500 ns 18:26:18.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.778643000, lastModified=2023-04-04 18:26:18.777368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.777368000 to 2023-04-04 18:26:18.778368000 18:26:18.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.779654000, lastModified=2023-04-04 18:26:18.778368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.779654000, lastModified=2023-04-04 18:26:18.778368000, delta=1286000 ns, racy<=12500 ns 18:26:18.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.779942000, lastModified=2023-04-04 18:26:18.779368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.779942000, lastModified=2023-04-04 18:26:18.779368000, delta=574000 ns, racy<=12500 ns 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.780227000, lastModified=2023-04-04 18:26:18.779368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.780227000, lastModified=2023-04-04 18:26:18.779368000, delta=859000 ns, racy<=12500 ns 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.780521000, lastModified=2023-04-04 18:26:18.779368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.780521000, lastModified=2023-04-04 18:26:18.779368000, delta=1153000 ns, racy<=12500 ns 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.780804000, lastModified=2023-04-04 18:26:18.779368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.779368000 to 2023-04-04 18:26:18.780368000 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.781097000, lastModified=2023-04-04 18:26:18.780368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.781097000, lastModified=2023-04-04 18:26:18.780368000, delta=729000 ns, racy<=12500 ns 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.781367000, lastModified=2023-04-04 18:26:18.780368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.781367000, lastModified=2023-04-04 18:26:18.780368000, delta=999000 ns, racy<=12500 ns 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.781626000, lastModified=2023-04-04 18:26:18.780368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.781626000, lastModified=2023-04-04 18:26:18.780368000, delta=1258000 ns, racy<=12500 ns 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.781918000, lastModified=2023-04-04 18:26:18.780368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.780368000 to 2023-04-04 18:26:18.781368000 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.782196000, lastModified=2023-04-04 18:26:18.781368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.782196000, lastModified=2023-04-04 18:26:18.781368000, delta=828000 ns, racy<=12500 ns 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.782455000, lastModified=2023-04-04 18:26:18.781368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.782455000, lastModified=2023-04-04 18:26:18.781368000, delta=1087000 ns, racy<=12500 ns 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.782709000, lastModified=2023-04-04 18:26:18.781368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.782709000, lastModified=2023-04-04 18:26:18.781368000, delta=1341000 ns, racy<=12500 ns 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.782969000, lastModified=2023-04-04 18:26:18.782368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.782969000, lastModified=2023-04-04 18:26:18.782368000, delta=601000 ns, racy<=12500 ns 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.783245000, lastModified=2023-04-04 18:26:18.782368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.783245000, lastModified=2023-04-04 18:26:18.782368000, delta=877000 ns, racy<=12500 ns 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.783503000, lastModified=2023-04-04 18:26:18.782368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.783503000, lastModified=2023-04-04 18:26:18.782368000, delta=1135000 ns, racy<=12500 ns 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.783757000, lastModified=2023-04-04 18:26:18.782368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.783757000, lastModified=2023-04-04 18:26:18.782368000, delta=1389000 ns, racy<=12500 ns 18:26:18.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.784018000, lastModified=2023-04-04 18:26:18.783368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.784018000, lastModified=2023-04-04 18:26:18.783368000, delta=650000 ns, racy<=12500 ns 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.784285000, lastModified=2023-04-04 18:26:18.783368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.784285000, lastModified=2023-04-04 18:26:18.783368000, delta=917000 ns, racy<=12500 ns 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.784538000, lastModified=2023-04-04 18:26:18.783368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.784538000, lastModified=2023-04-04 18:26:18.783368000, delta=1170000 ns, racy<=12500 ns 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.784787000, lastModified=2023-04-04 18:26:18.783368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.784787000, lastModified=2023-04-04 18:26:18.783368000, delta=1419000 ns, racy<=12500 ns 18:26:18.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.785071000, lastModified=2023-04-04 18:26:18.784368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.785071000, lastModified=2023-04-04 18:26:18.784368000, delta=703000 ns, racy<=12500 ns 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.785397000, lastModified=2023-04-04 18:26:18.784368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.785397000, lastModified=2023-04-04 18:26:18.784368000, delta=1029000 ns, racy<=12500 ns 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.785667000, lastModified=2023-04-04 18:26:18.784368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.785667000, lastModified=2023-04-04 18:26:18.784368000, delta=1299000 ns, racy<=12500 ns 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.785939000, lastModified=2023-04-04 18:26:18.785368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.785939000, lastModified=2023-04-04 18:26:18.785368000, delta=571000 ns, racy<=12500 ns 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.786226000, lastModified=2023-04-04 18:26:18.785368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.786226000, lastModified=2023-04-04 18:26:18.785368000, delta=858000 ns, racy<=12500 ns 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.786494000, lastModified=2023-04-04 18:26:18.785368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.786494000, lastModified=2023-04-04 18:26:18.785368000, delta=1126000 ns, racy<=12500 ns 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.786754000, lastModified=2023-04-04 18:26:18.785368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.786754000, lastModified=2023-04-04 18:26:18.785368000, delta=1386000 ns, racy<=12500 ns 18:26:18.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.787030000, lastModified=2023-04-04 18:26:18.786368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.787030000, lastModified=2023-04-04 18:26:18.786368000, delta=662000 ns, racy<=12500 ns 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.787298000, lastModified=2023-04-04 18:26:18.786368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.787298000, lastModified=2023-04-04 18:26:18.786368000, delta=930000 ns, racy<=12500 ns 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.787552000, lastModified=2023-04-04 18:26:18.786368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.787552000, lastModified=2023-04-04 18:26:18.786368000, delta=1184000 ns, racy<=12500 ns 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.787805000, lastModified=2023-04-04 18:26:18.786368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.786368000 to 2023-04-04 18:26:18.787368000 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.788061000, lastModified=2023-04-04 18:26:18.787368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.788061000, lastModified=2023-04-04 18:26:18.787368000, delta=693000 ns, racy<=12500 ns 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.788328000, lastModified=2023-04-04 18:26:18.787368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.788328000, lastModified=2023-04-04 18:26:18.787368000, delta=960000 ns, racy<=12500 ns 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.788579000, lastModified=2023-04-04 18:26:18.787368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.788579000, lastModified=2023-04-04 18:26:18.787368000, delta=1211000 ns, racy<=12500 ns 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.788835000, lastModified=2023-04-04 18:26:18.787368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.787368000 to 2023-04-04 18:26:18.788368000 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.789103000, lastModified=2023-04-04 18:26:18.788368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.789103000, lastModified=2023-04-04 18:26:18.788368000, delta=735000 ns, racy<=12500 ns 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.789384000, lastModified=2023-04-04 18:26:18.788368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.789384000, lastModified=2023-04-04 18:26:18.788368000, delta=1016000 ns, racy<=12500 ns 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.789646000, lastModified=2023-04-04 18:26:18.788368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.789646000, lastModified=2023-04-04 18:26:18.788368000, delta=1278000 ns, racy<=12500 ns 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.789914000, lastModified=2023-04-04 18:26:18.788368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.788368000 to 2023-04-04 18:26:18.789368000 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.790195000, lastModified=2023-04-04 18:26:18.789368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.790195000, lastModified=2023-04-04 18:26:18.789368000, delta=827000 ns, racy<=12500 ns 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.790457000, lastModified=2023-04-04 18:26:18.789368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.790457000, lastModified=2023-04-04 18:26:18.789368000, delta=1089000 ns, racy<=12500 ns 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.790720000, lastModified=2023-04-04 18:26:18.789368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.790720000, lastModified=2023-04-04 18:26:18.789368000, delta=1352000 ns, racy<=12500 ns 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.790981000, lastModified=2023-04-04 18:26:18.790368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.790981000, lastModified=2023-04-04 18:26:18.790368000, delta=613000 ns, racy<=12500 ns 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.791245000, lastModified=2023-04-04 18:26:18.790368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.791245000, lastModified=2023-04-04 18:26:18.790368000, delta=877000 ns, racy<=12500 ns 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.791499000, lastModified=2023-04-04 18:26:18.790368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.791499000, lastModified=2023-04-04 18:26:18.790368000, delta=1131000 ns, racy<=12500 ns 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.791754000, lastModified=2023-04-04 18:26:18.790368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.791754000, lastModified=2023-04-04 18:26:18.790368000, delta=1386000 ns, racy<=12500 ns 18:26:18.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.792078000, lastModified=2023-04-04 18:26:18.791368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.792078000, lastModified=2023-04-04 18:26:18.791368000, delta=710000 ns, racy<=12500 ns 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.792347000, lastModified=2023-04-04 18:26:18.791368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.792347000, lastModified=2023-04-04 18:26:18.791368000, delta=979000 ns, racy<=12500 ns 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.792603000, lastModified=2023-04-04 18:26:18.791368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.792603000, lastModified=2023-04-04 18:26:18.791368000, delta=1235000 ns, racy<=12500 ns 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.792871000, lastModified=2023-04-04 18:26:18.791368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.791368000 to 2023-04-04 18:26:18.792368000 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.793133000, lastModified=2023-04-04 18:26:18.792368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.793133000, lastModified=2023-04-04 18:26:18.792368000, delta=765000 ns, racy<=12500 ns 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.793386000, lastModified=2023-04-04 18:26:18.792368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.793386000, lastModified=2023-04-04 18:26:18.792368000, delta=1018000 ns, racy<=12500 ns 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.793640000, lastModified=2023-04-04 18:26:18.792368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.793640000, lastModified=2023-04-04 18:26:18.792368000, delta=1272000 ns, racy<=12500 ns 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.793928000, lastModified=2023-04-04 18:26:18.792368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.792368000 to 2023-04-04 18:26:18.793368000 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.794369000, lastModified=2023-04-04 18:26:18.793368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.794369000, lastModified=2023-04-04 18:26:18.793368000, delta=1001000 ns, racy<=12500 ns 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.794697000, lastModified=2023-04-04 18:26:18.793368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.794697000, lastModified=2023-04-04 18:26:18.793368000, delta=1329000 ns, racy<=12500 ns 18:26:18.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.795032000, lastModified=2023-04-04 18:26:18.794368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.795032000, lastModified=2023-04-04 18:26:18.794368000, delta=664000 ns, racy<=12500 ns 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.795318000, lastModified=2023-04-04 18:26:18.794368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.795318000, lastModified=2023-04-04 18:26:18.794368000, delta=950000 ns, racy<=12500 ns 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.795586000, lastModified=2023-04-04 18:26:18.794368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.795586000, lastModified=2023-04-04 18:26:18.794368000, delta=1218000 ns, racy<=12500 ns 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.795847000, lastModified=2023-04-04 18:26:18.794368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.794368000 to 2023-04-04 18:26:18.795368000 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.796120000, lastModified=2023-04-04 18:26:18.795368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.796120000, lastModified=2023-04-04 18:26:18.795368000, delta=752000 ns, racy<=12500 ns 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.796382000, lastModified=2023-04-04 18:26:18.795368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.796382000, lastModified=2023-04-04 18:26:18.795368000, delta=1014000 ns, racy<=12500 ns 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.796638000, lastModified=2023-04-04 18:26:18.795368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.796638000, lastModified=2023-04-04 18:26:18.795368000, delta=1270000 ns, racy<=12500 ns 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.796903000, lastModified=2023-04-04 18:26:18.795368000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.795368000 to 2023-04-04 18:26:18.796368000 18:26:18.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.799717000, lastModified=2023-04-04 18:26:18.798369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.799717000, lastModified=2023-04-04 18:26:18.798369000, delta=1348000 ns, racy<=12500 ns 18:26:18.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.800013000, lastModified=2023-04-04 18:26:18.799369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.800013000, lastModified=2023-04-04 18:26:18.799369000, delta=644000 ns, racy<=12500 ns 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.800294000, lastModified=2023-04-04 18:26:18.799369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.800294000, lastModified=2023-04-04 18:26:18.799369000, delta=925000 ns, racy<=12500 ns 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.800560000, lastModified=2023-04-04 18:26:18.799369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.800560000, lastModified=2023-04-04 18:26:18.799369000, delta=1191000 ns, racy<=12500 ns 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.800824000, lastModified=2023-04-04 18:26:18.799369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.799369000 to 2023-04-04 18:26:18.800369000 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.801088000, lastModified=2023-04-04 18:26:18.800369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.801088000, lastModified=2023-04-04 18:26:18.800369000, delta=719000 ns, racy<=12500 ns 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.801368000, lastModified=2023-04-04 18:26:18.800369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.801368000, lastModified=2023-04-04 18:26:18.800369000, delta=999000 ns, racy<=12500 ns 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.801636000, lastModified=2023-04-04 18:26:18.800369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.801636000, lastModified=2023-04-04 18:26:18.800369000, delta=1267000 ns, racy<=12500 ns 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.801910000, lastModified=2023-04-04 18:26:18.800369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.800369000 to 2023-04-04 18:26:18.801369000 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.802176000, lastModified=2023-04-04 18:26:18.801369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.802176000, lastModified=2023-04-04 18:26:18.801369000, delta=807000 ns, racy<=12500 ns 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.802445000, lastModified=2023-04-04 18:26:18.801369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.802445000, lastModified=2023-04-04 18:26:18.801369000, delta=1076000 ns, racy<=12500 ns 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.802728000, lastModified=2023-04-04 18:26:18.801369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.802728000, lastModified=2023-04-04 18:26:18.801369000, delta=1359000 ns, racy<=12500 ns 18:26:18.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.803016000, lastModified=2023-04-04 18:26:18.802369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.803016000, lastModified=2023-04-04 18:26:18.802369000, delta=647000 ns, racy<=12500 ns 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.803288000, lastModified=2023-04-04 18:26:18.802369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.803288000, lastModified=2023-04-04 18:26:18.802369000, delta=919000 ns, racy<=12500 ns 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.803556000, lastModified=2023-04-04 18:26:18.802369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.803556000, lastModified=2023-04-04 18:26:18.802369000, delta=1187000 ns, racy<=12500 ns 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.803856000, lastModified=2023-04-04 18:26:18.802369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.802369000 to 2023-04-04 18:26:18.803369000 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.804142000, lastModified=2023-04-04 18:26:18.803369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.804142000, lastModified=2023-04-04 18:26:18.803369000, delta=773000 ns, racy<=12500 ns 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.804409000, lastModified=2023-04-04 18:26:18.803369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.804409000, lastModified=2023-04-04 18:26:18.803369000, delta=1040000 ns, racy<=12500 ns 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.804670000, lastModified=2023-04-04 18:26:18.803369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.804670000, lastModified=2023-04-04 18:26:18.803369000, delta=1301000 ns, racy<=12500 ns 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.804960000, lastModified=2023-04-04 18:26:18.804369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.804960000, lastModified=2023-04-04 18:26:18.804369000, delta=591000 ns, racy<=12500 ns 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.805272000, lastModified=2023-04-04 18:26:18.804369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.805272000, lastModified=2023-04-04 18:26:18.804369000, delta=903000 ns, racy<=12500 ns 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.805536000, lastModified=2023-04-04 18:26:18.804369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.805536000, lastModified=2023-04-04 18:26:18.804369000, delta=1167000 ns, racy<=12500 ns 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.805808000, lastModified=2023-04-04 18:26:18.804369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.804369000 to 2023-04-04 18:26:18.805369000 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.806084000, lastModified=2023-04-04 18:26:18.805369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.806084000, lastModified=2023-04-04 18:26:18.805369000, delta=715000 ns, racy<=12500 ns 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.806368000, lastModified=2023-04-04 18:26:18.805369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.806368000, lastModified=2023-04-04 18:26:18.805369000, delta=999000 ns, racy<=12500 ns 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.806636000, lastModified=2023-04-04 18:26:18.805369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.806636000, lastModified=2023-04-04 18:26:18.805369000, delta=1267000 ns, racy<=12500 ns 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.806904000, lastModified=2023-04-04 18:26:18.805369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.805369000 to 2023-04-04 18:26:18.806369000 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.807168000, lastModified=2023-04-04 18:26:18.806369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.807168000, lastModified=2023-04-04 18:26:18.806369000, delta=799000 ns, racy<=12500 ns 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.807434000, lastModified=2023-04-04 18:26:18.806369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.807434000, lastModified=2023-04-04 18:26:18.806369000, delta=1065000 ns, racy<=12500 ns 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.807696000, lastModified=2023-04-04 18:26:18.806369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.807696000, lastModified=2023-04-04 18:26:18.806369000, delta=1327000 ns, racy<=12500 ns 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.807977000, lastModified=2023-04-04 18:26:18.807369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.807977000, lastModified=2023-04-04 18:26:18.807369000, delta=608000 ns, racy<=12500 ns 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.808261000, lastModified=2023-04-04 18:26:18.807369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.808261000, lastModified=2023-04-04 18:26:18.807369000, delta=892000 ns, racy<=12500 ns 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.808524000, lastModified=2023-04-04 18:26:18.807369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.808524000, lastModified=2023-04-04 18:26:18.807369000, delta=1155000 ns, racy<=12500 ns 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.808787000, lastModified=2023-04-04 18:26:18.807369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.808787000, lastModified=2023-04-04 18:26:18.807369000, delta=1418000 ns, racy<=12500 ns 18:26:18.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.809065000, lastModified=2023-04-04 18:26:18.808369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.809065000, lastModified=2023-04-04 18:26:18.808369000, delta=696000 ns, racy<=12500 ns 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.809343000, lastModified=2023-04-04 18:26:18.808369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.809343000, lastModified=2023-04-04 18:26:18.808369000, delta=974000 ns, racy<=12500 ns 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.809648000, lastModified=2023-04-04 18:26:18.808369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.809648000, lastModified=2023-04-04 18:26:18.808369000, delta=1279000 ns, racy<=12500 ns 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.809948000, lastModified=2023-04-04 18:26:18.809369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.809948000, lastModified=2023-04-04 18:26:18.809369000, delta=579000 ns, racy<=12500 ns 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.810250000, lastModified=2023-04-04 18:26:18.809369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.810250000, lastModified=2023-04-04 18:26:18.809369000, delta=881000 ns, racy<=12500 ns 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.810549000, lastModified=2023-04-04 18:26:18.809369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.810549000, lastModified=2023-04-04 18:26:18.809369000, delta=1180000 ns, racy<=12500 ns 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.810820000, lastModified=2023-04-04 18:26:18.809369000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.809369000 to 2023-04-04 18:26:18.848370000 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.850100000, lastModified=2023-04-04 18:26:18.849370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.850100000, lastModified=2023-04-04 18:26:18.849370000, delta=730000 ns, racy<=12500 ns 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.850444000, lastModified=2023-04-04 18:26:18.849370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.850444000, lastModified=2023-04-04 18:26:18.849370000, delta=1074000 ns, racy<=12500 ns 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.850734000, lastModified=2023-04-04 18:26:18.849370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.850734000, lastModified=2023-04-04 18:26:18.849370000, delta=1364000 ns, racy<=12500 ns 18:26:18.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.851024000, lastModified=2023-04-04 18:26:18.850370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.851024000, lastModified=2023-04-04 18:26:18.850370000, delta=654000 ns, racy<=12500 ns 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.851313000, lastModified=2023-04-04 18:26:18.850370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.851313000, lastModified=2023-04-04 18:26:18.850370000, delta=943000 ns, racy<=12500 ns 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.851586000, lastModified=2023-04-04 18:26:18.850370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.851586000, lastModified=2023-04-04 18:26:18.850370000, delta=1216000 ns, racy<=12500 ns 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.851855000, lastModified=2023-04-04 18:26:18.850370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.850370000 to 2023-04-04 18:26:18.851370000 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.852138000, lastModified=2023-04-04 18:26:18.851370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.852138000, lastModified=2023-04-04 18:26:18.851370000, delta=768000 ns, racy<=12500 ns 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.852412000, lastModified=2023-04-04 18:26:18.851370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.852412000, lastModified=2023-04-04 18:26:18.851370000, delta=1042000 ns, racy<=12500 ns 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.852678000, lastModified=2023-04-04 18:26:18.851370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.852678000, lastModified=2023-04-04 18:26:18.851370000, delta=1308000 ns, racy<=12500 ns 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.852953000, lastModified=2023-04-04 18:26:18.852370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.852953000, lastModified=2023-04-04 18:26:18.852370000, delta=583000 ns, racy<=12500 ns 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.853236000, lastModified=2023-04-04 18:26:18.852370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.853236000, lastModified=2023-04-04 18:26:18.852370000, delta=866000 ns, racy<=12500 ns 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.853527000, lastModified=2023-04-04 18:26:18.852370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.853527000, lastModified=2023-04-04 18:26:18.852370000, delta=1157000 ns, racy<=12500 ns 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.853825000, lastModified=2023-04-04 18:26:18.852370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.852370000 to 2023-04-04 18:26:18.853370000 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.854088000, lastModified=2023-04-04 18:26:18.853370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.854088000, lastModified=2023-04-04 18:26:18.853370000, delta=718000 ns, racy<=12500 ns 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.854372000, lastModified=2023-04-04 18:26:18.853370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.854372000, lastModified=2023-04-04 18:26:18.853370000, delta=1002000 ns, racy<=12500 ns 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.854640000, lastModified=2023-04-04 18:26:18.853370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.854640000, lastModified=2023-04-04 18:26:18.853370000, delta=1270000 ns, racy<=12500 ns 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.854924000, lastModified=2023-04-04 18:26:18.853370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.853370000 to 2023-04-04 18:26:18.854370000 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.855189000, lastModified=2023-04-04 18:26:18.854370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.855189000, lastModified=2023-04-04 18:26:18.854370000, delta=819000 ns, racy<=12500 ns 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.855459000, lastModified=2023-04-04 18:26:18.854370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.855459000, lastModified=2023-04-04 18:26:18.854370000, delta=1089000 ns, racy<=12500 ns 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.855723000, lastModified=2023-04-04 18:26:18.854370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.855723000, lastModified=2023-04-04 18:26:18.854370000, delta=1353000 ns, racy<=12500 ns 18:26:18.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.855996000, lastModified=2023-04-04 18:26:18.855370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.855996000, lastModified=2023-04-04 18:26:18.855370000, delta=626000 ns, racy<=12500 ns 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.856282000, lastModified=2023-04-04 18:26:18.855370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.856282000, lastModified=2023-04-04 18:26:18.855370000, delta=912000 ns, racy<=12500 ns 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.856547000, lastModified=2023-04-04 18:26:18.855370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.856547000, lastModified=2023-04-04 18:26:18.855370000, delta=1177000 ns, racy<=12500 ns 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.856813000, lastModified=2023-04-04 18:26:18.855370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.855370000 to 2023-04-04 18:26:18.856370000 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.857072000, lastModified=2023-04-04 18:26:18.856370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.857072000, lastModified=2023-04-04 18:26:18.856370000, delta=702000 ns, racy<=12500 ns 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.857357000, lastModified=2023-04-04 18:26:18.856370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.857357000, lastModified=2023-04-04 18:26:18.856370000, delta=987000 ns, racy<=12500 ns 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.857655000, lastModified=2023-04-04 18:26:18.856370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.857655000, lastModified=2023-04-04 18:26:18.856370000, delta=1285000 ns, racy<=12500 ns 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.857930000, lastModified=2023-04-04 18:26:18.856370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.856370000 to 2023-04-04 18:26:18.857370000 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.858196000, lastModified=2023-04-04 18:26:18.857370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.858196000, lastModified=2023-04-04 18:26:18.857370000, delta=826000 ns, racy<=12500 ns 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.858468000, lastModified=2023-04-04 18:26:18.857370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.858468000, lastModified=2023-04-04 18:26:18.857370000, delta=1098000 ns, racy<=12500 ns 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.858741000, lastModified=2023-04-04 18:26:18.857370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.858741000, lastModified=2023-04-04 18:26:18.857370000, delta=1371000 ns, racy<=12500 ns 18:26:18.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.859020000, lastModified=2023-04-04 18:26:18.858370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.859020000, lastModified=2023-04-04 18:26:18.858370000, delta=650000 ns, racy<=12500 ns 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.859301000, lastModified=2023-04-04 18:26:18.858370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.859301000, lastModified=2023-04-04 18:26:18.858370000, delta=931000 ns, racy<=12500 ns 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.859573000, lastModified=2023-04-04 18:26:18.858370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.859573000, lastModified=2023-04-04 18:26:18.858370000, delta=1203000 ns, racy<=12500 ns 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.859839000, lastModified=2023-04-04 18:26:18.858370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.858370000 to 2023-04-04 18:26:18.859370000 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.860129000, lastModified=2023-04-04 18:26:18.859370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.860129000, lastModified=2023-04-04 18:26:18.859370000, delta=759000 ns, racy<=12500 ns 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.860402000, lastModified=2023-04-04 18:26:18.859370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.860402000, lastModified=2023-04-04 18:26:18.859370000, delta=1032000 ns, racy<=12500 ns 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.860670000, lastModified=2023-04-04 18:26:18.859370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.860670000, lastModified=2023-04-04 18:26:18.859370000, delta=1300000 ns, racy<=12500 ns 18:26:18.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.867193000, lastModified=2023-04-04 18:26:18.860370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.860370000 to 2023-04-04 18:26:18.866370000 18:26:18.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.867603000, lastModified=2023-04-04 18:26:18.866370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.867603000, lastModified=2023-04-04 18:26:18.866370000, delta=1233000 ns, racy<=12500 ns 18:26:18.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.867924000, lastModified=2023-04-04 18:26:18.866370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.866370000 to 2023-04-04 18:26:18.867370000 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.868222000, lastModified=2023-04-04 18:26:18.867370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.868222000, lastModified=2023-04-04 18:26:18.867370000, delta=852000 ns, racy<=12500 ns 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.868525000, lastModified=2023-04-04 18:26:18.867370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.868525000, lastModified=2023-04-04 18:26:18.867370000, delta=1155000 ns, racy<=12500 ns 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.868793000, lastModified=2023-04-04 18:26:18.867370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.868793000, lastModified=2023-04-04 18:26:18.867370000, delta=1423000 ns, racy<=12500 ns 18:26:18.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.869067000, lastModified=2023-04-04 18:26:18.868370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.869067000, lastModified=2023-04-04 18:26:18.868370000, delta=697000 ns, racy<=12500 ns 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.869350000, lastModified=2023-04-04 18:26:18.868370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.869350000, lastModified=2023-04-04 18:26:18.868370000, delta=980000 ns, racy<=12500 ns 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.869610000, lastModified=2023-04-04 18:26:18.868370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.869610000, lastModified=2023-04-04 18:26:18.868370000, delta=1240000 ns, racy<=12500 ns 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.869876000, lastModified=2023-04-04 18:26:18.868370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.868370000 to 2023-04-04 18:26:18.869370000 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.870151000, lastModified=2023-04-04 18:26:18.869370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.870151000, lastModified=2023-04-04 18:26:18.869370000, delta=781000 ns, racy<=12500 ns 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.870469000, lastModified=2023-04-04 18:26:18.869370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.870469000, lastModified=2023-04-04 18:26:18.869370000, delta=1099000 ns, racy<=12500 ns 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.870762000, lastModified=2023-04-04 18:26:18.869370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.870762000, lastModified=2023-04-04 18:26:18.869370000, delta=1392000 ns, racy<=12500 ns 18:26:18.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.871092000, lastModified=2023-04-04 18:26:18.870370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.871092000, lastModified=2023-04-04 18:26:18.870370000, delta=722000 ns, racy<=12500 ns 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.871371000, lastModified=2023-04-04 18:26:18.870370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.871371000, lastModified=2023-04-04 18:26:18.870370000, delta=1001000 ns, racy<=12500 ns 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.871631000, lastModified=2023-04-04 18:26:18.870370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.871631000, lastModified=2023-04-04 18:26:18.870370000, delta=1261000 ns, racy<=12500 ns 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.871905000, lastModified=2023-04-04 18:26:18.870370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.870370000 to 2023-04-04 18:26:18.871370000 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.872174000, lastModified=2023-04-04 18:26:18.871370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.872174000, lastModified=2023-04-04 18:26:18.871370000, delta=804000 ns, racy<=12500 ns 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.872436000, lastModified=2023-04-04 18:26:18.871370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.872436000, lastModified=2023-04-04 18:26:18.871370000, delta=1066000 ns, racy<=12500 ns 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.872701000, lastModified=2023-04-04 18:26:18.871370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.872701000, lastModified=2023-04-04 18:26:18.871370000, delta=1331000 ns, racy<=12500 ns 18:26:18.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.873018000, lastModified=2023-04-04 18:26:18.872370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.873018000, lastModified=2023-04-04 18:26:18.872370000, delta=648000 ns, racy<=12500 ns 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.873321000, lastModified=2023-04-04 18:26:18.872370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.873321000, lastModified=2023-04-04 18:26:18.872370000, delta=951000 ns, racy<=12500 ns 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.873600000, lastModified=2023-04-04 18:26:18.872370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.873600000, lastModified=2023-04-04 18:26:18.872370000, delta=1230000 ns, racy<=12500 ns 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.873876000, lastModified=2023-04-04 18:26:18.872370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.872370000 to 2023-04-04 18:26:18.873370000 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.874177000, lastModified=2023-04-04 18:26:18.873370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.874177000, lastModified=2023-04-04 18:26:18.873370000, delta=807000 ns, racy<=12500 ns 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.874449000, lastModified=2023-04-04 18:26:18.873370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.874449000, lastModified=2023-04-04 18:26:18.873370000, delta=1079000 ns, racy<=12500 ns 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.874711000, lastModified=2023-04-04 18:26:18.873370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.874711000, lastModified=2023-04-04 18:26:18.873370000, delta=1341000 ns, racy<=12500 ns 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.874982000, lastModified=2023-04-04 18:26:18.874370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.874982000, lastModified=2023-04-04 18:26:18.874370000, delta=612000 ns, racy<=12500 ns 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.875258000, lastModified=2023-04-04 18:26:18.874370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.875258000, lastModified=2023-04-04 18:26:18.874370000, delta=888000 ns, racy<=12500 ns 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.875517000, lastModified=2023-04-04 18:26:18.874370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.875517000, lastModified=2023-04-04 18:26:18.874370000, delta=1147000 ns, racy<=12500 ns 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.875783000, lastModified=2023-04-04 18:26:18.874370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.875783000, lastModified=2023-04-04 18:26:18.874370000, delta=1413000 ns, racy<=12500 ns 18:26:18.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.876056000, lastModified=2023-04-04 18:26:18.875370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.876056000, lastModified=2023-04-04 18:26:18.875370000, delta=686000 ns, racy<=12500 ns 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.876330000, lastModified=2023-04-04 18:26:18.875370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.876330000, lastModified=2023-04-04 18:26:18.875370000, delta=960000 ns, racy<=12500 ns 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.876590000, lastModified=2023-04-04 18:26:18.875370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.876590000, lastModified=2023-04-04 18:26:18.875370000, delta=1220000 ns, racy<=12500 ns 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.876866000, lastModified=2023-04-04 18:26:18.875370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.875370000 to 2023-04-04 18:26:18.876370000 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.877136000, lastModified=2023-04-04 18:26:18.876370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.877136000, lastModified=2023-04-04 18:26:18.876370000, delta=766000 ns, racy<=12500 ns 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.877398000, lastModified=2023-04-04 18:26:18.876370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.877398000, lastModified=2023-04-04 18:26:18.876370000, delta=1028000 ns, racy<=12500 ns 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.877655000, lastModified=2023-04-04 18:26:18.876370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.877655000, lastModified=2023-04-04 18:26:18.876370000, delta=1285000 ns, racy<=12500 ns 18:26:18.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.878000000, lastModified=2023-04-04 18:26:18.876370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.876370000 to 2023-04-04 18:26:18.877370000 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.878290000, lastModified=2023-04-04 18:26:18.877370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.878290000, lastModified=2023-04-04 18:26:18.877370000, delta=920000 ns, racy<=12500 ns 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.878585000, lastModified=2023-04-04 18:26:18.877370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.878585000, lastModified=2023-04-04 18:26:18.877370000, delta=1215000 ns, racy<=12500 ns 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.878852000, lastModified=2023-04-04 18:26:18.877370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.877370000 to 2023-04-04 18:26:18.878370000 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.879123000, lastModified=2023-04-04 18:26:18.878370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.879123000, lastModified=2023-04-04 18:26:18.878370000, delta=753000 ns, racy<=12500 ns 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.879387000, lastModified=2023-04-04 18:26:18.878370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.879387000, lastModified=2023-04-04 18:26:18.878370000, delta=1017000 ns, racy<=12500 ns 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.879647000, lastModified=2023-04-04 18:26:18.878370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.879647000, lastModified=2023-04-04 18:26:18.878370000, delta=1277000 ns, racy<=12500 ns 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.879917000, lastModified=2023-04-04 18:26:18.878370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.878370000 to 2023-04-04 18:26:18.879370000 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.880180000, lastModified=2023-04-04 18:26:18.879370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.880180000, lastModified=2023-04-04 18:26:18.879370000, delta=810000 ns, racy<=12500 ns 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.880448000, lastModified=2023-04-04 18:26:18.879370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.880448000, lastModified=2023-04-04 18:26:18.879370000, delta=1078000 ns, racy<=12500 ns 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.880707000, lastModified=2023-04-04 18:26:18.879370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.880707000, lastModified=2023-04-04 18:26:18.879370000, delta=1337000 ns, racy<=12500 ns 18:26:18.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.880999000, lastModified=2023-04-04 18:26:18.880370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.880999000, lastModified=2023-04-04 18:26:18.880370000, delta=629000 ns, racy<=12500 ns 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.881343000, lastModified=2023-04-04 18:26:18.880370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.881343000, lastModified=2023-04-04 18:26:18.880370000, delta=973000 ns, racy<=12500 ns 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.881630000, lastModified=2023-04-04 18:26:18.880370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.881630000, lastModified=2023-04-04 18:26:18.880370000, delta=1260000 ns, racy<=12500 ns 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.881913000, lastModified=2023-04-04 18:26:18.880370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.880370000 to 2023-04-04 18:26:18.881370000 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.882193000, lastModified=2023-04-04 18:26:18.881370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.882193000, lastModified=2023-04-04 18:26:18.881370000, delta=823000 ns, racy<=12500 ns 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.882462000, lastModified=2023-04-04 18:26:18.881370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.882462000, lastModified=2023-04-04 18:26:18.881370000, delta=1092000 ns, racy<=12500 ns 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.882731000, lastModified=2023-04-04 18:26:18.881370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.882731000, lastModified=2023-04-04 18:26:18.881370000, delta=1361000 ns, racy<=12500 ns 18:26:18.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.883004000, lastModified=2023-04-04 18:26:18.882370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.883004000, lastModified=2023-04-04 18:26:18.882370000, delta=634000 ns, racy<=12500 ns 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.883281000, lastModified=2023-04-04 18:26:18.882370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.883281000, lastModified=2023-04-04 18:26:18.882370000, delta=911000 ns, racy<=12500 ns 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.883543000, lastModified=2023-04-04 18:26:18.882370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.883543000, lastModified=2023-04-04 18:26:18.882370000, delta=1173000 ns, racy<=12500 ns 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.883811000, lastModified=2023-04-04 18:26:18.882370000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.882370000 to 2023-04-04 18:26:18.883371000 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.884065000, lastModified=2023-04-04 18:26:18.883371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.884065000, lastModified=2023-04-04 18:26:18.883371000, delta=694000 ns, racy<=12500 ns 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.884342000, lastModified=2023-04-04 18:26:18.883371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.884342000, lastModified=2023-04-04 18:26:18.883371000, delta=971000 ns, racy<=12500 ns 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.884604000, lastModified=2023-04-04 18:26:18.883371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.884604000, lastModified=2023-04-04 18:26:18.883371000, delta=1233000 ns, racy<=12500 ns 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.884866000, lastModified=2023-04-04 18:26:18.883371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.883371000 to 2023-04-04 18:26:18.884371000 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.885145000, lastModified=2023-04-04 18:26:18.884371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.885145000, lastModified=2023-04-04 18:26:18.884371000, delta=774000 ns, racy<=12500 ns 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.885415000, lastModified=2023-04-04 18:26:18.884371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.885415000, lastModified=2023-04-04 18:26:18.884371000, delta=1044000 ns, racy<=12500 ns 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.885675000, lastModified=2023-04-04 18:26:18.884371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.885675000, lastModified=2023-04-04 18:26:18.884371000, delta=1304000 ns, racy<=12500 ns 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.885946000, lastModified=2023-04-04 18:26:18.885371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.885946000, lastModified=2023-04-04 18:26:18.885371000, delta=575000 ns, racy<=12500 ns 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.886226000, lastModified=2023-04-04 18:26:18.885371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.886226000, lastModified=2023-04-04 18:26:18.885371000, delta=855000 ns, racy<=12500 ns 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.886500000, lastModified=2023-04-04 18:26:18.885371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.886500000, lastModified=2023-04-04 18:26:18.885371000, delta=1129000 ns, racy<=12500 ns 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.886763000, lastModified=2023-04-04 18:26:18.885371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.886763000, lastModified=2023-04-04 18:26:18.885371000, delta=1392000 ns, racy<=12500 ns 18:26:18.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.887072000, lastModified=2023-04-04 18:26:18.886371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.887072000, lastModified=2023-04-04 18:26:18.886371000, delta=701000 ns, racy<=12500 ns 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.887353000, lastModified=2023-04-04 18:26:18.886371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.887353000, lastModified=2023-04-04 18:26:18.886371000, delta=982000 ns, racy<=12500 ns 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.887616000, lastModified=2023-04-04 18:26:18.886371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.887616000, lastModified=2023-04-04 18:26:18.886371000, delta=1245000 ns, racy<=12500 ns 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.887880000, lastModified=2023-04-04 18:26:18.886371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.886371000 to 2023-04-04 18:26:18.887371000 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.888155000, lastModified=2023-04-04 18:26:18.887371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.888155000, lastModified=2023-04-04 18:26:18.887371000, delta=784000 ns, racy<=12500 ns 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.888418000, lastModified=2023-04-04 18:26:18.887371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.888418000, lastModified=2023-04-04 18:26:18.887371000, delta=1047000 ns, racy<=12500 ns 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.888688000, lastModified=2023-04-04 18:26:18.887371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.888688000, lastModified=2023-04-04 18:26:18.887371000, delta=1317000 ns, racy<=12500 ns 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.888960000, lastModified=2023-04-04 18:26:18.888371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.888960000, lastModified=2023-04-04 18:26:18.888371000, delta=589000 ns, racy<=12500 ns 18:26:18.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.889245000, lastModified=2023-04-04 18:26:18.888371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.889245000, lastModified=2023-04-04 18:26:18.888371000, delta=874000 ns, racy<=12500 ns 18:26:18.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.889512000, lastModified=2023-04-04 18:26:18.888371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.889512000, lastModified=2023-04-04 18:26:18.888371000, delta=1141000 ns, racy<=12500 ns 18:26:18.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.892628000, lastModified=2023-04-04 18:26:18.891371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.892628000, lastModified=2023-04-04 18:26:18.891371000, delta=1257000 ns, racy<=12500 ns 18:26:18.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.892902000, lastModified=2023-04-04 18:26:18.891371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.891371000 to 2023-04-04 18:26:18.892371000 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.893163000, lastModified=2023-04-04 18:26:18.892371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.893163000, lastModified=2023-04-04 18:26:18.892371000, delta=792000 ns, racy<=12500 ns 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.893422000, lastModified=2023-04-04 18:26:18.892371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.893422000, lastModified=2023-04-04 18:26:18.892371000, delta=1051000 ns, racy<=12500 ns 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.893677000, lastModified=2023-04-04 18:26:18.892371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.893677000, lastModified=2023-04-04 18:26:18.892371000, delta=1306000 ns, racy<=12500 ns 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.893944000, lastModified=2023-04-04 18:26:18.893371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.893944000, lastModified=2023-04-04 18:26:18.893371000, delta=573000 ns, racy<=12500 ns 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.894215000, lastModified=2023-04-04 18:26:18.893371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.894215000, lastModified=2023-04-04 18:26:18.893371000, delta=844000 ns, racy<=12500 ns 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.894473000, lastModified=2023-04-04 18:26:18.893371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.894473000, lastModified=2023-04-04 18:26:18.893371000, delta=1102000 ns, racy<=12500 ns 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.894724000, lastModified=2023-04-04 18:26:18.893371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.894724000, lastModified=2023-04-04 18:26:18.893371000, delta=1353000 ns, racy<=12500 ns 18:26:18.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.895151000, lastModified=2023-04-04 18:26:18.894371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.895151000, lastModified=2023-04-04 18:26:18.894371000, delta=780000 ns, racy<=12500 ns 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.895512000, lastModified=2023-04-04 18:26:18.894371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.895512000, lastModified=2023-04-04 18:26:18.894371000, delta=1141000 ns, racy<=12500 ns 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.895783000, lastModified=2023-04-04 18:26:18.894371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.895783000, lastModified=2023-04-04 18:26:18.894371000, delta=1412000 ns, racy<=12500 ns 18:26:18.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.896057000, lastModified=2023-04-04 18:26:18.895371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.896057000, lastModified=2023-04-04 18:26:18.895371000, delta=686000 ns, racy<=12500 ns 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.896324000, lastModified=2023-04-04 18:26:18.895371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.896324000, lastModified=2023-04-04 18:26:18.895371000, delta=953000 ns, racy<=12500 ns 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.896589000, lastModified=2023-04-04 18:26:18.895371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.896589000, lastModified=2023-04-04 18:26:18.895371000, delta=1218000 ns, racy<=12500 ns 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.896838000, lastModified=2023-04-04 18:26:18.895371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.895371000 to 2023-04-04 18:26:18.896371000 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.897090000, lastModified=2023-04-04 18:26:18.896371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.897090000, lastModified=2023-04-04 18:26:18.896371000, delta=719000 ns, racy<=12500 ns 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.897353000, lastModified=2023-04-04 18:26:18.896371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.897353000, lastModified=2023-04-04 18:26:18.896371000, delta=982000 ns, racy<=12500 ns 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.897602000, lastModified=2023-04-04 18:26:18.896371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.897602000, lastModified=2023-04-04 18:26:18.896371000, delta=1231000 ns, racy<=12500 ns 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.897850000, lastModified=2023-04-04 18:26:18.896371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.896371000 to 2023-04-04 18:26:18.897371000 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.898109000, lastModified=2023-04-04 18:26:18.897371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.898109000, lastModified=2023-04-04 18:26:18.897371000, delta=738000 ns, racy<=12500 ns 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.898362000, lastModified=2023-04-04 18:26:18.897371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.898362000, lastModified=2023-04-04 18:26:18.897371000, delta=991000 ns, racy<=12500 ns 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.898612000, lastModified=2023-04-04 18:26:18.897371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.898612000, lastModified=2023-04-04 18:26:18.897371000, delta=1241000 ns, racy<=12500 ns 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.898859000, lastModified=2023-04-04 18:26:18.897371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.897371000 to 2023-04-04 18:26:18.898371000 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.899144000, lastModified=2023-04-04 18:26:18.898371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.899144000, lastModified=2023-04-04 18:26:18.898371000, delta=773000 ns, racy<=12500 ns 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.899395000, lastModified=2023-04-04 18:26:18.898371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.899395000, lastModified=2023-04-04 18:26:18.898371000, delta=1024000 ns, racy<=12500 ns 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.899647000, lastModified=2023-04-04 18:26:18.898371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.899647000, lastModified=2023-04-04 18:26:18.898371000, delta=1276000 ns, racy<=12500 ns 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.899902000, lastModified=2023-04-04 18:26:18.898371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.898371000 to 2023-04-04 18:26:18.899371000 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.900154000, lastModified=2023-04-04 18:26:18.899371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.900154000, lastModified=2023-04-04 18:26:18.899371000, delta=783000 ns, racy<=12500 ns 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.900406000, lastModified=2023-04-04 18:26:18.899371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.900406000, lastModified=2023-04-04 18:26:18.899371000, delta=1035000 ns, racy<=12500 ns 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.900675000, lastModified=2023-04-04 18:26:18.899371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.900675000, lastModified=2023-04-04 18:26:18.899371000, delta=1304000 ns, racy<=12500 ns 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.900949000, lastModified=2023-04-04 18:26:18.900371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.900949000, lastModified=2023-04-04 18:26:18.900371000, delta=578000 ns, racy<=12500 ns 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.901263000, lastModified=2023-04-04 18:26:18.900371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.901263000, lastModified=2023-04-04 18:26:18.900371000, delta=892000 ns, racy<=12500 ns 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.901529000, lastModified=2023-04-04 18:26:18.900371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.901529000, lastModified=2023-04-04 18:26:18.900371000, delta=1158000 ns, racy<=12500 ns 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.901799000, lastModified=2023-04-04 18:26:18.900371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.901799000, lastModified=2023-04-04 18:26:18.900371000, delta=1428000 ns, racy<=12500 ns 18:26:18.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.902087000, lastModified=2023-04-04 18:26:18.901371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.902087000, lastModified=2023-04-04 18:26:18.901371000, delta=716000 ns, racy<=12500 ns 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.902368000, lastModified=2023-04-04 18:26:18.901371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.902368000, lastModified=2023-04-04 18:26:18.901371000, delta=997000 ns, racy<=12500 ns 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.902628000, lastModified=2023-04-04 18:26:18.901371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.902628000, lastModified=2023-04-04 18:26:18.901371000, delta=1257000 ns, racy<=12500 ns 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.902877000, lastModified=2023-04-04 18:26:18.901371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.901371000 to 2023-04-04 18:26:18.902371000 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.903134000, lastModified=2023-04-04 18:26:18.902371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.903134000, lastModified=2023-04-04 18:26:18.902371000, delta=763000 ns, racy<=12500 ns 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.903390000, lastModified=2023-04-04 18:26:18.902371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.903390000, lastModified=2023-04-04 18:26:18.902371000, delta=1019000 ns, racy<=12500 ns 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.903646000, lastModified=2023-04-04 18:26:18.902371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.903646000, lastModified=2023-04-04 18:26:18.902371000, delta=1275000 ns, racy<=12500 ns 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.903906000, lastModified=2023-04-04 18:26:18.902371000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.902371000 to 2023-04-04 18:26:18.903371000 18:26:18.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.949917000, lastModified=2023-04-04 18:26:18.948372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.948372000 to 2023-04-04 18:26:18.949372000 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.950246000, lastModified=2023-04-04 18:26:18.949372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.950246000, lastModified=2023-04-04 18:26:18.949372000, delta=874000 ns, racy<=12500 ns 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.950570000, lastModified=2023-04-04 18:26:18.949372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.950570000, lastModified=2023-04-04 18:26:18.949372000, delta=1198000 ns, racy<=12500 ns 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.950848000, lastModified=2023-04-04 18:26:18.949372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.949372000 to 2023-04-04 18:26:18.950372000 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.951113000, lastModified=2023-04-04 18:26:18.950372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.951113000, lastModified=2023-04-04 18:26:18.950372000, delta=741000 ns, racy<=12500 ns 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.951376000, lastModified=2023-04-04 18:26:18.950372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.951376000, lastModified=2023-04-04 18:26:18.950372000, delta=1004000 ns, racy<=12500 ns 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.951630000, lastModified=2023-04-04 18:26:18.950372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.951630000, lastModified=2023-04-04 18:26:18.950372000, delta=1258000 ns, racy<=12500 ns 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.951891000, lastModified=2023-04-04 18:26:18.950372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.950372000 to 2023-04-04 18:26:18.951372000 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.952150000, lastModified=2023-04-04 18:26:18.951372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.952150000, lastModified=2023-04-04 18:26:18.951372000, delta=778000 ns, racy<=12500 ns 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.952404000, lastModified=2023-04-04 18:26:18.951372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.952404000, lastModified=2023-04-04 18:26:18.951372000, delta=1032000 ns, racy<=12500 ns 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.952656000, lastModified=2023-04-04 18:26:18.951372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.952656000, lastModified=2023-04-04 18:26:18.951372000, delta=1284000 ns, racy<=12500 ns 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.952914000, lastModified=2023-04-04 18:26:18.951372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.951372000 to 2023-04-04 18:26:18.952372000 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.953170000, lastModified=2023-04-04 18:26:18.952372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.953170000, lastModified=2023-04-04 18:26:18.952372000, delta=798000 ns, racy<=12500 ns 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.953423000, lastModified=2023-04-04 18:26:18.952372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.953423000, lastModified=2023-04-04 18:26:18.952372000, delta=1051000 ns, racy<=12500 ns 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.953676000, lastModified=2023-04-04 18:26:18.952372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.953676000, lastModified=2023-04-04 18:26:18.952372000, delta=1304000 ns, racy<=12500 ns 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.953945000, lastModified=2023-04-04 18:26:18.953372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.953945000, lastModified=2023-04-04 18:26:18.953372000, delta=573000 ns, racy<=12500 ns 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.954211000, lastModified=2023-04-04 18:26:18.953372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.954211000, lastModified=2023-04-04 18:26:18.953372000, delta=839000 ns, racy<=12500 ns 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.954471000, lastModified=2023-04-04 18:26:18.953372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.954471000, lastModified=2023-04-04 18:26:18.953372000, delta=1099000 ns, racy<=12500 ns 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.954724000, lastModified=2023-04-04 18:26:18.953372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.954724000, lastModified=2023-04-04 18:26:18.953372000, delta=1352000 ns, racy<=12500 ns 18:26:18.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.954992000, lastModified=2023-04-04 18:26:18.954372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.954992000, lastModified=2023-04-04 18:26:18.954372000, delta=620000 ns, racy<=12500 ns 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.955266000, lastModified=2023-04-04 18:26:18.954372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.955266000, lastModified=2023-04-04 18:26:18.954372000, delta=894000 ns, racy<=12500 ns 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.955529000, lastModified=2023-04-04 18:26:18.954372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.955529000, lastModified=2023-04-04 18:26:18.954372000, delta=1157000 ns, racy<=12500 ns 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.955787000, lastModified=2023-04-04 18:26:18.954372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.955787000, lastModified=2023-04-04 18:26:18.954372000, delta=1415000 ns, racy<=12500 ns 18:26:18.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.956055000, lastModified=2023-04-04 18:26:18.955372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.956055000, lastModified=2023-04-04 18:26:18.955372000, delta=683000 ns, racy<=12500 ns 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.956364000, lastModified=2023-04-04 18:26:18.955372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.956364000, lastModified=2023-04-04 18:26:18.955372000, delta=992000 ns, racy<=12500 ns 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.956619000, lastModified=2023-04-04 18:26:18.955372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.956619000, lastModified=2023-04-04 18:26:18.955372000, delta=1247000 ns, racy<=12500 ns 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.956885000, lastModified=2023-04-04 18:26:18.955372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.955372000 to 2023-04-04 18:26:18.956372000 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.957143000, lastModified=2023-04-04 18:26:18.956372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.957143000, lastModified=2023-04-04 18:26:18.956372000, delta=771000 ns, racy<=12500 ns 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.957392000, lastModified=2023-04-04 18:26:18.956372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.957392000, lastModified=2023-04-04 18:26:18.956372000, delta=1020000 ns, racy<=12500 ns 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.957642000, lastModified=2023-04-04 18:26:18.956372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.957642000, lastModified=2023-04-04 18:26:18.956372000, delta=1270000 ns, racy<=12500 ns 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.957889000, lastModified=2023-04-04 18:26:18.956372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.956372000 to 2023-04-04 18:26:18.957372000 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.958152000, lastModified=2023-04-04 18:26:18.957372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.958152000, lastModified=2023-04-04 18:26:18.957372000, delta=780000 ns, racy<=12500 ns 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.958442000, lastModified=2023-04-04 18:26:18.957372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.958442000, lastModified=2023-04-04 18:26:18.957372000, delta=1070000 ns, racy<=12500 ns 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.958693000, lastModified=2023-04-04 18:26:18.957372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.958693000, lastModified=2023-04-04 18:26:18.957372000, delta=1321000 ns, racy<=12500 ns 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.958961000, lastModified=2023-04-04 18:26:18.958372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.958961000, lastModified=2023-04-04 18:26:18.958372000, delta=589000 ns, racy<=12500 ns 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.959224000, lastModified=2023-04-04 18:26:18.958372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.959224000, lastModified=2023-04-04 18:26:18.958372000, delta=852000 ns, racy<=12500 ns 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.959478000, lastModified=2023-04-04 18:26:18.958372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.959478000, lastModified=2023-04-04 18:26:18.958372000, delta=1106000 ns, racy<=12500 ns 18:26:18.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.964385000, lastModified=2023-04-04 18:26:18.958372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.958372000 to 2023-04-04 18:26:18.963372000 18:26:18.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.964660000, lastModified=2023-04-04 18:26:18.963372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.964660000, lastModified=2023-04-04 18:26:18.963372000, delta=1288000 ns, racy<=12500 ns 18:26:18.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.964932000, lastModified=2023-04-04 18:26:18.963372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.963372000 to 2023-04-04 18:26:18.964372000 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.965182000, lastModified=2023-04-04 18:26:18.964372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.965182000, lastModified=2023-04-04 18:26:18.964372000, delta=810000 ns, racy<=12500 ns 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.965442000, lastModified=2023-04-04 18:26:18.964372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.965442000, lastModified=2023-04-04 18:26:18.964372000, delta=1070000 ns, racy<=12500 ns 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.965690000, lastModified=2023-04-04 18:26:18.964372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.965690000, lastModified=2023-04-04 18:26:18.964372000, delta=1318000 ns, racy<=12500 ns 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.965949000, lastModified=2023-04-04 18:26:18.965372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.965949000, lastModified=2023-04-04 18:26:18.965372000, delta=577000 ns, racy<=12500 ns 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.966211000, lastModified=2023-04-04 18:26:18.965372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.966211000, lastModified=2023-04-04 18:26:18.965372000, delta=839000 ns, racy<=12500 ns 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.966463000, lastModified=2023-04-04 18:26:18.965372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.966463000, lastModified=2023-04-04 18:26:18.965372000, delta=1091000 ns, racy<=12500 ns 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.966710000, lastModified=2023-04-04 18:26:18.965372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.966710000, lastModified=2023-04-04 18:26:18.965372000, delta=1338000 ns, racy<=12500 ns 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.966967000, lastModified=2023-04-04 18:26:18.966372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.966967000, lastModified=2023-04-04 18:26:18.966372000, delta=595000 ns, racy<=12500 ns 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.967230000, lastModified=2023-04-04 18:26:18.966372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.967230000, lastModified=2023-04-04 18:26:18.966372000, delta=858000 ns, racy<=12500 ns 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.967479000, lastModified=2023-04-04 18:26:18.966372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.967479000, lastModified=2023-04-04 18:26:18.966372000, delta=1107000 ns, racy<=12500 ns 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.967728000, lastModified=2023-04-04 18:26:18.966372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.967728000, lastModified=2023-04-04 18:26:18.966372000, delta=1356000 ns, racy<=12500 ns 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.967984000, lastModified=2023-04-04 18:26:18.967372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.967984000, lastModified=2023-04-04 18:26:18.967372000, delta=612000 ns, racy<=12500 ns 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.968244000, lastModified=2023-04-04 18:26:18.967372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.968244000, lastModified=2023-04-04 18:26:18.967372000, delta=872000 ns, racy<=12500 ns 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.968493000, lastModified=2023-04-04 18:26:18.967372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.968493000, lastModified=2023-04-04 18:26:18.967372000, delta=1121000 ns, racy<=12500 ns 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.968748000, lastModified=2023-04-04 18:26:18.967372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.968748000, lastModified=2023-04-04 18:26:18.967372000, delta=1376000 ns, racy<=12500 ns 18:26:18.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.969003000, lastModified=2023-04-04 18:26:18.968372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.969003000, lastModified=2023-04-04 18:26:18.968372000, delta=631000 ns, racy<=12500 ns 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.969262000, lastModified=2023-04-04 18:26:18.968372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.969262000, lastModified=2023-04-04 18:26:18.968372000, delta=890000 ns, racy<=12500 ns 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.969511000, lastModified=2023-04-04 18:26:18.968372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.969511000, lastModified=2023-04-04 18:26:18.968372000, delta=1139000 ns, racy<=12500 ns 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.969756000, lastModified=2023-04-04 18:26:18.968372000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.969756000, lastModified=2023-04-04 18:26:18.968372000, delta=1384000 ns, racy<=12500 ns 18:26:18.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.970019000, lastModified=2023-04-04 18:26:18.969373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.970019000, lastModified=2023-04-04 18:26:18.969373000, delta=646000 ns, racy<=12500 ns 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.970277000, lastModified=2023-04-04 18:26:18.969373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.970277000, lastModified=2023-04-04 18:26:18.969373000, delta=904000 ns, racy<=12500 ns 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.970525000, lastModified=2023-04-04 18:26:18.969373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.970525000, lastModified=2023-04-04 18:26:18.969373000, delta=1152000 ns, racy<=12500 ns 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.970774000, lastModified=2023-04-04 18:26:18.969373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.970774000, lastModified=2023-04-04 18:26:18.969373000, delta=1401000 ns, racy<=12500 ns 18:26:18.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.971047000, lastModified=2023-04-04 18:26:18.970373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.971047000, lastModified=2023-04-04 18:26:18.970373000, delta=674000 ns, racy<=12500 ns 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.971306000, lastModified=2023-04-04 18:26:18.970373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.971306000, lastModified=2023-04-04 18:26:18.970373000, delta=933000 ns, racy<=12500 ns 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.971552000, lastModified=2023-04-04 18:26:18.970373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.971552000, lastModified=2023-04-04 18:26:18.970373000, delta=1179000 ns, racy<=12500 ns 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.971800000, lastModified=2023-04-04 18:26:18.970373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.970373000 to 2023-04-04 18:26:18.971373000 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.972082000, lastModified=2023-04-04 18:26:18.971373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.972082000, lastModified=2023-04-04 18:26:18.971373000, delta=709000 ns, racy<=12500 ns 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.972351000, lastModified=2023-04-04 18:26:18.971373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.972351000, lastModified=2023-04-04 18:26:18.971373000, delta=978000 ns, racy<=12500 ns 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.972598000, lastModified=2023-04-04 18:26:18.971373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.972598000, lastModified=2023-04-04 18:26:18.971373000, delta=1225000 ns, racy<=12500 ns 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.972848000, lastModified=2023-04-04 18:26:18.971373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.971373000 to 2023-04-04 18:26:18.972373000 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.973259000, lastModified=2023-04-04 18:26:18.972373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.973259000, lastModified=2023-04-04 18:26:18.972373000, delta=886000 ns, racy<=12500 ns 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.973552000, lastModified=2023-04-04 18:26:18.972373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.973552000, lastModified=2023-04-04 18:26:18.972373000, delta=1179000 ns, racy<=12500 ns 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.973821000, lastModified=2023-04-04 18:26:18.972373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.972373000 to 2023-04-04 18:26:18.973373000 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.974119000, lastModified=2023-04-04 18:26:18.973373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.974119000, lastModified=2023-04-04 18:26:18.973373000, delta=746000 ns, racy<=12500 ns 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.974396000, lastModified=2023-04-04 18:26:18.973373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.974396000, lastModified=2023-04-04 18:26:18.973373000, delta=1023000 ns, racy<=12500 ns 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.974656000, lastModified=2023-04-04 18:26:18.973373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.974656000, lastModified=2023-04-04 18:26:18.973373000, delta=1283000 ns, racy<=12500 ns 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.974935000, lastModified=2023-04-04 18:26:18.973373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.973373000 to 2023-04-04 18:26:18.974373000 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.975222000, lastModified=2023-04-04 18:26:18.974373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.975222000, lastModified=2023-04-04 18:26:18.974373000, delta=849000 ns, racy<=12500 ns 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.975491000, lastModified=2023-04-04 18:26:18.974373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.975491000, lastModified=2023-04-04 18:26:18.974373000, delta=1118000 ns, racy<=12500 ns 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.975750000, lastModified=2023-04-04 18:26:18.974373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.975750000, lastModified=2023-04-04 18:26:18.974373000, delta=1377000 ns, racy<=12500 ns 18:26:18.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.976026000, lastModified=2023-04-04 18:26:18.975373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.976026000, lastModified=2023-04-04 18:26:18.975373000, delta=653000 ns, racy<=12500 ns 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.976293000, lastModified=2023-04-04 18:26:18.975373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.976293000, lastModified=2023-04-04 18:26:18.975373000, delta=920000 ns, racy<=12500 ns 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.976549000, lastModified=2023-04-04 18:26:18.975373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.976549000, lastModified=2023-04-04 18:26:18.975373000, delta=1176000 ns, racy<=12500 ns 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.976801000, lastModified=2023-04-04 18:26:18.975373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.975373000 to 2023-04-04 18:26:18.976373000 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.977050000, lastModified=2023-04-04 18:26:18.976373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.977050000, lastModified=2023-04-04 18:26:18.976373000, delta=677000 ns, racy<=12500 ns 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.977321000, lastModified=2023-04-04 18:26:18.976373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.977321000, lastModified=2023-04-04 18:26:18.976373000, delta=948000 ns, racy<=12500 ns 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.977572000, lastModified=2023-04-04 18:26:18.976373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.977572000, lastModified=2023-04-04 18:26:18.976373000, delta=1199000 ns, racy<=12500 ns 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.977833000, lastModified=2023-04-04 18:26:18.976373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.976373000 to 2023-04-04 18:26:18.977373000 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.978082000, lastModified=2023-04-04 18:26:18.977373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.978082000, lastModified=2023-04-04 18:26:18.977373000, delta=709000 ns, racy<=12500 ns 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.978347000, lastModified=2023-04-04 18:26:18.977373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.978347000, lastModified=2023-04-04 18:26:18.977373000, delta=974000 ns, racy<=12500 ns 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.978596000, lastModified=2023-04-04 18:26:18.977373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.978596000, lastModified=2023-04-04 18:26:18.977373000, delta=1223000 ns, racy<=12500 ns 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.978848000, lastModified=2023-04-04 18:26:18.977373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.977373000 to 2023-04-04 18:26:18.978373000 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.979122000, lastModified=2023-04-04 18:26:18.978373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.979122000, lastModified=2023-04-04 18:26:18.978373000, delta=749000 ns, racy<=12500 ns 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.979384000, lastModified=2023-04-04 18:26:18.978373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.979384000, lastModified=2023-04-04 18:26:18.978373000, delta=1011000 ns, racy<=12500 ns 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.979648000, lastModified=2023-04-04 18:26:18.978373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.979648000, lastModified=2023-04-04 18:26:18.978373000, delta=1275000 ns, racy<=12500 ns 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.979916000, lastModified=2023-04-04 18:26:18.978373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.978373000 to 2023-04-04 18:26:18.979373000 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.980177000, lastModified=2023-04-04 18:26:18.979373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.980177000, lastModified=2023-04-04 18:26:18.979373000, delta=804000 ns, racy<=12500 ns 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.980445000, lastModified=2023-04-04 18:26:18.979373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.980445000, lastModified=2023-04-04 18:26:18.979373000, delta=1072000 ns, racy<=12500 ns 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.980703000, lastModified=2023-04-04 18:26:18.979373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.980703000, lastModified=2023-04-04 18:26:18.979373000, delta=1330000 ns, racy<=12500 ns 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.980967000, lastModified=2023-04-04 18:26:18.980373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.980967000, lastModified=2023-04-04 18:26:18.980373000, delta=594000 ns, racy<=12500 ns 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.981238000, lastModified=2023-04-04 18:26:18.980373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.981238000, lastModified=2023-04-04 18:26:18.980373000, delta=865000 ns, racy<=12500 ns 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.981497000, lastModified=2023-04-04 18:26:18.980373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.981497000, lastModified=2023-04-04 18:26:18.980373000, delta=1124000 ns, racy<=12500 ns 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.981751000, lastModified=2023-04-04 18:26:18.980373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.981751000, lastModified=2023-04-04 18:26:18.980373000, delta=1378000 ns, racy<=12500 ns 18:26:18.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.982022000, lastModified=2023-04-04 18:26:18.981373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.982022000, lastModified=2023-04-04 18:26:18.981373000, delta=649000 ns, racy<=12500 ns 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.982291000, lastModified=2023-04-04 18:26:18.981373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.982291000, lastModified=2023-04-04 18:26:18.981373000, delta=918000 ns, racy<=12500 ns 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.982545000, lastModified=2023-04-04 18:26:18.981373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.982545000, lastModified=2023-04-04 18:26:18.981373000, delta=1172000 ns, racy<=12500 ns 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.982807000, lastModified=2023-04-04 18:26:18.981373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.981373000 to 2023-04-04 18:26:18.982373000 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.983067000, lastModified=2023-04-04 18:26:18.982373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.983067000, lastModified=2023-04-04 18:26:18.982373000, delta=694000 ns, racy<=12500 ns 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.983351000, lastModified=2023-04-04 18:26:18.982373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.983351000, lastModified=2023-04-04 18:26:18.982373000, delta=978000 ns, racy<=12500 ns 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.983612000, lastModified=2023-04-04 18:26:18.982373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.983612000, lastModified=2023-04-04 18:26:18.982373000, delta=1239000 ns, racy<=12500 ns 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.983867000, lastModified=2023-04-04 18:26:18.982373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.982373000 to 2023-04-04 18:26:18.983373000 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.984144000, lastModified=2023-04-04 18:26:18.983373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.984144000, lastModified=2023-04-04 18:26:18.983373000, delta=771000 ns, racy<=12500 ns 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.984402000, lastModified=2023-04-04 18:26:18.983373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.984402000, lastModified=2023-04-04 18:26:18.983373000, delta=1029000 ns, racy<=12500 ns 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.984660000, lastModified=2023-04-04 18:26:18.983373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.984660000, lastModified=2023-04-04 18:26:18.983373000, delta=1287000 ns, racy<=12500 ns 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.984924000, lastModified=2023-04-04 18:26:18.983373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.983373000 to 2023-04-04 18:26:18.984373000 18:26:18.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.985191000, lastModified=2023-04-04 18:26:18.984373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.985191000, lastModified=2023-04-04 18:26:18.984373000, delta=818000 ns, racy<=12500 ns 18:26:18.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.985488000, lastModified=2023-04-04 18:26:18.984373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.985488000, lastModified=2023-04-04 18:26:18.984373000, delta=1115000 ns, racy<=12500 ns 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.988212000, lastModified=2023-04-04 18:26:18.987373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.988212000, lastModified=2023-04-04 18:26:18.987373000, delta=839000 ns, racy<=12500 ns 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.988468000, lastModified=2023-04-04 18:26:18.987373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.988468000, lastModified=2023-04-04 18:26:18.987373000, delta=1095000 ns, racy<=12500 ns 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.988715000, lastModified=2023-04-04 18:26:18.987373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.988715000, lastModified=2023-04-04 18:26:18.987373000, delta=1342000 ns, racy<=12500 ns 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.988974000, lastModified=2023-04-04 18:26:18.988373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.988974000, lastModified=2023-04-04 18:26:18.988373000, delta=601000 ns, racy<=12500 ns 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.989237000, lastModified=2023-04-04 18:26:18.988373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.989237000, lastModified=2023-04-04 18:26:18.988373000, delta=864000 ns, racy<=12500 ns 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.989486000, lastModified=2023-04-04 18:26:18.988373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.989486000, lastModified=2023-04-04 18:26:18.988373000, delta=1113000 ns, racy<=12500 ns 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.989741000, lastModified=2023-04-04 18:26:18.988373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.989741000, lastModified=2023-04-04 18:26:18.988373000, delta=1368000 ns, racy<=12500 ns 18:26:18.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.990001000, lastModified=2023-04-04 18:26:18.989373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.990001000, lastModified=2023-04-04 18:26:18.989373000, delta=628000 ns, racy<=12500 ns 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.990265000, lastModified=2023-04-04 18:26:18.989373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.990265000, lastModified=2023-04-04 18:26:18.989373000, delta=892000 ns, racy<=12500 ns 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.990508000, lastModified=2023-04-04 18:26:18.989373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.990508000, lastModified=2023-04-04 18:26:18.989373000, delta=1135000 ns, racy<=12500 ns 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.990752000, lastModified=2023-04-04 18:26:18.989373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.990752000, lastModified=2023-04-04 18:26:18.989373000, delta=1379000 ns, racy<=12500 ns 18:26:18.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.991023000, lastModified=2023-04-04 18:26:18.990373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.991023000, lastModified=2023-04-04 18:26:18.990373000, delta=650000 ns, racy<=12500 ns 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.991285000, lastModified=2023-04-04 18:26:18.990373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.991285000, lastModified=2023-04-04 18:26:18.990373000, delta=912000 ns, racy<=12500 ns 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.991552000, lastModified=2023-04-04 18:26:18.990373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.991552000, lastModified=2023-04-04 18:26:18.990373000, delta=1179000 ns, racy<=12500 ns 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.991804000, lastModified=2023-04-04 18:26:18.990373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.990373000 to 2023-04-04 18:26:18.991373000 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.992056000, lastModified=2023-04-04 18:26:18.991373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.992056000, lastModified=2023-04-04 18:26:18.991373000, delta=683000 ns, racy<=12500 ns 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.992327000, lastModified=2023-04-04 18:26:18.991373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.992327000, lastModified=2023-04-04 18:26:18.991373000, delta=954000 ns, racy<=12500 ns 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.992583000, lastModified=2023-04-04 18:26:18.991373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.992583000, lastModified=2023-04-04 18:26:18.991373000, delta=1210000 ns, racy<=12500 ns 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.992838000, lastModified=2023-04-04 18:26:18.991373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.991373000 to 2023-04-04 18:26:18.992373000 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.993079000, lastModified=2023-04-04 18:26:18.992373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.993079000, lastModified=2023-04-04 18:26:18.992373000, delta=706000 ns, racy<=12500 ns 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.993341000, lastModified=2023-04-04 18:26:18.992373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.993341000, lastModified=2023-04-04 18:26:18.992373000, delta=968000 ns, racy<=12500 ns 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.993589000, lastModified=2023-04-04 18:26:18.992373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.993589000, lastModified=2023-04-04 18:26:18.992373000, delta=1216000 ns, racy<=12500 ns 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.993838000, lastModified=2023-04-04 18:26:18.992373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.992373000 to 2023-04-04 18:26:18.993373000 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.994079000, lastModified=2023-04-04 18:26:18.993373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.994079000, lastModified=2023-04-04 18:26:18.993373000, delta=706000 ns, racy<=12500 ns 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.994337000, lastModified=2023-04-04 18:26:18.993373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.994337000, lastModified=2023-04-04 18:26:18.993373000, delta=964000 ns, racy<=12500 ns 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.994582000, lastModified=2023-04-04 18:26:18.993373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.994582000, lastModified=2023-04-04 18:26:18.993373000, delta=1209000 ns, racy<=12500 ns 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.994822000, lastModified=2023-04-04 18:26:18.993373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.993373000 to 2023-04-04 18:26:18.994373000 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.995071000, lastModified=2023-04-04 18:26:18.994373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.995071000, lastModified=2023-04-04 18:26:18.994373000, delta=698000 ns, racy<=12500 ns 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.995333000, lastModified=2023-04-04 18:26:18.994373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.995333000, lastModified=2023-04-04 18:26:18.994373000, delta=960000 ns, racy<=12500 ns 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.995577000, lastModified=2023-04-04 18:26:18.994373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.995577000, lastModified=2023-04-04 18:26:18.994373000, delta=1204000 ns, racy<=12500 ns 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.995821000, lastModified=2023-04-04 18:26:18.994373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.994373000 to 2023-04-04 18:26:18.995373000 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.996075000, lastModified=2023-04-04 18:26:18.995373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.996075000, lastModified=2023-04-04 18:26:18.995373000, delta=702000 ns, racy<=12500 ns 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.996340000, lastModified=2023-04-04 18:26:18.995373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.996340000, lastModified=2023-04-04 18:26:18.995373000, delta=967000 ns, racy<=12500 ns 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.996606000, lastModified=2023-04-04 18:26:18.995373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.996606000, lastModified=2023-04-04 18:26:18.995373000, delta=1233000 ns, racy<=12500 ns 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.996859000, lastModified=2023-04-04 18:26:18.995373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.995373000 to 2023-04-04 18:26:18.996373000 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.997121000, lastModified=2023-04-04 18:26:18.996373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.997121000, lastModified=2023-04-04 18:26:18.996373000, delta=748000 ns, racy<=12500 ns 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.997380000, lastModified=2023-04-04 18:26:18.996373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.997380000, lastModified=2023-04-04 18:26:18.996373000, delta=1007000 ns, racy<=12500 ns 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.997660000, lastModified=2023-04-04 18:26:18.996373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.997660000, lastModified=2023-04-04 18:26:18.996373000, delta=1287000 ns, racy<=12500 ns 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.997910000, lastModified=2023-04-04 18:26:18.996373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:18.996373000 to 2023-04-04 18:26:18.997373000 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.998180000, lastModified=2023-04-04 18:26:18.997373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.998180000, lastModified=2023-04-04 18:26:18.997373000, delta=807000 ns, racy<=12500 ns 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.998433000, lastModified=2023-04-04 18:26:18.997373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.998433000, lastModified=2023-04-04 18:26:18.997373000, delta=1060000 ns, racy<=12500 ns 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.998697000, lastModified=2023-04-04 18:26:18.997373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.998697000, lastModified=2023-04-04 18:26:18.997373000, delta=1324000 ns, racy<=12500 ns 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.998954000, lastModified=2023-04-04 18:26:18.998373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.998954000, lastModified=2023-04-04 18:26:18.998373000, delta=581000 ns, racy<=12500 ns 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.999215000, lastModified=2023-04-04 18:26:18.998373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.999215000, lastModified=2023-04-04 18:26:18.998373000, delta=842000 ns, racy<=12500 ns 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.999461000, lastModified=2023-04-04 18:26:18.998373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.999461000, lastModified=2023-04-04 18:26:18.998373000, delta=1088000 ns, racy<=12500 ns 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:18.999715000, lastModified=2023-04-04 18:26:18.998373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:18.999715000, lastModified=2023-04-04 18:26:18.998373000, delta=1342000 ns, racy<=12500 ns 18:26:18.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.000116000, lastModified=2023-04-04 18:26:18.999373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.000116000, lastModified=2023-04-04 18:26:18.999373000, delta=743000 ns, racy<=12500 ns 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.000462000, lastModified=2023-04-04 18:26:18.999373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.000462000, lastModified=2023-04-04 18:26:18.999373000, delta=1089000 ns, racy<=12500 ns 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.000729000, lastModified=2023-04-04 18:26:18.999373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.000729000, lastModified=2023-04-04 18:26:18.999373000, delta=1356000 ns, racy<=12500 ns 18:26:19.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.000994000, lastModified=2023-04-04 18:26:19.000373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.000994000, lastModified=2023-04-04 18:26:19.000373000, delta=621000 ns, racy<=12500 ns 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.001258000, lastModified=2023-04-04 18:26:19.000373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.001258000, lastModified=2023-04-04 18:26:19.000373000, delta=885000 ns, racy<=12500 ns 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.001506000, lastModified=2023-04-04 18:26:19.000373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.001506000, lastModified=2023-04-04 18:26:19.000373000, delta=1133000 ns, racy<=12500 ns 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.001752000, lastModified=2023-04-04 18:26:19.000373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.001752000, lastModified=2023-04-04 18:26:19.000373000, delta=1379000 ns, racy<=12500 ns 18:26:19.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.002009000, lastModified=2023-04-04 18:26:19.001373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.002009000, lastModified=2023-04-04 18:26:19.001373000, delta=636000 ns, racy<=12500 ns 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.002272000, lastModified=2023-04-04 18:26:19.001373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.002272000, lastModified=2023-04-04 18:26:19.001373000, delta=899000 ns, racy<=12500 ns 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.002520000, lastModified=2023-04-04 18:26:19.001373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.002520000, lastModified=2023-04-04 18:26:19.001373000, delta=1147000 ns, racy<=12500 ns 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.002759000, lastModified=2023-04-04 18:26:19.001373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.002759000, lastModified=2023-04-04 18:26:19.001373000, delta=1386000 ns, racy<=12500 ns 18:26:19.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.003009000, lastModified=2023-04-04 18:26:19.002373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.003009000, lastModified=2023-04-04 18:26:19.002373000, delta=636000 ns, racy<=12500 ns 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.003269000, lastModified=2023-04-04 18:26:19.002373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.003269000, lastModified=2023-04-04 18:26:19.002373000, delta=896000 ns, racy<=12500 ns 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.003509000, lastModified=2023-04-04 18:26:19.002373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.003509000, lastModified=2023-04-04 18:26:19.002373000, delta=1136000 ns, racy<=12500 ns 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.003790000, lastModified=2023-04-04 18:26:19.002373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.003790000, lastModified=2023-04-04 18:26:19.002373000, delta=1417000 ns, racy<=12500 ns 18:26:19.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.004047000, lastModified=2023-04-04 18:26:19.003373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.004047000, lastModified=2023-04-04 18:26:19.003373000, delta=674000 ns, racy<=12500 ns 18:26:19.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.049705000, lastModified=2023-04-04 18:26:19.003373000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.003373000 to 2023-04-04 18:26:19.049374000 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.050225000, lastModified=2023-04-04 18:26:19.049374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.050225000, lastModified=2023-04-04 18:26:19.049374000, delta=851000 ns, racy<=12500 ns 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.050503000, lastModified=2023-04-04 18:26:19.049374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.050503000, lastModified=2023-04-04 18:26:19.049374000, delta=1129000 ns, racy<=12500 ns 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.050777000, lastModified=2023-04-04 18:26:19.049374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.050777000, lastModified=2023-04-04 18:26:19.049374000, delta=1403000 ns, racy<=12500 ns 18:26:19.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.051062000, lastModified=2023-04-04 18:26:19.050374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.051062000, lastModified=2023-04-04 18:26:19.050374000, delta=688000 ns, racy<=12500 ns 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.051353000, lastModified=2023-04-04 18:26:19.050374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.051353000, lastModified=2023-04-04 18:26:19.050374000, delta=979000 ns, racy<=12500 ns 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.051609000, lastModified=2023-04-04 18:26:19.050374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.051609000, lastModified=2023-04-04 18:26:19.050374000, delta=1235000 ns, racy<=12500 ns 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.051864000, lastModified=2023-04-04 18:26:19.050374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.050374000 to 2023-04-04 18:26:19.051374000 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.052124000, lastModified=2023-04-04 18:26:19.051374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.052124000, lastModified=2023-04-04 18:26:19.051374000, delta=750000 ns, racy<=12500 ns 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.052375000, lastModified=2023-04-04 18:26:19.051374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.052375000, lastModified=2023-04-04 18:26:19.051374000, delta=1001000 ns, racy<=12500 ns 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.052624000, lastModified=2023-04-04 18:26:19.051374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.052624000, lastModified=2023-04-04 18:26:19.051374000, delta=1250000 ns, racy<=12500 ns 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.052872000, lastModified=2023-04-04 18:26:19.051374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.051374000 to 2023-04-04 18:26:19.052374000 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.053130000, lastModified=2023-04-04 18:26:19.052374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.053130000, lastModified=2023-04-04 18:26:19.052374000, delta=756000 ns, racy<=12500 ns 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.053384000, lastModified=2023-04-04 18:26:19.052374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.053384000, lastModified=2023-04-04 18:26:19.052374000, delta=1010000 ns, racy<=12500 ns 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.053634000, lastModified=2023-04-04 18:26:19.052374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.053634000, lastModified=2023-04-04 18:26:19.052374000, delta=1260000 ns, racy<=12500 ns 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.053885000, lastModified=2023-04-04 18:26:19.052374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.052374000 to 2023-04-04 18:26:19.053374000 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.054145000, lastModified=2023-04-04 18:26:19.053374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.054145000, lastModified=2023-04-04 18:26:19.053374000, delta=771000 ns, racy<=12500 ns 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.054401000, lastModified=2023-04-04 18:26:19.053374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.054401000, lastModified=2023-04-04 18:26:19.053374000, delta=1027000 ns, racy<=12500 ns 18:26:19.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.058498000, lastModified=2023-04-04 18:26:19.053374000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.053374000 to 2023-04-04 18:26:19.057375000 18:26:19.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.058822000, lastModified=2023-04-04 18:26:19.057375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.057375000 to 2023-04-04 18:26:19.058375000 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.059096000, lastModified=2023-04-04 18:26:19.058375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.059096000, lastModified=2023-04-04 18:26:19.058375000, delta=721000 ns, racy<=12500 ns 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.059375000, lastModified=2023-04-04 18:26:19.058375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.059375000, lastModified=2023-04-04 18:26:19.058375000, delta=1000000 ns, racy<=12500 ns 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.059625000, lastModified=2023-04-04 18:26:19.058375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.059625000, lastModified=2023-04-04 18:26:19.058375000, delta=1250000 ns, racy<=12500 ns 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.059903000, lastModified=2023-04-04 18:26:19.058375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.058375000 to 2023-04-04 18:26:19.059375000 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.060157000, lastModified=2023-04-04 18:26:19.059375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.060157000, lastModified=2023-04-04 18:26:19.059375000, delta=782000 ns, racy<=12500 ns 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.060417000, lastModified=2023-04-04 18:26:19.059375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.060417000, lastModified=2023-04-04 18:26:19.059375000, delta=1042000 ns, racy<=12500 ns 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.060667000, lastModified=2023-04-04 18:26:19.059375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.060667000, lastModified=2023-04-04 18:26:19.059375000, delta=1292000 ns, racy<=12500 ns 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.060928000, lastModified=2023-04-04 18:26:19.059375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.059375000 to 2023-04-04 18:26:19.060375000 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.061179000, lastModified=2023-04-04 18:26:19.060375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.061179000, lastModified=2023-04-04 18:26:19.060375000, delta=804000 ns, racy<=12500 ns 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.061445000, lastModified=2023-04-04 18:26:19.060375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.061445000, lastModified=2023-04-04 18:26:19.060375000, delta=1070000 ns, racy<=12500 ns 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.061699000, lastModified=2023-04-04 18:26:19.060375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.061699000, lastModified=2023-04-04 18:26:19.060375000, delta=1324000 ns, racy<=12500 ns 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.061949000, lastModified=2023-04-04 18:26:19.061375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.061949000, lastModified=2023-04-04 18:26:19.061375000, delta=574000 ns, racy<=12500 ns 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.062216000, lastModified=2023-04-04 18:26:19.061375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.062216000, lastModified=2023-04-04 18:26:19.061375000, delta=841000 ns, racy<=12500 ns 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.062463000, lastModified=2023-04-04 18:26:19.061375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.062463000, lastModified=2023-04-04 18:26:19.061375000, delta=1088000 ns, racy<=12500 ns 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.062708000, lastModified=2023-04-04 18:26:19.061375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.062708000, lastModified=2023-04-04 18:26:19.061375000, delta=1333000 ns, racy<=12500 ns 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.062966000, lastModified=2023-04-04 18:26:19.062375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.062966000, lastModified=2023-04-04 18:26:19.062375000, delta=591000 ns, racy<=12500 ns 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.063243000, lastModified=2023-04-04 18:26:19.062375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.063243000, lastModified=2023-04-04 18:26:19.062375000, delta=868000 ns, racy<=12500 ns 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.063492000, lastModified=2023-04-04 18:26:19.062375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.063492000, lastModified=2023-04-04 18:26:19.062375000, delta=1117000 ns, racy<=12500 ns 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.063734000, lastModified=2023-04-04 18:26:19.062375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.063734000, lastModified=2023-04-04 18:26:19.062375000, delta=1359000 ns, racy<=12500 ns 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.063988000, lastModified=2023-04-04 18:26:19.063375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.063988000, lastModified=2023-04-04 18:26:19.063375000, delta=613000 ns, racy<=12500 ns 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.064243000, lastModified=2023-04-04 18:26:19.063375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.064243000, lastModified=2023-04-04 18:26:19.063375000, delta=868000 ns, racy<=12500 ns 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.064491000, lastModified=2023-04-04 18:26:19.063375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.064491000, lastModified=2023-04-04 18:26:19.063375000, delta=1116000 ns, racy<=12500 ns 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.064737000, lastModified=2023-04-04 18:26:19.063375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.064737000, lastModified=2023-04-04 18:26:19.063375000, delta=1362000 ns, racy<=12500 ns 18:26:19.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.064992000, lastModified=2023-04-04 18:26:19.064375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.064992000, lastModified=2023-04-04 18:26:19.064375000, delta=617000 ns, racy<=12500 ns 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.065250000, lastModified=2023-04-04 18:26:19.064375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.065250000, lastModified=2023-04-04 18:26:19.064375000, delta=875000 ns, racy<=12500 ns 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.065496000, lastModified=2023-04-04 18:26:19.064375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.065496000, lastModified=2023-04-04 18:26:19.064375000, delta=1121000 ns, racy<=12500 ns 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.065745000, lastModified=2023-04-04 18:26:19.064375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.065745000, lastModified=2023-04-04 18:26:19.064375000, delta=1370000 ns, racy<=12500 ns 18:26:19.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.065999000, lastModified=2023-04-04 18:26:19.065375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.065999000, lastModified=2023-04-04 18:26:19.065375000, delta=624000 ns, racy<=12500 ns 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.066256000, lastModified=2023-04-04 18:26:19.065375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.066256000, lastModified=2023-04-04 18:26:19.065375000, delta=881000 ns, racy<=12500 ns 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.066501000, lastModified=2023-04-04 18:26:19.065375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.066501000, lastModified=2023-04-04 18:26:19.065375000, delta=1126000 ns, racy<=12500 ns 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.066748000, lastModified=2023-04-04 18:26:19.065375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.066748000, lastModified=2023-04-04 18:26:19.065375000, delta=1373000 ns, racy<=12500 ns 18:26:19.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.067036000, lastModified=2023-04-04 18:26:19.066375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.067036000, lastModified=2023-04-04 18:26:19.066375000, delta=661000 ns, racy<=12500 ns 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.067283000, lastModified=2023-04-04 18:26:19.066375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.067283000, lastModified=2023-04-04 18:26:19.066375000, delta=908000 ns, racy<=12500 ns 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.067518000, lastModified=2023-04-04 18:26:19.066375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.067518000, lastModified=2023-04-04 18:26:19.066375000, delta=1143000 ns, racy<=12500 ns 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.067753000, lastModified=2023-04-04 18:26:19.066375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.067753000, lastModified=2023-04-04 18:26:19.066375000, delta=1378000 ns, racy<=12500 ns 18:26:19.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.068002000, lastModified=2023-04-04 18:26:19.067375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.068002000, lastModified=2023-04-04 18:26:19.067375000, delta=627000 ns, racy<=12500 ns 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.068250000, lastModified=2023-04-04 18:26:19.067375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.068250000, lastModified=2023-04-04 18:26:19.067375000, delta=875000 ns, racy<=12500 ns 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.068487000, lastModified=2023-04-04 18:26:19.067375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.068487000, lastModified=2023-04-04 18:26:19.067375000, delta=1112000 ns, racy<=12500 ns 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.068725000, lastModified=2023-04-04 18:26:19.067375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.068725000, lastModified=2023-04-04 18:26:19.067375000, delta=1350000 ns, racy<=12500 ns 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.068987000, lastModified=2023-04-04 18:26:19.068375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.068987000, lastModified=2023-04-04 18:26:19.068375000, delta=612000 ns, racy<=12500 ns 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.069249000, lastModified=2023-04-04 18:26:19.068375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.069249000, lastModified=2023-04-04 18:26:19.068375000, delta=874000 ns, racy<=12500 ns 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.069496000, lastModified=2023-04-04 18:26:19.068375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.069496000, lastModified=2023-04-04 18:26:19.068375000, delta=1121000 ns, racy<=12500 ns 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.069738000, lastModified=2023-04-04 18:26:19.068375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.069738000, lastModified=2023-04-04 18:26:19.068375000, delta=1363000 ns, racy<=12500 ns 18:26:19.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.070141000, lastModified=2023-04-04 18:26:19.069375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.070141000, lastModified=2023-04-04 18:26:19.069375000, delta=766000 ns, racy<=12500 ns 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.070496000, lastModified=2023-04-04 18:26:19.069375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.070496000, lastModified=2023-04-04 18:26:19.069375000, delta=1121000 ns, racy<=12500 ns 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.070766000, lastModified=2023-04-04 18:26:19.069375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.070766000, lastModified=2023-04-04 18:26:19.069375000, delta=1391000 ns, racy<=12500 ns 18:26:19.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.071052000, lastModified=2023-04-04 18:26:19.070375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.071052000, lastModified=2023-04-04 18:26:19.070375000, delta=677000 ns, racy<=12500 ns 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.071325000, lastModified=2023-04-04 18:26:19.070375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.071325000, lastModified=2023-04-04 18:26:19.070375000, delta=950000 ns, racy<=12500 ns 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.071580000, lastModified=2023-04-04 18:26:19.070375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.071580000, lastModified=2023-04-04 18:26:19.070375000, delta=1205000 ns, racy<=12500 ns 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.071839000, lastModified=2023-04-04 18:26:19.070375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.070375000 to 2023-04-04 18:26:19.071375000 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.072093000, lastModified=2023-04-04 18:26:19.071375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.072093000, lastModified=2023-04-04 18:26:19.071375000, delta=718000 ns, racy<=12500 ns 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.072359000, lastModified=2023-04-04 18:26:19.071375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.072359000, lastModified=2023-04-04 18:26:19.071375000, delta=984000 ns, racy<=12500 ns 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.072615000, lastModified=2023-04-04 18:26:19.071375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.072615000, lastModified=2023-04-04 18:26:19.071375000, delta=1240000 ns, racy<=12500 ns 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.072872000, lastModified=2023-04-04 18:26:19.071375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.071375000 to 2023-04-04 18:26:19.072375000 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.073139000, lastModified=2023-04-04 18:26:19.072375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.073139000, lastModified=2023-04-04 18:26:19.072375000, delta=764000 ns, racy<=12500 ns 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.073396000, lastModified=2023-04-04 18:26:19.072375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.073396000, lastModified=2023-04-04 18:26:19.072375000, delta=1021000 ns, racy<=12500 ns 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.073650000, lastModified=2023-04-04 18:26:19.072375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.073650000, lastModified=2023-04-04 18:26:19.072375000, delta=1275000 ns, racy<=12500 ns 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.073911000, lastModified=2023-04-04 18:26:19.072375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.072375000 to 2023-04-04 18:26:19.073375000 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.074160000, lastModified=2023-04-04 18:26:19.073375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.074160000, lastModified=2023-04-04 18:26:19.073375000, delta=785000 ns, racy<=12500 ns 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.074418000, lastModified=2023-04-04 18:26:19.073375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.074418000, lastModified=2023-04-04 18:26:19.073375000, delta=1043000 ns, racy<=12500 ns 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.074676000, lastModified=2023-04-04 18:26:19.073375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.074676000, lastModified=2023-04-04 18:26:19.073375000, delta=1301000 ns, racy<=12500 ns 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.074946000, lastModified=2023-04-04 18:26:19.074375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.074946000, lastModified=2023-04-04 18:26:19.074375000, delta=571000 ns, racy<=12500 ns 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.075215000, lastModified=2023-04-04 18:26:19.074375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.075215000, lastModified=2023-04-04 18:26:19.074375000, delta=840000 ns, racy<=12500 ns 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.075474000, lastModified=2023-04-04 18:26:19.074375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.075474000, lastModified=2023-04-04 18:26:19.074375000, delta=1099000 ns, racy<=12500 ns 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.075731000, lastModified=2023-04-04 18:26:19.074375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.075731000, lastModified=2023-04-04 18:26:19.074375000, delta=1356000 ns, racy<=12500 ns 18:26:19.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.076005000, lastModified=2023-04-04 18:26:19.075375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.076005000, lastModified=2023-04-04 18:26:19.075375000, delta=630000 ns, racy<=12500 ns 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.076257000, lastModified=2023-04-04 18:26:19.075375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.076257000, lastModified=2023-04-04 18:26:19.075375000, delta=882000 ns, racy<=12500 ns 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.076498000, lastModified=2023-04-04 18:26:19.075375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.076498000, lastModified=2023-04-04 18:26:19.075375000, delta=1123000 ns, racy<=12500 ns 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.076766000, lastModified=2023-04-04 18:26:19.075375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.076766000, lastModified=2023-04-04 18:26:19.075375000, delta=1391000 ns, racy<=12500 ns 18:26:19.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.077029000, lastModified=2023-04-04 18:26:19.076375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.077029000, lastModified=2023-04-04 18:26:19.076375000, delta=654000 ns, racy<=12500 ns 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.077293000, lastModified=2023-04-04 18:26:19.076375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.077293000, lastModified=2023-04-04 18:26:19.076375000, delta=918000 ns, racy<=12500 ns 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.077570000, lastModified=2023-04-04 18:26:19.076375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.077570000, lastModified=2023-04-04 18:26:19.076375000, delta=1195000 ns, racy<=12500 ns 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.077824000, lastModified=2023-04-04 18:26:19.076375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.076375000 to 2023-04-04 18:26:19.077375000 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.078085000, lastModified=2023-04-04 18:26:19.077375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.078085000, lastModified=2023-04-04 18:26:19.077375000, delta=710000 ns, racy<=12500 ns 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.078354000, lastModified=2023-04-04 18:26:19.077375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.078354000, lastModified=2023-04-04 18:26:19.077375000, delta=979000 ns, racy<=12500 ns 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.078603000, lastModified=2023-04-04 18:26:19.077375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.078603000, lastModified=2023-04-04 18:26:19.077375000, delta=1228000 ns, racy<=12500 ns 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.078860000, lastModified=2023-04-04 18:26:19.077375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.077375000 to 2023-04-04 18:26:19.078375000 18:26:19.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.079120000, lastModified=2023-04-04 18:26:19.078375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.079120000, lastModified=2023-04-04 18:26:19.078375000, delta=745000 ns, racy<=12500 ns 18:26:19.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.079374000, lastModified=2023-04-04 18:26:19.078375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.079374000, lastModified=2023-04-04 18:26:19.078375000, delta=999000 ns, racy<=12500 ns 18:26:19.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.081965000, lastModified=2023-04-04 18:26:19.081375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.081965000, lastModified=2023-04-04 18:26:19.081375000, delta=590000 ns, racy<=12500 ns 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.082251000, lastModified=2023-04-04 18:26:19.081375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.082251000, lastModified=2023-04-04 18:26:19.081375000, delta=876000 ns, racy<=12500 ns 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.082504000, lastModified=2023-04-04 18:26:19.081375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.082504000, lastModified=2023-04-04 18:26:19.081375000, delta=1129000 ns, racy<=12500 ns 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.082749000, lastModified=2023-04-04 18:26:19.081375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.082749000, lastModified=2023-04-04 18:26:19.081375000, delta=1374000 ns, racy<=12500 ns 18:26:19.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.083030000, lastModified=2023-04-04 18:26:19.082375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.083030000, lastModified=2023-04-04 18:26:19.082375000, delta=655000 ns, racy<=12500 ns 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.083289000, lastModified=2023-04-04 18:26:19.082375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.083289000, lastModified=2023-04-04 18:26:19.082375000, delta=914000 ns, racy<=12500 ns 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.083533000, lastModified=2023-04-04 18:26:19.082375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.083533000, lastModified=2023-04-04 18:26:19.082375000, delta=1158000 ns, racy<=12500 ns 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.083794000, lastModified=2023-04-04 18:26:19.082375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.082375000 to 2023-04-04 18:26:19.083375000 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.084055000, lastModified=2023-04-04 18:26:19.083375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.084055000, lastModified=2023-04-04 18:26:19.083375000, delta=680000 ns, racy<=12500 ns 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.084325000, lastModified=2023-04-04 18:26:19.083375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.084325000, lastModified=2023-04-04 18:26:19.083375000, delta=950000 ns, racy<=12500 ns 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.084602000, lastModified=2023-04-04 18:26:19.083375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.084602000, lastModified=2023-04-04 18:26:19.083375000, delta=1227000 ns, racy<=12500 ns 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.084867000, lastModified=2023-04-04 18:26:19.083375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.083375000 to 2023-04-04 18:26:19.084375000 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.085135000, lastModified=2023-04-04 18:26:19.084375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.085135000, lastModified=2023-04-04 18:26:19.084375000, delta=760000 ns, racy<=12500 ns 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.085413000, lastModified=2023-04-04 18:26:19.084375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.085413000, lastModified=2023-04-04 18:26:19.084375000, delta=1038000 ns, racy<=12500 ns 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.085770000, lastModified=2023-04-04 18:26:19.084375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.085770000, lastModified=2023-04-04 18:26:19.084375000, delta=1395000 ns, racy<=12500 ns 18:26:19.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.086073000, lastModified=2023-04-04 18:26:19.085375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.086073000, lastModified=2023-04-04 18:26:19.085375000, delta=698000 ns, racy<=12500 ns 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.086355000, lastModified=2023-04-04 18:26:19.085375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.086355000, lastModified=2023-04-04 18:26:19.085375000, delta=980000 ns, racy<=12500 ns 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.086625000, lastModified=2023-04-04 18:26:19.085375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.086625000, lastModified=2023-04-04 18:26:19.085375000, delta=1250000 ns, racy<=12500 ns 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.086903000, lastModified=2023-04-04 18:26:19.085375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.085375000 to 2023-04-04 18:26:19.086375000 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.087164000, lastModified=2023-04-04 18:26:19.086375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.087164000, lastModified=2023-04-04 18:26:19.086375000, delta=789000 ns, racy<=12500 ns 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.087426000, lastModified=2023-04-04 18:26:19.086375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.087426000, lastModified=2023-04-04 18:26:19.086375000, delta=1051000 ns, racy<=12500 ns 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.087683000, lastModified=2023-04-04 18:26:19.086375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.087683000, lastModified=2023-04-04 18:26:19.086375000, delta=1308000 ns, racy<=12500 ns 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.087967000, lastModified=2023-04-04 18:26:19.087375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.087967000, lastModified=2023-04-04 18:26:19.087375000, delta=592000 ns, racy<=12500 ns 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.088248000, lastModified=2023-04-04 18:26:19.087375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.088248000, lastModified=2023-04-04 18:26:19.087375000, delta=873000 ns, racy<=12500 ns 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.088520000, lastModified=2023-04-04 18:26:19.087375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.088520000, lastModified=2023-04-04 18:26:19.087375000, delta=1145000 ns, racy<=12500 ns 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.088784000, lastModified=2023-04-04 18:26:19.087375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.088784000, lastModified=2023-04-04 18:26:19.087375000, delta=1409000 ns, racy<=12500 ns 18:26:19.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.089075000, lastModified=2023-04-04 18:26:19.088375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.089075000, lastModified=2023-04-04 18:26:19.088375000, delta=700000 ns, racy<=12500 ns 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.089361000, lastModified=2023-04-04 18:26:19.088375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.089361000, lastModified=2023-04-04 18:26:19.088375000, delta=986000 ns, racy<=12500 ns 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.089625000, lastModified=2023-04-04 18:26:19.088375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.089625000, lastModified=2023-04-04 18:26:19.088375000, delta=1250000 ns, racy<=12500 ns 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.089877000, lastModified=2023-04-04 18:26:19.088375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.088375000 to 2023-04-04 18:26:19.089375000 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.090142000, lastModified=2023-04-04 18:26:19.089375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.090142000, lastModified=2023-04-04 18:26:19.089375000, delta=767000 ns, racy<=12500 ns 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.090392000, lastModified=2023-04-04 18:26:19.089375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.090392000, lastModified=2023-04-04 18:26:19.089375000, delta=1017000 ns, racy<=12500 ns 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.090637000, lastModified=2023-04-04 18:26:19.089375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.090637000, lastModified=2023-04-04 18:26:19.089375000, delta=1262000 ns, racy<=12500 ns 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.090877000, lastModified=2023-04-04 18:26:19.089375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.089375000 to 2023-04-04 18:26:19.090375000 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.091144000, lastModified=2023-04-04 18:26:19.090375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.091144000, lastModified=2023-04-04 18:26:19.090375000, delta=769000 ns, racy<=12500 ns 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.091396000, lastModified=2023-04-04 18:26:19.090375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.091396000, lastModified=2023-04-04 18:26:19.090375000, delta=1021000 ns, racy<=12500 ns 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.091646000, lastModified=2023-04-04 18:26:19.090375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.091646000, lastModified=2023-04-04 18:26:19.090375000, delta=1271000 ns, racy<=12500 ns 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.091899000, lastModified=2023-04-04 18:26:19.090375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.090375000 to 2023-04-04 18:26:19.091375000 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.092151000, lastModified=2023-04-04 18:26:19.091375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.092151000, lastModified=2023-04-04 18:26:19.091375000, delta=776000 ns, racy<=12500 ns 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.092398000, lastModified=2023-04-04 18:26:19.091375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.092398000, lastModified=2023-04-04 18:26:19.091375000, delta=1023000 ns, racy<=12500 ns 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.092649000, lastModified=2023-04-04 18:26:19.091375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.092649000, lastModified=2023-04-04 18:26:19.091375000, delta=1274000 ns, racy<=12500 ns 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.092926000, lastModified=2023-04-04 18:26:19.091375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.091375000 to 2023-04-04 18:26:19.092375000 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.093176000, lastModified=2023-04-04 18:26:19.092375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.093176000, lastModified=2023-04-04 18:26:19.092375000, delta=801000 ns, racy<=12500 ns 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.093436000, lastModified=2023-04-04 18:26:19.092375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.093436000, lastModified=2023-04-04 18:26:19.092375000, delta=1061000 ns, racy<=12500 ns 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.093684000, lastModified=2023-04-04 18:26:19.092375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.093684000, lastModified=2023-04-04 18:26:19.092375000, delta=1309000 ns, racy<=12500 ns 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.093956000, lastModified=2023-04-04 18:26:19.093375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.093956000, lastModified=2023-04-04 18:26:19.093375000, delta=581000 ns, racy<=12500 ns 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.094228000, lastModified=2023-04-04 18:26:19.093375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.094228000, lastModified=2023-04-04 18:26:19.093375000, delta=853000 ns, racy<=12500 ns 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.094496000, lastModified=2023-04-04 18:26:19.093375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.094496000, lastModified=2023-04-04 18:26:19.093375000, delta=1121000 ns, racy<=12500 ns 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.094744000, lastModified=2023-04-04 18:26:19.093375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.094744000, lastModified=2023-04-04 18:26:19.093375000, delta=1369000 ns, racy<=12500 ns 18:26:19.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.095006000, lastModified=2023-04-04 18:26:19.094375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.095006000, lastModified=2023-04-04 18:26:19.094375000, delta=631000 ns, racy<=12500 ns 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.095269000, lastModified=2023-04-04 18:26:19.094375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.095269000, lastModified=2023-04-04 18:26:19.094375000, delta=894000 ns, racy<=12500 ns 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.095529000, lastModified=2023-04-04 18:26:19.094375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.095529000, lastModified=2023-04-04 18:26:19.094375000, delta=1154000 ns, racy<=12500 ns 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.095771000, lastModified=2023-04-04 18:26:19.094375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.095771000, lastModified=2023-04-04 18:26:19.094375000, delta=1396000 ns, racy<=12500 ns 18:26:19.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.096025000, lastModified=2023-04-04 18:26:19.095375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.096025000, lastModified=2023-04-04 18:26:19.095375000, delta=650000 ns, racy<=12500 ns 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.096288000, lastModified=2023-04-04 18:26:19.095375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.096288000, lastModified=2023-04-04 18:26:19.095375000, delta=913000 ns, racy<=12500 ns 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.096533000, lastModified=2023-04-04 18:26:19.095375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.096533000, lastModified=2023-04-04 18:26:19.095375000, delta=1158000 ns, racy<=12500 ns 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.096783000, lastModified=2023-04-04 18:26:19.095375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.096783000, lastModified=2023-04-04 18:26:19.095375000, delta=1408000 ns, racy<=12500 ns 18:26:19.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.097057000, lastModified=2023-04-04 18:26:19.096375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.097057000, lastModified=2023-04-04 18:26:19.096375000, delta=682000 ns, racy<=12500 ns 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.097324000, lastModified=2023-04-04 18:26:19.096375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.097324000, lastModified=2023-04-04 18:26:19.096375000, delta=949000 ns, racy<=12500 ns 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.097583000, lastModified=2023-04-04 18:26:19.096375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.097583000, lastModified=2023-04-04 18:26:19.096375000, delta=1208000 ns, racy<=12500 ns 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.097838000, lastModified=2023-04-04 18:26:19.096375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.096375000 to 2023-04-04 18:26:19.097375000 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.098128000, lastModified=2023-04-04 18:26:19.097375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.098128000, lastModified=2023-04-04 18:26:19.097375000, delta=753000 ns, racy<=12500 ns 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.098372000, lastModified=2023-04-04 18:26:19.097375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.098372000, lastModified=2023-04-04 18:26:19.097375000, delta=997000 ns, racy<=12500 ns 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.098614000, lastModified=2023-04-04 18:26:19.097375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.098614000, lastModified=2023-04-04 18:26:19.097375000, delta=1239000 ns, racy<=12500 ns 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.098855000, lastModified=2023-04-04 18:26:19.097375000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.097375000 to 2023-04-04 18:26:19.098376000 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.099131000, lastModified=2023-04-04 18:26:19.098376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.099131000, lastModified=2023-04-04 18:26:19.098376000, delta=755000 ns, racy<=12500 ns 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.099385000, lastModified=2023-04-04 18:26:19.098376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.099385000, lastModified=2023-04-04 18:26:19.098376000, delta=1009000 ns, racy<=12500 ns 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.099637000, lastModified=2023-04-04 18:26:19.098376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.099637000, lastModified=2023-04-04 18:26:19.098376000, delta=1261000 ns, racy<=12500 ns 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.099887000, lastModified=2023-04-04 18:26:19.098376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.098376000 to 2023-04-04 18:26:19.099376000 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.100149000, lastModified=2023-04-04 18:26:19.099376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.100149000, lastModified=2023-04-04 18:26:19.099376000, delta=773000 ns, racy<=12500 ns 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.100415000, lastModified=2023-04-04 18:26:19.099376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.100415000, lastModified=2023-04-04 18:26:19.099376000, delta=1039000 ns, racy<=12500 ns 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.100668000, lastModified=2023-04-04 18:26:19.099376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.100668000, lastModified=2023-04-04 18:26:19.099376000, delta=1292000 ns, racy<=12500 ns 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.100927000, lastModified=2023-04-04 18:26:19.099376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.099376000 to 2023-04-04 18:26:19.100376000 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.101179000, lastModified=2023-04-04 18:26:19.100376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.101179000, lastModified=2023-04-04 18:26:19.100376000, delta=803000 ns, racy<=12500 ns 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.101437000, lastModified=2023-04-04 18:26:19.100376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.101437000, lastModified=2023-04-04 18:26:19.100376000, delta=1061000 ns, racy<=12500 ns 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.101695000, lastModified=2023-04-04 18:26:19.100376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.101695000, lastModified=2023-04-04 18:26:19.100376000, delta=1319000 ns, racy<=12500 ns 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.101961000, lastModified=2023-04-04 18:26:19.101376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.101961000, lastModified=2023-04-04 18:26:19.101376000, delta=585000 ns, racy<=12500 ns 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.102222000, lastModified=2023-04-04 18:26:19.101376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.102222000, lastModified=2023-04-04 18:26:19.101376000, delta=846000 ns, racy<=12500 ns 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.102465000, lastModified=2023-04-04 18:26:19.101376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.102465000, lastModified=2023-04-04 18:26:19.101376000, delta=1089000 ns, racy<=12500 ns 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.102710000, lastModified=2023-04-04 18:26:19.101376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.102710000, lastModified=2023-04-04 18:26:19.101376000, delta=1334000 ns, racy<=12500 ns 18:26:19.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.106698000, lastModified=2023-04-04 18:26:19.102376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.102376000 to 2023-04-04 18:26:19.105376000 18:26:19.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.106976000, lastModified=2023-04-04 18:26:19.106376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.106976000, lastModified=2023-04-04 18:26:19.106376000, delta=600000 ns, racy<=12500 ns 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.107233000, lastModified=2023-04-04 18:26:19.106376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.107233000, lastModified=2023-04-04 18:26:19.106376000, delta=857000 ns, racy<=12500 ns 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.107474000, lastModified=2023-04-04 18:26:19.106376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.107474000, lastModified=2023-04-04 18:26:19.106376000, delta=1098000 ns, racy<=12500 ns 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.107724000, lastModified=2023-04-04 18:26:19.106376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.107724000, lastModified=2023-04-04 18:26:19.106376000, delta=1348000 ns, racy<=12500 ns 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.107973000, lastModified=2023-04-04 18:26:19.107376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.107973000, lastModified=2023-04-04 18:26:19.107376000, delta=597000 ns, racy<=12500 ns 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.108225000, lastModified=2023-04-04 18:26:19.107376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.108225000, lastModified=2023-04-04 18:26:19.107376000, delta=849000 ns, racy<=12500 ns 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.108463000, lastModified=2023-04-04 18:26:19.107376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.108463000, lastModified=2023-04-04 18:26:19.107376000, delta=1087000 ns, racy<=12500 ns 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.108708000, lastModified=2023-04-04 18:26:19.107376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.108708000, lastModified=2023-04-04 18:26:19.107376000, delta=1332000 ns, racy<=12500 ns 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.108969000, lastModified=2023-04-04 18:26:19.108376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.108969000, lastModified=2023-04-04 18:26:19.108376000, delta=593000 ns, racy<=12500 ns 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.109223000, lastModified=2023-04-04 18:26:19.108376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.109223000, lastModified=2023-04-04 18:26:19.108376000, delta=847000 ns, racy<=12500 ns 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.109461000, lastModified=2023-04-04 18:26:19.108376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.109461000, lastModified=2023-04-04 18:26:19.108376000, delta=1085000 ns, racy<=12500 ns 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.109698000, lastModified=2023-04-04 18:26:19.108376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.109698000, lastModified=2023-04-04 18:26:19.108376000, delta=1322000 ns, racy<=12500 ns 18:26:19.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.110010000, lastModified=2023-04-04 18:26:19.109376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.110010000, lastModified=2023-04-04 18:26:19.109376000, delta=634000 ns, racy<=12500 ns 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.110266000, lastModified=2023-04-04 18:26:19.109376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.110266000, lastModified=2023-04-04 18:26:19.109376000, delta=890000 ns, racy<=12500 ns 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.110507000, lastModified=2023-04-04 18:26:19.109376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.110507000, lastModified=2023-04-04 18:26:19.109376000, delta=1131000 ns, racy<=12500 ns 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.110751000, lastModified=2023-04-04 18:26:19.109376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.110751000, lastModified=2023-04-04 18:26:19.109376000, delta=1375000 ns, racy<=12500 ns 18:26:19.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.111031000, lastModified=2023-04-04 18:26:19.110376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.111031000, lastModified=2023-04-04 18:26:19.110376000, delta=655000 ns, racy<=12500 ns 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.111313000, lastModified=2023-04-04 18:26:19.110376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.111313000, lastModified=2023-04-04 18:26:19.110376000, delta=937000 ns, racy<=12500 ns 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.111576000, lastModified=2023-04-04 18:26:19.110376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.111576000, lastModified=2023-04-04 18:26:19.110376000, delta=1200000 ns, racy<=12500 ns 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.111823000, lastModified=2023-04-04 18:26:19.110376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.110376000 to 2023-04-04 18:26:19.111376000 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.112070000, lastModified=2023-04-04 18:26:19.111376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.112070000, lastModified=2023-04-04 18:26:19.111376000, delta=694000 ns, racy<=12500 ns 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.112335000, lastModified=2023-04-04 18:26:19.111376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.112335000, lastModified=2023-04-04 18:26:19.111376000, delta=959000 ns, racy<=12500 ns 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.112591000, lastModified=2023-04-04 18:26:19.111376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.112591000, lastModified=2023-04-04 18:26:19.111376000, delta=1215000 ns, racy<=12500 ns 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.112839000, lastModified=2023-04-04 18:26:19.111376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.111376000 to 2023-04-04 18:26:19.112376000 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.113113000, lastModified=2023-04-04 18:26:19.112376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.113113000, lastModified=2023-04-04 18:26:19.112376000, delta=737000 ns, racy<=12500 ns 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.113355000, lastModified=2023-04-04 18:26:19.112376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.113355000, lastModified=2023-04-04 18:26:19.112376000, delta=979000 ns, racy<=12500 ns 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.113597000, lastModified=2023-04-04 18:26:19.112376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.113597000, lastModified=2023-04-04 18:26:19.112376000, delta=1221000 ns, racy<=12500 ns 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.113837000, lastModified=2023-04-04 18:26:19.112376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.112376000 to 2023-04-04 18:26:19.113376000 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.114069000, lastModified=2023-04-04 18:26:19.113376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.114069000, lastModified=2023-04-04 18:26:19.113376000, delta=693000 ns, racy<=12500 ns 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.114321000, lastModified=2023-04-04 18:26:19.113376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.114321000, lastModified=2023-04-04 18:26:19.113376000, delta=945000 ns, racy<=12500 ns 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.114561000, lastModified=2023-04-04 18:26:19.113376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.114561000, lastModified=2023-04-04 18:26:19.113376000, delta=1185000 ns, racy<=12500 ns 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.114804000, lastModified=2023-04-04 18:26:19.113376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.113376000 to 2023-04-04 18:26:19.114376000 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.115044000, lastModified=2023-04-04 18:26:19.114376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.115044000, lastModified=2023-04-04 18:26:19.114376000, delta=668000 ns, racy<=12500 ns 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.115301000, lastModified=2023-04-04 18:26:19.114376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.115301000, lastModified=2023-04-04 18:26:19.114376000, delta=925000 ns, racy<=12500 ns 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.115542000, lastModified=2023-04-04 18:26:19.114376000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.115542000, lastModified=2023-04-04 18:26:19.114376000, delta=1166000 ns, racy<=12500 ns 18:26:19.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.149800000, lastModified=2023-04-04 18:26:19.148377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.148377000 to 2023-04-04 18:26:19.149377000 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.150185000, lastModified=2023-04-04 18:26:19.149377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.150185000, lastModified=2023-04-04 18:26:19.149377000, delta=808000 ns, racy<=12500 ns 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.150478000, lastModified=2023-04-04 18:26:19.149377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.150478000, lastModified=2023-04-04 18:26:19.149377000, delta=1101000 ns, racy<=12500 ns 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.150731000, lastModified=2023-04-04 18:26:19.149377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.150731000, lastModified=2023-04-04 18:26:19.149377000, delta=1354000 ns, racy<=12500 ns 18:26:19.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.151021000, lastModified=2023-04-04 18:26:19.150377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.151021000, lastModified=2023-04-04 18:26:19.150377000, delta=644000 ns, racy<=12500 ns 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.151289000, lastModified=2023-04-04 18:26:19.150377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.151289000, lastModified=2023-04-04 18:26:19.150377000, delta=912000 ns, racy<=12500 ns 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.151548000, lastModified=2023-04-04 18:26:19.150377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.151548000, lastModified=2023-04-04 18:26:19.150377000, delta=1171000 ns, racy<=12500 ns 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.151790000, lastModified=2023-04-04 18:26:19.150377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.151790000, lastModified=2023-04-04 18:26:19.150377000, delta=1413000 ns, racy<=12500 ns 18:26:19.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.152042000, lastModified=2023-04-04 18:26:19.151377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.152042000, lastModified=2023-04-04 18:26:19.151377000, delta=665000 ns, racy<=12500 ns 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.152298000, lastModified=2023-04-04 18:26:19.151377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.152298000, lastModified=2023-04-04 18:26:19.151377000, delta=921000 ns, racy<=12500 ns 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.152546000, lastModified=2023-04-04 18:26:19.151377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.152546000, lastModified=2023-04-04 18:26:19.151377000, delta=1169000 ns, racy<=12500 ns 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.152791000, lastModified=2023-04-04 18:26:19.151377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.152791000, lastModified=2023-04-04 18:26:19.151377000, delta=1414000 ns, racy<=12500 ns 18:26:19.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.153044000, lastModified=2023-04-04 18:26:19.152377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.153044000, lastModified=2023-04-04 18:26:19.152377000, delta=667000 ns, racy<=12500 ns 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.153299000, lastModified=2023-04-04 18:26:19.152377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.153299000, lastModified=2023-04-04 18:26:19.152377000, delta=922000 ns, racy<=12500 ns 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.153541000, lastModified=2023-04-04 18:26:19.152377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.153541000, lastModified=2023-04-04 18:26:19.152377000, delta=1164000 ns, racy<=12500 ns 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.153791000, lastModified=2023-04-04 18:26:19.152377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.153791000, lastModified=2023-04-04 18:26:19.152377000, delta=1414000 ns, racy<=12500 ns 18:26:19.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.154040000, lastModified=2023-04-04 18:26:19.153377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.154040000, lastModified=2023-04-04 18:26:19.153377000, delta=663000 ns, racy<=12500 ns 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.154295000, lastModified=2023-04-04 18:26:19.153377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.154295000, lastModified=2023-04-04 18:26:19.153377000, delta=918000 ns, racy<=12500 ns 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.154538000, lastModified=2023-04-04 18:26:19.153377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.154538000, lastModified=2023-04-04 18:26:19.153377000, delta=1161000 ns, racy<=12500 ns 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.154782000, lastModified=2023-04-04 18:26:19.153377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.154782000, lastModified=2023-04-04 18:26:19.153377000, delta=1405000 ns, racy<=12500 ns 18:26:19.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.155042000, lastModified=2023-04-04 18:26:19.154377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.155042000, lastModified=2023-04-04 18:26:19.154377000, delta=665000 ns, racy<=12500 ns 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.155298000, lastModified=2023-04-04 18:26:19.154377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.155298000, lastModified=2023-04-04 18:26:19.154377000, delta=921000 ns, racy<=12500 ns 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.155539000, lastModified=2023-04-04 18:26:19.154377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.155539000, lastModified=2023-04-04 18:26:19.154377000, delta=1162000 ns, racy<=12500 ns 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.155781000, lastModified=2023-04-04 18:26:19.154377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.155781000, lastModified=2023-04-04 18:26:19.154377000, delta=1404000 ns, racy<=12500 ns 18:26:19.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.156036000, lastModified=2023-04-04 18:26:19.155377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.156036000, lastModified=2023-04-04 18:26:19.155377000, delta=659000 ns, racy<=12500 ns 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.156289000, lastModified=2023-04-04 18:26:19.155377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.156289000, lastModified=2023-04-04 18:26:19.155377000, delta=912000 ns, racy<=12500 ns 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.156529000, lastModified=2023-04-04 18:26:19.155377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.156529000, lastModified=2023-04-04 18:26:19.155377000, delta=1152000 ns, racy<=12500 ns 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.156772000, lastModified=2023-04-04 18:26:19.155377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.156772000, lastModified=2023-04-04 18:26:19.155377000, delta=1395000 ns, racy<=12500 ns 18:26:19.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.157025000, lastModified=2023-04-04 18:26:19.156377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.157025000, lastModified=2023-04-04 18:26:19.156377000, delta=648000 ns, racy<=12500 ns 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.157297000, lastModified=2023-04-04 18:26:19.156377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.157297000, lastModified=2023-04-04 18:26:19.156377000, delta=920000 ns, racy<=12500 ns 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.157543000, lastModified=2023-04-04 18:26:19.156377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.157543000, lastModified=2023-04-04 18:26:19.156377000, delta=1166000 ns, racy<=12500 ns 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.157789000, lastModified=2023-04-04 18:26:19.156377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.157789000, lastModified=2023-04-04 18:26:19.156377000, delta=1412000 ns, racy<=12500 ns 18:26:19.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.158047000, lastModified=2023-04-04 18:26:19.157377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.158047000, lastModified=2023-04-04 18:26:19.157377000, delta=670000 ns, racy<=12500 ns 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.158307000, lastModified=2023-04-04 18:26:19.157377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.158307000, lastModified=2023-04-04 18:26:19.157377000, delta=930000 ns, racy<=12500 ns 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.158558000, lastModified=2023-04-04 18:26:19.157377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.158558000, lastModified=2023-04-04 18:26:19.157377000, delta=1181000 ns, racy<=12500 ns 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.158840000, lastModified=2023-04-04 18:26:19.157377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.157377000 to 2023-04-04 18:26:19.158377000 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.159085000, lastModified=2023-04-04 18:26:19.158377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.159085000, lastModified=2023-04-04 18:26:19.158377000, delta=708000 ns, racy<=12500 ns 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.159347000, lastModified=2023-04-04 18:26:19.158377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.159347000, lastModified=2023-04-04 18:26:19.158377000, delta=970000 ns, racy<=12500 ns 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.159596000, lastModified=2023-04-04 18:26:19.158377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.159596000, lastModified=2023-04-04 18:26:19.158377000, delta=1219000 ns, racy<=12500 ns 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.159842000, lastModified=2023-04-04 18:26:19.158377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.158377000 to 2023-04-04 18:26:19.159377000 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.160082000, lastModified=2023-04-04 18:26:19.159377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.160082000, lastModified=2023-04-04 18:26:19.159377000, delta=705000 ns, racy<=12500 ns 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.160344000, lastModified=2023-04-04 18:26:19.159377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.160344000, lastModified=2023-04-04 18:26:19.159377000, delta=967000 ns, racy<=12500 ns 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.160589000, lastModified=2023-04-04 18:26:19.159377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.160589000, lastModified=2023-04-04 18:26:19.159377000, delta=1212000 ns, racy<=12500 ns 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.160835000, lastModified=2023-04-04 18:26:19.159377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.159377000 to 2023-04-04 18:26:19.160377000 18:26:19.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.161076000, lastModified=2023-04-04 18:26:19.160377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.161076000, lastModified=2023-04-04 18:26:19.160377000, delta=699000 ns, racy<=12500 ns 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.166157000, lastModified=2023-04-04 18:26:19.165377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.166157000, lastModified=2023-04-04 18:26:19.165377000, delta=780000 ns, racy<=12500 ns 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.166414000, lastModified=2023-04-04 18:26:19.165377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.166414000, lastModified=2023-04-04 18:26:19.165377000, delta=1037000 ns, racy<=12500 ns 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.166659000, lastModified=2023-04-04 18:26:19.165377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.166659000, lastModified=2023-04-04 18:26:19.165377000, delta=1282000 ns, racy<=12500 ns 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.166910000, lastModified=2023-04-04 18:26:19.165377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.165377000 to 2023-04-04 18:26:19.166377000 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.167155000, lastModified=2023-04-04 18:26:19.166377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.167155000, lastModified=2023-04-04 18:26:19.166377000, delta=778000 ns, racy<=12500 ns 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.167400000, lastModified=2023-04-04 18:26:19.166377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.167400000, lastModified=2023-04-04 18:26:19.166377000, delta=1023000 ns, racy<=12500 ns 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.167641000, lastModified=2023-04-04 18:26:19.166377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.167641000, lastModified=2023-04-04 18:26:19.166377000, delta=1264000 ns, racy<=12500 ns 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.167880000, lastModified=2023-04-04 18:26:19.166377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.166377000 to 2023-04-04 18:26:19.167377000 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.168131000, lastModified=2023-04-04 18:26:19.167377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.168131000, lastModified=2023-04-04 18:26:19.167377000, delta=754000 ns, racy<=12500 ns 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.168372000, lastModified=2023-04-04 18:26:19.167377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.168372000, lastModified=2023-04-04 18:26:19.167377000, delta=995000 ns, racy<=12500 ns 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.168611000, lastModified=2023-04-04 18:26:19.167377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.168611000, lastModified=2023-04-04 18:26:19.167377000, delta=1234000 ns, racy<=12500 ns 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.168851000, lastModified=2023-04-04 18:26:19.167377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.167377000 to 2023-04-04 18:26:19.168377000 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.169089000, lastModified=2023-04-04 18:26:19.168377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.169089000, lastModified=2023-04-04 18:26:19.168377000, delta=712000 ns, racy<=12500 ns 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.169343000, lastModified=2023-04-04 18:26:19.168377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.169343000, lastModified=2023-04-04 18:26:19.168377000, delta=966000 ns, racy<=12500 ns 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.169584000, lastModified=2023-04-04 18:26:19.168377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.169584000, lastModified=2023-04-04 18:26:19.168377000, delta=1207000 ns, racy<=12500 ns 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.169825000, lastModified=2023-04-04 18:26:19.168377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.168377000 to 2023-04-04 18:26:19.169377000 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.170062000, lastModified=2023-04-04 18:26:19.169377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.170062000, lastModified=2023-04-04 18:26:19.169377000, delta=685000 ns, racy<=12500 ns 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.170317000, lastModified=2023-04-04 18:26:19.169377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.170317000, lastModified=2023-04-04 18:26:19.169377000, delta=940000 ns, racy<=12500 ns 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.170561000, lastModified=2023-04-04 18:26:19.169377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.170561000, lastModified=2023-04-04 18:26:19.169377000, delta=1184000 ns, racy<=12500 ns 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.170820000, lastModified=2023-04-04 18:26:19.169377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.169377000 to 2023-04-04 18:26:19.170377000 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.171062000, lastModified=2023-04-04 18:26:19.170377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.171062000, lastModified=2023-04-04 18:26:19.170377000, delta=685000 ns, racy<=12500 ns 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.171316000, lastModified=2023-04-04 18:26:19.170377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.171316000, lastModified=2023-04-04 18:26:19.170377000, delta=939000 ns, racy<=12500 ns 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.171562000, lastModified=2023-04-04 18:26:19.170377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.171562000, lastModified=2023-04-04 18:26:19.170377000, delta=1185000 ns, racy<=12500 ns 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.171809000, lastModified=2023-04-04 18:26:19.170377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.170377000 to 2023-04-04 18:26:19.171377000 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.172048000, lastModified=2023-04-04 18:26:19.171377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.172048000, lastModified=2023-04-04 18:26:19.171377000, delta=671000 ns, racy<=12500 ns 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.172303000, lastModified=2023-04-04 18:26:19.171377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.172303000, lastModified=2023-04-04 18:26:19.171377000, delta=926000 ns, racy<=12500 ns 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.172547000, lastModified=2023-04-04 18:26:19.171377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.172547000, lastModified=2023-04-04 18:26:19.171377000, delta=1170000 ns, racy<=12500 ns 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.172795000, lastModified=2023-04-04 18:26:19.171377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.172795000, lastModified=2023-04-04 18:26:19.171377000, delta=1418000 ns, racy<=12500 ns 18:26:19.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.173045000, lastModified=2023-04-04 18:26:19.172377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.173045000, lastModified=2023-04-04 18:26:19.172377000, delta=668000 ns, racy<=12500 ns 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.173297000, lastModified=2023-04-04 18:26:19.172377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.173297000, lastModified=2023-04-04 18:26:19.172377000, delta=920000 ns, racy<=12500 ns 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.173540000, lastModified=2023-04-04 18:26:19.172377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.173540000, lastModified=2023-04-04 18:26:19.172377000, delta=1163000 ns, racy<=12500 ns 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.173784000, lastModified=2023-04-04 18:26:19.172377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.173784000, lastModified=2023-04-04 18:26:19.172377000, delta=1407000 ns, racy<=12500 ns 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.174107000, lastModified=2023-04-04 18:26:19.173377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.174107000, lastModified=2023-04-04 18:26:19.173377000, delta=730000 ns, racy<=12500 ns 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.174350000, lastModified=2023-04-04 18:26:19.173377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.174350000, lastModified=2023-04-04 18:26:19.173377000, delta=973000 ns, racy<=12500 ns 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.174618000, lastModified=2023-04-04 18:26:19.173377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.174618000, lastModified=2023-04-04 18:26:19.173377000, delta=1241000 ns, racy<=12500 ns 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.174868000, lastModified=2023-04-04 18:26:19.173377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.173377000 to 2023-04-04 18:26:19.174377000 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.175136000, lastModified=2023-04-04 18:26:19.174377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.175136000, lastModified=2023-04-04 18:26:19.174377000, delta=759000 ns, racy<=12500 ns 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.175397000, lastModified=2023-04-04 18:26:19.174377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.175397000, lastModified=2023-04-04 18:26:19.174377000, delta=1020000 ns, racy<=12500 ns 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.175649000, lastModified=2023-04-04 18:26:19.174377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.175649000, lastModified=2023-04-04 18:26:19.174377000, delta=1272000 ns, racy<=12500 ns 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.175903000, lastModified=2023-04-04 18:26:19.174377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.174377000 to 2023-04-04 18:26:19.175377000 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.176156000, lastModified=2023-04-04 18:26:19.175377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.176156000, lastModified=2023-04-04 18:26:19.175377000, delta=779000 ns, racy<=12500 ns 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.176418000, lastModified=2023-04-04 18:26:19.175377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.176418000, lastModified=2023-04-04 18:26:19.175377000, delta=1041000 ns, racy<=12500 ns 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.176669000, lastModified=2023-04-04 18:26:19.175377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.176669000, lastModified=2023-04-04 18:26:19.175377000, delta=1292000 ns, racy<=12500 ns 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.176936000, lastModified=2023-04-04 18:26:19.175377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.175377000 to 2023-04-04 18:26:19.176377000 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.177189000, lastModified=2023-04-04 18:26:19.176377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.177189000, lastModified=2023-04-04 18:26:19.176377000, delta=812000 ns, racy<=12500 ns 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.177447000, lastModified=2023-04-04 18:26:19.176377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.177447000, lastModified=2023-04-04 18:26:19.176377000, delta=1070000 ns, racy<=12500 ns 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.177707000, lastModified=2023-04-04 18:26:19.176377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.177707000, lastModified=2023-04-04 18:26:19.176377000, delta=1330000 ns, racy<=12500 ns 18:26:19.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.177996000, lastModified=2023-04-04 18:26:19.177377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.177996000, lastModified=2023-04-04 18:26:19.177377000, delta=619000 ns, racy<=12500 ns 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.178268000, lastModified=2023-04-04 18:26:19.177377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.178268000, lastModified=2023-04-04 18:26:19.177377000, delta=891000 ns, racy<=12500 ns 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.178524000, lastModified=2023-04-04 18:26:19.177377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.178524000, lastModified=2023-04-04 18:26:19.177377000, delta=1147000 ns, racy<=12500 ns 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.178798000, lastModified=2023-04-04 18:26:19.177377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.177377000 to 2023-04-04 18:26:19.178377000 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.179062000, lastModified=2023-04-04 18:26:19.178377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.179062000, lastModified=2023-04-04 18:26:19.178377000, delta=685000 ns, racy<=12500 ns 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.179333000, lastModified=2023-04-04 18:26:19.178377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.179333000, lastModified=2023-04-04 18:26:19.178377000, delta=956000 ns, racy<=12500 ns 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.179591000, lastModified=2023-04-04 18:26:19.178377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.179591000, lastModified=2023-04-04 18:26:19.178377000, delta=1214000 ns, racy<=12500 ns 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.179859000, lastModified=2023-04-04 18:26:19.178377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.178377000 to 2023-04-04 18:26:19.179377000 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.180115000, lastModified=2023-04-04 18:26:19.179377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.180115000, lastModified=2023-04-04 18:26:19.179377000, delta=738000 ns, racy<=12500 ns 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.180372000, lastModified=2023-04-04 18:26:19.179377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.180372000, lastModified=2023-04-04 18:26:19.179377000, delta=995000 ns, racy<=12500 ns 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.180641000, lastModified=2023-04-04 18:26:19.179377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.180641000, lastModified=2023-04-04 18:26:19.179377000, delta=1264000 ns, racy<=12500 ns 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.180908000, lastModified=2023-04-04 18:26:19.179377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.179377000 to 2023-04-04 18:26:19.180377000 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.181173000, lastModified=2023-04-04 18:26:19.180377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.181173000, lastModified=2023-04-04 18:26:19.180377000, delta=796000 ns, racy<=12500 ns 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.181429000, lastModified=2023-04-04 18:26:19.180377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.181429000, lastModified=2023-04-04 18:26:19.180377000, delta=1052000 ns, racy<=12500 ns 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.181689000, lastModified=2023-04-04 18:26:19.180377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.181689000, lastModified=2023-04-04 18:26:19.180377000, delta=1312000 ns, racy<=12500 ns 18:26:19.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.182010000, lastModified=2023-04-04 18:26:19.181377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.182010000, lastModified=2023-04-04 18:26:19.181377000, delta=633000 ns, racy<=12500 ns 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.182295000, lastModified=2023-04-04 18:26:19.181377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.182295000, lastModified=2023-04-04 18:26:19.181377000, delta=918000 ns, racy<=12500 ns 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.182552000, lastModified=2023-04-04 18:26:19.181377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.182552000, lastModified=2023-04-04 18:26:19.181377000, delta=1175000 ns, racy<=12500 ns 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.182825000, lastModified=2023-04-04 18:26:19.181377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.181377000 to 2023-04-04 18:26:19.182377000 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.183075000, lastModified=2023-04-04 18:26:19.182377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.183075000, lastModified=2023-04-04 18:26:19.182377000, delta=698000 ns, racy<=12500 ns 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.183344000, lastModified=2023-04-04 18:26:19.182377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.183344000, lastModified=2023-04-04 18:26:19.182377000, delta=967000 ns, racy<=12500 ns 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.183596000, lastModified=2023-04-04 18:26:19.182377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.183596000, lastModified=2023-04-04 18:26:19.182377000, delta=1219000 ns, racy<=12500 ns 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.183858000, lastModified=2023-04-04 18:26:19.182377000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.182377000 to 2023-04-04 18:26:19.183378000 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.184113000, lastModified=2023-04-04 18:26:19.183378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.184113000, lastModified=2023-04-04 18:26:19.183378000, delta=735000 ns, racy<=12500 ns 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.184366000, lastModified=2023-04-04 18:26:19.183378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.184366000, lastModified=2023-04-04 18:26:19.183378000, delta=988000 ns, racy<=12500 ns 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.184614000, lastModified=2023-04-04 18:26:19.183378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.184614000, lastModified=2023-04-04 18:26:19.183378000, delta=1236000 ns, racy<=12500 ns 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.184861000, lastModified=2023-04-04 18:26:19.183378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.183378000 to 2023-04-04 18:26:19.184378000 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.185136000, lastModified=2023-04-04 18:26:19.184378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.185136000, lastModified=2023-04-04 18:26:19.184378000, delta=758000 ns, racy<=12500 ns 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.185396000, lastModified=2023-04-04 18:26:19.184378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.185396000, lastModified=2023-04-04 18:26:19.184378000, delta=1018000 ns, racy<=12500 ns 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.185649000, lastModified=2023-04-04 18:26:19.184378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.185649000, lastModified=2023-04-04 18:26:19.184378000, delta=1271000 ns, racy<=12500 ns 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.185947000, lastModified=2023-04-04 18:26:19.184378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.184378000 to 2023-04-04 18:26:19.185378000 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.186207000, lastModified=2023-04-04 18:26:19.185378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.186207000, lastModified=2023-04-04 18:26:19.185378000, delta=829000 ns, racy<=12500 ns 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.186464000, lastModified=2023-04-04 18:26:19.185378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.186464000, lastModified=2023-04-04 18:26:19.185378000, delta=1086000 ns, racy<=12500 ns 18:26:19.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.190065000, lastModified=2023-04-04 18:26:19.185378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.185378000 to 2023-04-04 18:26:19.189378000 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.190365000, lastModified=2023-04-04 18:26:19.189378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.190365000, lastModified=2023-04-04 18:26:19.189378000, delta=987000 ns, racy<=12500 ns 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.190624000, lastModified=2023-04-04 18:26:19.189378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.190624000, lastModified=2023-04-04 18:26:19.189378000, delta=1246000 ns, racy<=12500 ns 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.190875000, lastModified=2023-04-04 18:26:19.189378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.189378000 to 2023-04-04 18:26:19.190378000 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.191137000, lastModified=2023-04-04 18:26:19.190378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.191137000, lastModified=2023-04-04 18:26:19.190378000, delta=759000 ns, racy<=12500 ns 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.191394000, lastModified=2023-04-04 18:26:19.190378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.191394000, lastModified=2023-04-04 18:26:19.190378000, delta=1016000 ns, racy<=12500 ns 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.191647000, lastModified=2023-04-04 18:26:19.190378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.191647000, lastModified=2023-04-04 18:26:19.190378000, delta=1269000 ns, racy<=12500 ns 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.191904000, lastModified=2023-04-04 18:26:19.190378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.190378000 to 2023-04-04 18:26:19.191378000 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.192157000, lastModified=2023-04-04 18:26:19.191378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.192157000, lastModified=2023-04-04 18:26:19.191378000, delta=779000 ns, racy<=12500 ns 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.192412000, lastModified=2023-04-04 18:26:19.191378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.192412000, lastModified=2023-04-04 18:26:19.191378000, delta=1034000 ns, racy<=12500 ns 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.192663000, lastModified=2023-04-04 18:26:19.191378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.192663000, lastModified=2023-04-04 18:26:19.191378000, delta=1285000 ns, racy<=12500 ns 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.192920000, lastModified=2023-04-04 18:26:19.191378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.191378000 to 2023-04-04 18:26:19.192378000 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.193171000, lastModified=2023-04-04 18:26:19.192378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.193171000, lastModified=2023-04-04 18:26:19.192378000, delta=793000 ns, racy<=12500 ns 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.193420000, lastModified=2023-04-04 18:26:19.192378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.193420000, lastModified=2023-04-04 18:26:19.192378000, delta=1042000 ns, racy<=12500 ns 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.193668000, lastModified=2023-04-04 18:26:19.192378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.193668000, lastModified=2023-04-04 18:26:19.192378000, delta=1290000 ns, racy<=12500 ns 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.193926000, lastModified=2023-04-04 18:26:19.192378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.192378000 to 2023-04-04 18:26:19.193378000 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.194182000, lastModified=2023-04-04 18:26:19.193378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.194182000, lastModified=2023-04-04 18:26:19.193378000, delta=804000 ns, racy<=12500 ns 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.194435000, lastModified=2023-04-04 18:26:19.193378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.194435000, lastModified=2023-04-04 18:26:19.193378000, delta=1057000 ns, racy<=12500 ns 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.194686000, lastModified=2023-04-04 18:26:19.193378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.194686000, lastModified=2023-04-04 18:26:19.193378000, delta=1308000 ns, racy<=12500 ns 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.194951000, lastModified=2023-04-04 18:26:19.194378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.194951000, lastModified=2023-04-04 18:26:19.194378000, delta=573000 ns, racy<=12500 ns 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.195214000, lastModified=2023-04-04 18:26:19.194378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.195214000, lastModified=2023-04-04 18:26:19.194378000, delta=836000 ns, racy<=12500 ns 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.195459000, lastModified=2023-04-04 18:26:19.194378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.195459000, lastModified=2023-04-04 18:26:19.194378000, delta=1081000 ns, racy<=12500 ns 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.195703000, lastModified=2023-04-04 18:26:19.194378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.195703000, lastModified=2023-04-04 18:26:19.194378000, delta=1325000 ns, racy<=12500 ns 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.195951000, lastModified=2023-04-04 18:26:19.195378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.195951000, lastModified=2023-04-04 18:26:19.195378000, delta=573000 ns, racy<=12500 ns 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.196215000, lastModified=2023-04-04 18:26:19.195378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.196215000, lastModified=2023-04-04 18:26:19.195378000, delta=837000 ns, racy<=12500 ns 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.196460000, lastModified=2023-04-04 18:26:19.195378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.196460000, lastModified=2023-04-04 18:26:19.195378000, delta=1082000 ns, racy<=12500 ns 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.196701000, lastModified=2023-04-04 18:26:19.195378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.196701000, lastModified=2023-04-04 18:26:19.195378000, delta=1323000 ns, racy<=12500 ns 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.196973000, lastModified=2023-04-04 18:26:19.196378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.196973000, lastModified=2023-04-04 18:26:19.196378000, delta=595000 ns, racy<=12500 ns 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.197243000, lastModified=2023-04-04 18:26:19.196378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.197243000, lastModified=2023-04-04 18:26:19.196378000, delta=865000 ns, racy<=12500 ns 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.197504000, lastModified=2023-04-04 18:26:19.196378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.197504000, lastModified=2023-04-04 18:26:19.196378000, delta=1126000 ns, racy<=12500 ns 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.197758000, lastModified=2023-04-04 18:26:19.196378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.197758000, lastModified=2023-04-04 18:26:19.196378000, delta=1380000 ns, racy<=12500 ns 18:26:19.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.198077000, lastModified=2023-04-04 18:26:19.197378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.198077000, lastModified=2023-04-04 18:26:19.197378000, delta=699000 ns, racy<=12500 ns 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.198340000, lastModified=2023-04-04 18:26:19.197378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.198340000, lastModified=2023-04-04 18:26:19.197378000, delta=962000 ns, racy<=12500 ns 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.198581000, lastModified=2023-04-04 18:26:19.197378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.198581000, lastModified=2023-04-04 18:26:19.197378000, delta=1203000 ns, racy<=12500 ns 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.198823000, lastModified=2023-04-04 18:26:19.197378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.197378000 to 2023-04-04 18:26:19.198378000 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.199062000, lastModified=2023-04-04 18:26:19.198378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.199062000, lastModified=2023-04-04 18:26:19.198378000, delta=684000 ns, racy<=12500 ns 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.199314000, lastModified=2023-04-04 18:26:19.198378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.199314000, lastModified=2023-04-04 18:26:19.198378000, delta=936000 ns, racy<=12500 ns 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.199552000, lastModified=2023-04-04 18:26:19.198378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.199552000, lastModified=2023-04-04 18:26:19.198378000, delta=1174000 ns, racy<=12500 ns 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.199800000, lastModified=2023-04-04 18:26:19.198378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.199800000, lastModified=2023-04-04 18:26:19.198378000, delta=1422000 ns, racy<=12500 ns 18:26:19.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.200052000, lastModified=2023-04-04 18:26:19.199378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.200052000, lastModified=2023-04-04 18:26:19.199378000, delta=674000 ns, racy<=12500 ns 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.200306000, lastModified=2023-04-04 18:26:19.199378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.200306000, lastModified=2023-04-04 18:26:19.199378000, delta=928000 ns, racy<=12500 ns 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.200549000, lastModified=2023-04-04 18:26:19.199378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.200549000, lastModified=2023-04-04 18:26:19.199378000, delta=1171000 ns, racy<=12500 ns 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.200794000, lastModified=2023-04-04 18:26:19.199378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.200794000, lastModified=2023-04-04 18:26:19.199378000, delta=1416000 ns, racy<=12500 ns 18:26:19.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.201073000, lastModified=2023-04-04 18:26:19.200378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.201073000, lastModified=2023-04-04 18:26:19.200378000, delta=695000 ns, racy<=12500 ns 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.201335000, lastModified=2023-04-04 18:26:19.200378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.201335000, lastModified=2023-04-04 18:26:19.200378000, delta=957000 ns, racy<=12500 ns 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.201584000, lastModified=2023-04-04 18:26:19.200378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.201584000, lastModified=2023-04-04 18:26:19.200378000, delta=1206000 ns, racy<=12500 ns 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.201837000, lastModified=2023-04-04 18:26:19.200378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.200378000 to 2023-04-04 18:26:19.201378000 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.202095000, lastModified=2023-04-04 18:26:19.201378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.202095000, lastModified=2023-04-04 18:26:19.201378000, delta=717000 ns, racy<=12500 ns 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.202356000, lastModified=2023-04-04 18:26:19.201378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.202356000, lastModified=2023-04-04 18:26:19.201378000, delta=978000 ns, racy<=12500 ns 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.202599000, lastModified=2023-04-04 18:26:19.201378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.202599000, lastModified=2023-04-04 18:26:19.201378000, delta=1221000 ns, racy<=12500 ns 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.202841000, lastModified=2023-04-04 18:26:19.201378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.201378000 to 2023-04-04 18:26:19.202378000 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.203079000, lastModified=2023-04-04 18:26:19.202378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.203079000, lastModified=2023-04-04 18:26:19.202378000, delta=701000 ns, racy<=12500 ns 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.203332000, lastModified=2023-04-04 18:26:19.202378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.203332000, lastModified=2023-04-04 18:26:19.202378000, delta=954000 ns, racy<=12500 ns 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.203579000, lastModified=2023-04-04 18:26:19.202378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.203579000, lastModified=2023-04-04 18:26:19.202378000, delta=1201000 ns, racy<=12500 ns 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.203821000, lastModified=2023-04-04 18:26:19.202378000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.202378000 to 2023-04-04 18:26:19.248379000 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.250136000, lastModified=2023-04-04 18:26:19.249379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.250136000, lastModified=2023-04-04 18:26:19.249379000, delta=757000 ns, racy<=12500 ns 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.250458000, lastModified=2023-04-04 18:26:19.249379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.250458000, lastModified=2023-04-04 18:26:19.249379000, delta=1079000 ns, racy<=12500 ns 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.250742000, lastModified=2023-04-04 18:26:19.249379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.250742000, lastModified=2023-04-04 18:26:19.249379000, delta=1363000 ns, racy<=12500 ns 18:26:19.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.251013000, lastModified=2023-04-04 18:26:19.250379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.251013000, lastModified=2023-04-04 18:26:19.250379000, delta=634000 ns, racy<=12500 ns 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.251277000, lastModified=2023-04-04 18:26:19.250379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.251277000, lastModified=2023-04-04 18:26:19.250379000, delta=898000 ns, racy<=12500 ns 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.251530000, lastModified=2023-04-04 18:26:19.250379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.251530000, lastModified=2023-04-04 18:26:19.250379000, delta=1151000 ns, racy<=12500 ns 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.251779000, lastModified=2023-04-04 18:26:19.250379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.250379000 to 2023-04-04 18:26:19.251379000 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.252051000, lastModified=2023-04-04 18:26:19.251379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.252051000, lastModified=2023-04-04 18:26:19.251379000, delta=672000 ns, racy<=12500 ns 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.252311000, lastModified=2023-04-04 18:26:19.251379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.252311000, lastModified=2023-04-04 18:26:19.251379000, delta=932000 ns, racy<=12500 ns 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.252558000, lastModified=2023-04-04 18:26:19.251379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.252558000, lastModified=2023-04-04 18:26:19.251379000, delta=1179000 ns, racy<=12500 ns 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.252801000, lastModified=2023-04-04 18:26:19.251379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.251379000 to 2023-04-04 18:26:19.252379000 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.253064000, lastModified=2023-04-04 18:26:19.252379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.253064000, lastModified=2023-04-04 18:26:19.252379000, delta=685000 ns, racy<=12500 ns 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.253341000, lastModified=2023-04-04 18:26:19.252379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.253341000, lastModified=2023-04-04 18:26:19.252379000, delta=962000 ns, racy<=12500 ns 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.253596000, lastModified=2023-04-04 18:26:19.252379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.253596000, lastModified=2023-04-04 18:26:19.252379000, delta=1217000 ns, racy<=12500 ns 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.253853000, lastModified=2023-04-04 18:26:19.252379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.252379000 to 2023-04-04 18:26:19.253379000 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.254116000, lastModified=2023-04-04 18:26:19.253379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.254116000, lastModified=2023-04-04 18:26:19.253379000, delta=737000 ns, racy<=12500 ns 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.254379000, lastModified=2023-04-04 18:26:19.253379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.254379000, lastModified=2023-04-04 18:26:19.253379000, delta=1000000 ns, racy<=12500 ns 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.254639000, lastModified=2023-04-04 18:26:19.253379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.254639000, lastModified=2023-04-04 18:26:19.253379000, delta=1260000 ns, racy<=12500 ns 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.254902000, lastModified=2023-04-04 18:26:19.253379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.253379000 to 2023-04-04 18:26:19.254379000 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.255161000, lastModified=2023-04-04 18:26:19.254379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.255161000, lastModified=2023-04-04 18:26:19.254379000, delta=782000 ns, racy<=12500 ns 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.255422000, lastModified=2023-04-04 18:26:19.254379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.255422000, lastModified=2023-04-04 18:26:19.254379000, delta=1043000 ns, racy<=12500 ns 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.255674000, lastModified=2023-04-04 18:26:19.254379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.255674000, lastModified=2023-04-04 18:26:19.254379000, delta=1295000 ns, racy<=12500 ns 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.255963000, lastModified=2023-04-04 18:26:19.255379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.255963000, lastModified=2023-04-04 18:26:19.255379000, delta=584000 ns, racy<=12500 ns 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.256236000, lastModified=2023-04-04 18:26:19.255379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.256236000, lastModified=2023-04-04 18:26:19.255379000, delta=857000 ns, racy<=12500 ns 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.256491000, lastModified=2023-04-04 18:26:19.255379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.256491000, lastModified=2023-04-04 18:26:19.255379000, delta=1112000 ns, racy<=12500 ns 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.256747000, lastModified=2023-04-04 18:26:19.255379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.256747000, lastModified=2023-04-04 18:26:19.255379000, delta=1368000 ns, racy<=12500 ns 18:26:19.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.261802000, lastModified=2023-04-04 18:26:19.260379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.260379000 to 2023-04-04 18:26:19.261379000 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.262070000, lastModified=2023-04-04 18:26:19.261379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.262070000, lastModified=2023-04-04 18:26:19.261379000, delta=691000 ns, racy<=12500 ns 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.262344000, lastModified=2023-04-04 18:26:19.261379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.262344000, lastModified=2023-04-04 18:26:19.261379000, delta=965000 ns, racy<=12500 ns 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.262595000, lastModified=2023-04-04 18:26:19.261379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.262595000, lastModified=2023-04-04 18:26:19.261379000, delta=1216000 ns, racy<=12500 ns 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.262853000, lastModified=2023-04-04 18:26:19.261379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.261379000 to 2023-04-04 18:26:19.262379000 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.263110000, lastModified=2023-04-04 18:26:19.262379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.263110000, lastModified=2023-04-04 18:26:19.262379000, delta=731000 ns, racy<=12500 ns 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.263377000, lastModified=2023-04-04 18:26:19.262379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.263377000, lastModified=2023-04-04 18:26:19.262379000, delta=998000 ns, racy<=12500 ns 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.263635000, lastModified=2023-04-04 18:26:19.262379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.263635000, lastModified=2023-04-04 18:26:19.262379000, delta=1256000 ns, racy<=12500 ns 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.263888000, lastModified=2023-04-04 18:26:19.262379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.262379000 to 2023-04-04 18:26:19.263379000 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.264149000, lastModified=2023-04-04 18:26:19.263379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.264149000, lastModified=2023-04-04 18:26:19.263379000, delta=770000 ns, racy<=12500 ns 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.264411000, lastModified=2023-04-04 18:26:19.263379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.264411000, lastModified=2023-04-04 18:26:19.263379000, delta=1032000 ns, racy<=12500 ns 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.264663000, lastModified=2023-04-04 18:26:19.263379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.264663000, lastModified=2023-04-04 18:26:19.263379000, delta=1284000 ns, racy<=12500 ns 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.264954000, lastModified=2023-04-04 18:26:19.264379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.264954000, lastModified=2023-04-04 18:26:19.264379000, delta=575000 ns, racy<=12500 ns 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.265220000, lastModified=2023-04-04 18:26:19.264379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.265220000, lastModified=2023-04-04 18:26:19.264379000, delta=841000 ns, racy<=12500 ns 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.265472000, lastModified=2023-04-04 18:26:19.264379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.265472000, lastModified=2023-04-04 18:26:19.264379000, delta=1093000 ns, racy<=12500 ns 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.265727000, lastModified=2023-04-04 18:26:19.264379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.265727000, lastModified=2023-04-04 18:26:19.264379000, delta=1348000 ns, racy<=12500 ns 18:26:19.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.266118000, lastModified=2023-04-04 18:26:19.265379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.266118000, lastModified=2023-04-04 18:26:19.265379000, delta=739000 ns, racy<=12500 ns 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.266541000, lastModified=2023-04-04 18:26:19.265379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.266541000, lastModified=2023-04-04 18:26:19.265379000, delta=1162000 ns, racy<=12500 ns 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.266833000, lastModified=2023-04-04 18:26:19.265379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.265379000 to 2023-04-04 18:26:19.266379000 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.267115000, lastModified=2023-04-04 18:26:19.266379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.267115000, lastModified=2023-04-04 18:26:19.266379000, delta=736000 ns, racy<=12500 ns 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.267396000, lastModified=2023-04-04 18:26:19.266379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.267396000, lastModified=2023-04-04 18:26:19.266379000, delta=1017000 ns, racy<=12500 ns 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.267679000, lastModified=2023-04-04 18:26:19.266379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.267679000, lastModified=2023-04-04 18:26:19.266379000, delta=1300000 ns, racy<=12500 ns 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.267947000, lastModified=2023-04-04 18:26:19.267379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.267947000, lastModified=2023-04-04 18:26:19.267379000, delta=568000 ns, racy<=12500 ns 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.268215000, lastModified=2023-04-04 18:26:19.267379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.268215000, lastModified=2023-04-04 18:26:19.267379000, delta=836000 ns, racy<=12500 ns 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.268476000, lastModified=2023-04-04 18:26:19.267379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.268476000, lastModified=2023-04-04 18:26:19.267379000, delta=1097000 ns, racy<=12500 ns 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.268722000, lastModified=2023-04-04 18:26:19.267379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.268722000, lastModified=2023-04-04 18:26:19.267379000, delta=1343000 ns, racy<=12500 ns 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.268978000, lastModified=2023-04-04 18:26:19.268379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.268978000, lastModified=2023-04-04 18:26:19.268379000, delta=599000 ns, racy<=12500 ns 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.269255000, lastModified=2023-04-04 18:26:19.268379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.269255000, lastModified=2023-04-04 18:26:19.268379000, delta=876000 ns, racy<=12500 ns 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.269505000, lastModified=2023-04-04 18:26:19.268379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.269505000, lastModified=2023-04-04 18:26:19.268379000, delta=1126000 ns, racy<=12500 ns 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.269779000, lastModified=2023-04-04 18:26:19.268379000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.269779000, lastModified=2023-04-04 18:26:19.268379000, delta=1400000 ns, racy<=12500 ns 18:26:19.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.270071000, lastModified=2023-04-04 18:26:19.269380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.270071000, lastModified=2023-04-04 18:26:19.269380000, delta=691000 ns, racy<=12500 ns 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.270345000, lastModified=2023-04-04 18:26:19.269380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.270345000, lastModified=2023-04-04 18:26:19.269380000, delta=965000 ns, racy<=12500 ns 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.270611000, lastModified=2023-04-04 18:26:19.269380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.270611000, lastModified=2023-04-04 18:26:19.269380000, delta=1231000 ns, racy<=12500 ns 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.270886000, lastModified=2023-04-04 18:26:19.269380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.269380000 to 2023-04-04 18:26:19.270380000 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.271188000, lastModified=2023-04-04 18:26:19.270380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.271188000, lastModified=2023-04-04 18:26:19.270380000, delta=808000 ns, racy<=12500 ns 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.271443000, lastModified=2023-04-04 18:26:19.270380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.271443000, lastModified=2023-04-04 18:26:19.270380000, delta=1063000 ns, racy<=12500 ns 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.271691000, lastModified=2023-04-04 18:26:19.270380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.271691000, lastModified=2023-04-04 18:26:19.270380000, delta=1311000 ns, racy<=12500 ns 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.271948000, lastModified=2023-04-04 18:26:19.271380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.271948000, lastModified=2023-04-04 18:26:19.271380000, delta=568000 ns, racy<=12500 ns 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.272219000, lastModified=2023-04-04 18:26:19.271380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.272219000, lastModified=2023-04-04 18:26:19.271380000, delta=839000 ns, racy<=12500 ns 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.272470000, lastModified=2023-04-04 18:26:19.271380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.272470000, lastModified=2023-04-04 18:26:19.271380000, delta=1090000 ns, racy<=12500 ns 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.272719000, lastModified=2023-04-04 18:26:19.271380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.272719000, lastModified=2023-04-04 18:26:19.271380000, delta=1339000 ns, racy<=12500 ns 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.272980000, lastModified=2023-04-04 18:26:19.272380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.272980000, lastModified=2023-04-04 18:26:19.272380000, delta=600000 ns, racy<=12500 ns 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.273266000, lastModified=2023-04-04 18:26:19.272380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.273266000, lastModified=2023-04-04 18:26:19.272380000, delta=886000 ns, racy<=12500 ns 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.273519000, lastModified=2023-04-04 18:26:19.272380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.273519000, lastModified=2023-04-04 18:26:19.272380000, delta=1139000 ns, racy<=12500 ns 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.273764000, lastModified=2023-04-04 18:26:19.272380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.273764000, lastModified=2023-04-04 18:26:19.272380000, delta=1384000 ns, racy<=12500 ns 18:26:19.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.274030000, lastModified=2023-04-04 18:26:19.273380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.274030000, lastModified=2023-04-04 18:26:19.273380000, delta=650000 ns, racy<=12500 ns 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.274309000, lastModified=2023-04-04 18:26:19.273380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.274309000, lastModified=2023-04-04 18:26:19.273380000, delta=929000 ns, racy<=12500 ns 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.274568000, lastModified=2023-04-04 18:26:19.273380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.274568000, lastModified=2023-04-04 18:26:19.273380000, delta=1188000 ns, racy<=12500 ns 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.274824000, lastModified=2023-04-04 18:26:19.273380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.273380000 to 2023-04-04 18:26:19.274380000 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.275079000, lastModified=2023-04-04 18:26:19.274380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.275079000, lastModified=2023-04-04 18:26:19.274380000, delta=699000 ns, racy<=12500 ns 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.275349000, lastModified=2023-04-04 18:26:19.274380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.275349000, lastModified=2023-04-04 18:26:19.274380000, delta=969000 ns, racy<=12500 ns 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.275603000, lastModified=2023-04-04 18:26:19.274380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.275603000, lastModified=2023-04-04 18:26:19.274380000, delta=1223000 ns, racy<=12500 ns 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.275857000, lastModified=2023-04-04 18:26:19.274380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.274380000 to 2023-04-04 18:26:19.275380000 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.276115000, lastModified=2023-04-04 18:26:19.275380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.276115000, lastModified=2023-04-04 18:26:19.275380000, delta=735000 ns, racy<=12500 ns 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.276368000, lastModified=2023-04-04 18:26:19.275380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.276368000, lastModified=2023-04-04 18:26:19.275380000, delta=988000 ns, racy<=12500 ns 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.276619000, lastModified=2023-04-04 18:26:19.275380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.276619000, lastModified=2023-04-04 18:26:19.275380000, delta=1239000 ns, racy<=12500 ns 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.276879000, lastModified=2023-04-04 18:26:19.275380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.275380000 to 2023-04-04 18:26:19.276380000 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.277156000, lastModified=2023-04-04 18:26:19.276380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.277156000, lastModified=2023-04-04 18:26:19.276380000, delta=776000 ns, racy<=12500 ns 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.277413000, lastModified=2023-04-04 18:26:19.276380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.277413000, lastModified=2023-04-04 18:26:19.276380000, delta=1033000 ns, racy<=12500 ns 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.277667000, lastModified=2023-04-04 18:26:19.276380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.277667000, lastModified=2023-04-04 18:26:19.276380000, delta=1287000 ns, racy<=12500 ns 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.277931000, lastModified=2023-04-04 18:26:19.276380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.276380000 to 2023-04-04 18:26:19.277380000 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.278194000, lastModified=2023-04-04 18:26:19.277380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.278194000, lastModified=2023-04-04 18:26:19.277380000, delta=814000 ns, racy<=12500 ns 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.278454000, lastModified=2023-04-04 18:26:19.277380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.278454000, lastModified=2023-04-04 18:26:19.277380000, delta=1074000 ns, racy<=12500 ns 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.278708000, lastModified=2023-04-04 18:26:19.277380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.278708000, lastModified=2023-04-04 18:26:19.277380000, delta=1328000 ns, racy<=12500 ns 18:26:19.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.278997000, lastModified=2023-04-04 18:26:19.278380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.278997000, lastModified=2023-04-04 18:26:19.278380000, delta=617000 ns, racy<=12500 ns 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.279289000, lastModified=2023-04-04 18:26:19.278380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.279289000, lastModified=2023-04-04 18:26:19.278380000, delta=909000 ns, racy<=12500 ns 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.279597000, lastModified=2023-04-04 18:26:19.278380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.279597000, lastModified=2023-04-04 18:26:19.278380000, delta=1217000 ns, racy<=12500 ns 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.279874000, lastModified=2023-04-04 18:26:19.278380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.278380000 to 2023-04-04 18:26:19.279380000 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.280170000, lastModified=2023-04-04 18:26:19.279380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.280170000, lastModified=2023-04-04 18:26:19.279380000, delta=790000 ns, racy<=12500 ns 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.280431000, lastModified=2023-04-04 18:26:19.279380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.280431000, lastModified=2023-04-04 18:26:19.279380000, delta=1051000 ns, racy<=12500 ns 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.280689000, lastModified=2023-04-04 18:26:19.279380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.280689000, lastModified=2023-04-04 18:26:19.279380000, delta=1309000 ns, racy<=12500 ns 18:26:19.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.280985000, lastModified=2023-04-04 18:26:19.280380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.280985000, lastModified=2023-04-04 18:26:19.280380000, delta=605000 ns, racy<=12500 ns 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.281305000, lastModified=2023-04-04 18:26:19.280380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.281305000, lastModified=2023-04-04 18:26:19.280380000, delta=925000 ns, racy<=12500 ns 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.281580000, lastModified=2023-04-04 18:26:19.280380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.281580000, lastModified=2023-04-04 18:26:19.280380000, delta=1200000 ns, racy<=12500 ns 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.281857000, lastModified=2023-04-04 18:26:19.280380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.280380000 to 2023-04-04 18:26:19.281380000 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.282136000, lastModified=2023-04-04 18:26:19.281380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.282136000, lastModified=2023-04-04 18:26:19.281380000, delta=756000 ns, racy<=12500 ns 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.282390000, lastModified=2023-04-04 18:26:19.281380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.282390000, lastModified=2023-04-04 18:26:19.281380000, delta=1010000 ns, racy<=12500 ns 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.282644000, lastModified=2023-04-04 18:26:19.281380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.282644000, lastModified=2023-04-04 18:26:19.281380000, delta=1264000 ns, racy<=12500 ns 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.282898000, lastModified=2023-04-04 18:26:19.281380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.281380000 to 2023-04-04 18:26:19.282380000 18:26:19.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.283151000, lastModified=2023-04-04 18:26:19.282380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.283151000, lastModified=2023-04-04 18:26:19.282380000, delta=771000 ns, racy<=12500 ns 18:26:19.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.287323000, lastModified=2023-04-04 18:26:19.282380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.282380000 to 2023-04-04 18:26:19.286380000 18:26:19.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.287622000, lastModified=2023-04-04 18:26:19.286380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.287622000, lastModified=2023-04-04 18:26:19.286380000, delta=1242000 ns, racy<=12500 ns 18:26:19.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.287885000, lastModified=2023-04-04 18:26:19.286380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.286380000 to 2023-04-04 18:26:19.287380000 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.288147000, lastModified=2023-04-04 18:26:19.287380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.288147000, lastModified=2023-04-04 18:26:19.287380000, delta=767000 ns, racy<=12500 ns 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.288398000, lastModified=2023-04-04 18:26:19.287380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.288398000, lastModified=2023-04-04 18:26:19.287380000, delta=1018000 ns, racy<=12500 ns 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.288646000, lastModified=2023-04-04 18:26:19.287380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.288646000, lastModified=2023-04-04 18:26:19.287380000, delta=1266000 ns, racy<=12500 ns 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.288902000, lastModified=2023-04-04 18:26:19.287380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.287380000 to 2023-04-04 18:26:19.288380000 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.289165000, lastModified=2023-04-04 18:26:19.288380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.289165000, lastModified=2023-04-04 18:26:19.288380000, delta=785000 ns, racy<=12500 ns 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.289422000, lastModified=2023-04-04 18:26:19.288380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.289422000, lastModified=2023-04-04 18:26:19.288380000, delta=1042000 ns, racy<=12500 ns 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.289672000, lastModified=2023-04-04 18:26:19.288380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.289672000, lastModified=2023-04-04 18:26:19.288380000, delta=1292000 ns, racy<=12500 ns 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.289928000, lastModified=2023-04-04 18:26:19.288380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.288380000 to 2023-04-04 18:26:19.289380000 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.290174000, lastModified=2023-04-04 18:26:19.289380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.290174000, lastModified=2023-04-04 18:26:19.289380000, delta=794000 ns, racy<=12500 ns 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.290426000, lastModified=2023-04-04 18:26:19.289380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.290426000, lastModified=2023-04-04 18:26:19.289380000, delta=1046000 ns, racy<=12500 ns 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.290672000, lastModified=2023-04-04 18:26:19.289380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.290672000, lastModified=2023-04-04 18:26:19.289380000, delta=1292000 ns, racy<=12500 ns 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.290958000, lastModified=2023-04-04 18:26:19.289380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.289380000 to 2023-04-04 18:26:19.290380000 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.291209000, lastModified=2023-04-04 18:26:19.290380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.291209000, lastModified=2023-04-04 18:26:19.290380000, delta=829000 ns, racy<=12500 ns 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.291463000, lastModified=2023-04-04 18:26:19.290380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.291463000, lastModified=2023-04-04 18:26:19.290380000, delta=1083000 ns, racy<=12500 ns 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.291711000, lastModified=2023-04-04 18:26:19.290380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.291711000, lastModified=2023-04-04 18:26:19.290380000, delta=1331000 ns, racy<=12500 ns 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.291964000, lastModified=2023-04-04 18:26:19.291380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.291964000, lastModified=2023-04-04 18:26:19.291380000, delta=584000 ns, racy<=12500 ns 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.292227000, lastModified=2023-04-04 18:26:19.291380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.292227000, lastModified=2023-04-04 18:26:19.291380000, delta=847000 ns, racy<=12500 ns 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.292479000, lastModified=2023-04-04 18:26:19.291380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.292479000, lastModified=2023-04-04 18:26:19.291380000, delta=1099000 ns, racy<=12500 ns 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.292728000, lastModified=2023-04-04 18:26:19.291380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.292728000, lastModified=2023-04-04 18:26:19.291380000, delta=1348000 ns, racy<=12500 ns 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.292982000, lastModified=2023-04-04 18:26:19.292380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.292982000, lastModified=2023-04-04 18:26:19.292380000, delta=602000 ns, racy<=12500 ns 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.293263000, lastModified=2023-04-04 18:26:19.292380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.293263000, lastModified=2023-04-04 18:26:19.292380000, delta=883000 ns, racy<=12500 ns 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.293517000, lastModified=2023-04-04 18:26:19.292380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.293517000, lastModified=2023-04-04 18:26:19.292380000, delta=1137000 ns, racy<=12500 ns 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.293768000, lastModified=2023-04-04 18:26:19.292380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.293768000, lastModified=2023-04-04 18:26:19.292380000, delta=1388000 ns, racy<=12500 ns 18:26:19.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.294069000, lastModified=2023-04-04 18:26:19.293380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.294069000, lastModified=2023-04-04 18:26:19.293380000, delta=689000 ns, racy<=12500 ns 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.294335000, lastModified=2023-04-04 18:26:19.293380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.294335000, lastModified=2023-04-04 18:26:19.293380000, delta=955000 ns, racy<=12500 ns 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.294586000, lastModified=2023-04-04 18:26:19.293380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.294586000, lastModified=2023-04-04 18:26:19.293380000, delta=1206000 ns, racy<=12500 ns 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.294836000, lastModified=2023-04-04 18:26:19.293380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.293380000 to 2023-04-04 18:26:19.294380000 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.295087000, lastModified=2023-04-04 18:26:19.294380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.295087000, lastModified=2023-04-04 18:26:19.294380000, delta=707000 ns, racy<=12500 ns 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.295357000, lastModified=2023-04-04 18:26:19.294380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.295357000, lastModified=2023-04-04 18:26:19.294380000, delta=977000 ns, racy<=12500 ns 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.295607000, lastModified=2023-04-04 18:26:19.294380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.295607000, lastModified=2023-04-04 18:26:19.294380000, delta=1227000 ns, racy<=12500 ns 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.295853000, lastModified=2023-04-04 18:26:19.294380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.294380000 to 2023-04-04 18:26:19.295380000 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.296113000, lastModified=2023-04-04 18:26:19.295380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.296113000, lastModified=2023-04-04 18:26:19.295380000, delta=733000 ns, racy<=12500 ns 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.296367000, lastModified=2023-04-04 18:26:19.295380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.296367000, lastModified=2023-04-04 18:26:19.295380000, delta=987000 ns, racy<=12500 ns 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.296614000, lastModified=2023-04-04 18:26:19.295380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.296614000, lastModified=2023-04-04 18:26:19.295380000, delta=1234000 ns, racy<=12500 ns 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.296862000, lastModified=2023-04-04 18:26:19.295380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.295380000 to 2023-04-04 18:26:19.296380000 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.297123000, lastModified=2023-04-04 18:26:19.296380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.297123000, lastModified=2023-04-04 18:26:19.296380000, delta=743000 ns, racy<=12500 ns 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.297381000, lastModified=2023-04-04 18:26:19.296380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.297381000, lastModified=2023-04-04 18:26:19.296380000, delta=1001000 ns, racy<=12500 ns 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.297635000, lastModified=2023-04-04 18:26:19.296380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.297635000, lastModified=2023-04-04 18:26:19.296380000, delta=1255000 ns, racy<=12500 ns 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.297889000, lastModified=2023-04-04 18:26:19.296380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.296380000 to 2023-04-04 18:26:19.297380000 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.298181000, lastModified=2023-04-04 18:26:19.297380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.298181000, lastModified=2023-04-04 18:26:19.297380000, delta=801000 ns, racy<=12500 ns 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.298448000, lastModified=2023-04-04 18:26:19.297380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.298448000, lastModified=2023-04-04 18:26:19.297380000, delta=1068000 ns, racy<=12500 ns 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.298700000, lastModified=2023-04-04 18:26:19.297380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.298700000, lastModified=2023-04-04 18:26:19.297380000, delta=1320000 ns, racy<=12500 ns 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.298961000, lastModified=2023-04-04 18:26:19.298380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.298961000, lastModified=2023-04-04 18:26:19.298380000, delta=581000 ns, racy<=12500 ns 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.299229000, lastModified=2023-04-04 18:26:19.298380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.299229000, lastModified=2023-04-04 18:26:19.298380000, delta=849000 ns, racy<=12500 ns 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.299484000, lastModified=2023-04-04 18:26:19.298380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.299484000, lastModified=2023-04-04 18:26:19.298380000, delta=1104000 ns, racy<=12500 ns 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.299732000, lastModified=2023-04-04 18:26:19.298380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.299732000, lastModified=2023-04-04 18:26:19.298380000, delta=1352000 ns, racy<=12500 ns 18:26:19.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.299992000, lastModified=2023-04-04 18:26:19.299380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.299992000, lastModified=2023-04-04 18:26:19.299380000, delta=612000 ns, racy<=12500 ns 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.300263000, lastModified=2023-04-04 18:26:19.299380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.300263000, lastModified=2023-04-04 18:26:19.299380000, delta=883000 ns, racy<=12500 ns 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.300514000, lastModified=2023-04-04 18:26:19.299380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.300514000, lastModified=2023-04-04 18:26:19.299380000, delta=1134000 ns, racy<=12500 ns 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.300773000, lastModified=2023-04-04 18:26:19.299380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.300773000, lastModified=2023-04-04 18:26:19.299380000, delta=1393000 ns, racy<=12500 ns 18:26:19.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.301036000, lastModified=2023-04-04 18:26:19.300380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.301036000, lastModified=2023-04-04 18:26:19.300380000, delta=656000 ns, racy<=12500 ns 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.301324000, lastModified=2023-04-04 18:26:19.300380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.301324000, lastModified=2023-04-04 18:26:19.300380000, delta=944000 ns, racy<=12500 ns 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.301578000, lastModified=2023-04-04 18:26:19.300380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.301578000, lastModified=2023-04-04 18:26:19.300380000, delta=1198000 ns, racy<=12500 ns 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.301837000, lastModified=2023-04-04 18:26:19.300380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.300380000 to 2023-04-04 18:26:19.301380000 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.302109000, lastModified=2023-04-04 18:26:19.301380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.302109000, lastModified=2023-04-04 18:26:19.301380000, delta=729000 ns, racy<=12500 ns 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.302419000, lastModified=2023-04-04 18:26:19.301380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.302419000, lastModified=2023-04-04 18:26:19.301380000, delta=1039000 ns, racy<=12500 ns 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.302683000, lastModified=2023-04-04 18:26:19.301380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.302683000, lastModified=2023-04-04 18:26:19.301380000, delta=1303000 ns, racy<=12500 ns 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.302953000, lastModified=2023-04-04 18:26:19.302380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.302953000, lastModified=2023-04-04 18:26:19.302380000, delta=573000 ns, racy<=12500 ns 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.303221000, lastModified=2023-04-04 18:26:19.302380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.303221000, lastModified=2023-04-04 18:26:19.302380000, delta=841000 ns, racy<=12500 ns 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.303473000, lastModified=2023-04-04 18:26:19.302380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.303473000, lastModified=2023-04-04 18:26:19.302380000, delta=1093000 ns, racy<=12500 ns 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.303728000, lastModified=2023-04-04 18:26:19.302380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.303728000, lastModified=2023-04-04 18:26:19.302380000, delta=1348000 ns, racy<=12500 ns 18:26:19.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.303996000, lastModified=2023-04-04 18:26:19.303380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.303996000, lastModified=2023-04-04 18:26:19.303380000, delta=616000 ns, racy<=12500 ns 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.304263000, lastModified=2023-04-04 18:26:19.303380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.304263000, lastModified=2023-04-04 18:26:19.303380000, delta=883000 ns, racy<=12500 ns 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.304516000, lastModified=2023-04-04 18:26:19.303380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.304516000, lastModified=2023-04-04 18:26:19.303380000, delta=1136000 ns, racy<=12500 ns 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.304769000, lastModified=2023-04-04 18:26:19.303380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.304769000, lastModified=2023-04-04 18:26:19.303380000, delta=1389000 ns, racy<=12500 ns 18:26:19.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.349726000, lastModified=2023-04-04 18:26:19.304380000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.304380000 to 2023-04-04 18:26:19.349381000 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.350262000, lastModified=2023-04-04 18:26:19.349381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.350262000, lastModified=2023-04-04 18:26:19.349381000, delta=881000 ns, racy<=12500 ns 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.350557000, lastModified=2023-04-04 18:26:19.349381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.350557000, lastModified=2023-04-04 18:26:19.349381000, delta=1176000 ns, racy<=12500 ns 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.350906000, lastModified=2023-04-04 18:26:19.349381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.349381000 to 2023-04-04 18:26:19.350381000 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.351161000, lastModified=2023-04-04 18:26:19.350381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.351161000, lastModified=2023-04-04 18:26:19.350381000, delta=780000 ns, racy<=12500 ns 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.351419000, lastModified=2023-04-04 18:26:19.350381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.351419000, lastModified=2023-04-04 18:26:19.350381000, delta=1038000 ns, racy<=12500 ns 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.351676000, lastModified=2023-04-04 18:26:19.350381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.351676000, lastModified=2023-04-04 18:26:19.350381000, delta=1295000 ns, racy<=12500 ns 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.351935000, lastModified=2023-04-04 18:26:19.350381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.350381000 to 2023-04-04 18:26:19.351381000 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.352177000, lastModified=2023-04-04 18:26:19.351381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.352177000, lastModified=2023-04-04 18:26:19.351381000, delta=796000 ns, racy<=12500 ns 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.352429000, lastModified=2023-04-04 18:26:19.351381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.352429000, lastModified=2023-04-04 18:26:19.351381000, delta=1048000 ns, racy<=12500 ns 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.352675000, lastModified=2023-04-04 18:26:19.351381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.352675000, lastModified=2023-04-04 18:26:19.351381000, delta=1294000 ns, racy<=12500 ns 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.352923000, lastModified=2023-04-04 18:26:19.351381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.351381000 to 2023-04-04 18:26:19.352381000 18:26:19.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.353169000, lastModified=2023-04-04 18:26:19.352381000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.353169000, lastModified=2023-04-04 18:26:19.352381000, delta=788000 ns, racy<=12500 ns 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.357500000, lastModified=2023-04-04 18:26:19.356382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.357500000, lastModified=2023-04-04 18:26:19.356382000, delta=1118000 ns, racy<=12500 ns 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.357754000, lastModified=2023-04-04 18:26:19.356382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.357754000, lastModified=2023-04-04 18:26:19.356382000, delta=1372000 ns, racy<=12500 ns 18:26:19.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.358016000, lastModified=2023-04-04 18:26:19.357382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.358016000, lastModified=2023-04-04 18:26:19.357382000, delta=634000 ns, racy<=12500 ns 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.358290000, lastModified=2023-04-04 18:26:19.357382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.358290000, lastModified=2023-04-04 18:26:19.357382000, delta=908000 ns, racy<=12500 ns 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.358537000, lastModified=2023-04-04 18:26:19.357382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.358537000, lastModified=2023-04-04 18:26:19.357382000, delta=1155000 ns, racy<=12500 ns 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.358783000, lastModified=2023-04-04 18:26:19.357382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.358783000, lastModified=2023-04-04 18:26:19.357382000, delta=1401000 ns, racy<=12500 ns 18:26:19.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.359044000, lastModified=2023-04-04 18:26:19.358382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.359044000, lastModified=2023-04-04 18:26:19.358382000, delta=662000 ns, racy<=12500 ns 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.359300000, lastModified=2023-04-04 18:26:19.358382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.359300000, lastModified=2023-04-04 18:26:19.358382000, delta=918000 ns, racy<=12500 ns 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.359542000, lastModified=2023-04-04 18:26:19.358382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.359542000, lastModified=2023-04-04 18:26:19.358382000, delta=1160000 ns, racy<=12500 ns 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.359784000, lastModified=2023-04-04 18:26:19.358382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.359784000, lastModified=2023-04-04 18:26:19.358382000, delta=1402000 ns, racy<=12500 ns 18:26:19.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.360037000, lastModified=2023-04-04 18:26:19.359382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.360037000, lastModified=2023-04-04 18:26:19.359382000, delta=655000 ns, racy<=12500 ns 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.360298000, lastModified=2023-04-04 18:26:19.359382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.360298000, lastModified=2023-04-04 18:26:19.359382000, delta=916000 ns, racy<=12500 ns 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.360542000, lastModified=2023-04-04 18:26:19.359382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.360542000, lastModified=2023-04-04 18:26:19.359382000, delta=1160000 ns, racy<=12500 ns 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.360779000, lastModified=2023-04-04 18:26:19.359382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.360779000, lastModified=2023-04-04 18:26:19.359382000, delta=1397000 ns, racy<=12500 ns 18:26:19.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.361031000, lastModified=2023-04-04 18:26:19.360382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.361031000, lastModified=2023-04-04 18:26:19.360382000, delta=649000 ns, racy<=12500 ns 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.361285000, lastModified=2023-04-04 18:26:19.360382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.361285000, lastModified=2023-04-04 18:26:19.360382000, delta=903000 ns, racy<=12500 ns 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.361529000, lastModified=2023-04-04 18:26:19.360382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.361529000, lastModified=2023-04-04 18:26:19.360382000, delta=1147000 ns, racy<=12500 ns 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.361776000, lastModified=2023-04-04 18:26:19.360382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.361776000, lastModified=2023-04-04 18:26:19.360382000, delta=1394000 ns, racy<=12500 ns 18:26:19.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.362063000, lastModified=2023-04-04 18:26:19.361382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.362063000, lastModified=2023-04-04 18:26:19.361382000, delta=681000 ns, racy<=12500 ns 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.362352000, lastModified=2023-04-04 18:26:19.361382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.362352000, lastModified=2023-04-04 18:26:19.361382000, delta=970000 ns, racy<=12500 ns 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.362614000, lastModified=2023-04-04 18:26:19.361382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.362614000, lastModified=2023-04-04 18:26:19.361382000, delta=1232000 ns, racy<=12500 ns 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.362883000, lastModified=2023-04-04 18:26:19.361382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.361382000 to 2023-04-04 18:26:19.362382000 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.363128000, lastModified=2023-04-04 18:26:19.362382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.363128000, lastModified=2023-04-04 18:26:19.362382000, delta=746000 ns, racy<=12500 ns 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.363379000, lastModified=2023-04-04 18:26:19.362382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.363379000, lastModified=2023-04-04 18:26:19.362382000, delta=997000 ns, racy<=12500 ns 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.363622000, lastModified=2023-04-04 18:26:19.362382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.363622000, lastModified=2023-04-04 18:26:19.362382000, delta=1240000 ns, racy<=12500 ns 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.363866000, lastModified=2023-04-04 18:26:19.362382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.362382000 to 2023-04-04 18:26:19.363382000 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.364116000, lastModified=2023-04-04 18:26:19.363382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.364116000, lastModified=2023-04-04 18:26:19.363382000, delta=734000 ns, racy<=12500 ns 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.364360000, lastModified=2023-04-04 18:26:19.363382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.364360000, lastModified=2023-04-04 18:26:19.363382000, delta=978000 ns, racy<=12500 ns 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.364597000, lastModified=2023-04-04 18:26:19.363382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.364597000, lastModified=2023-04-04 18:26:19.363382000, delta=1215000 ns, racy<=12500 ns 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.364836000, lastModified=2023-04-04 18:26:19.363382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.363382000 to 2023-04-04 18:26:19.364382000 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.365075000, lastModified=2023-04-04 18:26:19.364382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.365075000, lastModified=2023-04-04 18:26:19.364382000, delta=693000 ns, racy<=12500 ns 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.365328000, lastModified=2023-04-04 18:26:19.364382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.365328000, lastModified=2023-04-04 18:26:19.364382000, delta=946000 ns, racy<=12500 ns 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.365571000, lastModified=2023-04-04 18:26:19.364382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.365571000, lastModified=2023-04-04 18:26:19.364382000, delta=1189000 ns, racy<=12500 ns 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.365811000, lastModified=2023-04-04 18:26:19.364382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.364382000 to 2023-04-04 18:26:19.365382000 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.366070000, lastModified=2023-04-04 18:26:19.365382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.366070000, lastModified=2023-04-04 18:26:19.365382000, delta=688000 ns, racy<=12500 ns 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.366348000, lastModified=2023-04-04 18:26:19.365382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.366348000, lastModified=2023-04-04 18:26:19.365382000, delta=966000 ns, racy<=12500 ns 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.366605000, lastModified=2023-04-04 18:26:19.365382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.366605000, lastModified=2023-04-04 18:26:19.365382000, delta=1223000 ns, racy<=12500 ns 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.366864000, lastModified=2023-04-04 18:26:19.365382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.365382000 to 2023-04-04 18:26:19.366382000 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.367153000, lastModified=2023-04-04 18:26:19.366382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.367153000, lastModified=2023-04-04 18:26:19.366382000, delta=771000 ns, racy<=12500 ns 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.367414000, lastModified=2023-04-04 18:26:19.366382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.367414000, lastModified=2023-04-04 18:26:19.366382000, delta=1032000 ns, racy<=12500 ns 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.367676000, lastModified=2023-04-04 18:26:19.366382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.367676000, lastModified=2023-04-04 18:26:19.366382000, delta=1294000 ns, racy<=12500 ns 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.367949000, lastModified=2023-04-04 18:26:19.367382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.367949000, lastModified=2023-04-04 18:26:19.367382000, delta=567000 ns, racy<=12500 ns 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.368224000, lastModified=2023-04-04 18:26:19.367382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.368224000, lastModified=2023-04-04 18:26:19.367382000, delta=842000 ns, racy<=12500 ns 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.368484000, lastModified=2023-04-04 18:26:19.367382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.368484000, lastModified=2023-04-04 18:26:19.367382000, delta=1102000 ns, racy<=12500 ns 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.368744000, lastModified=2023-04-04 18:26:19.367382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.368744000, lastModified=2023-04-04 18:26:19.367382000, delta=1362000 ns, racy<=12500 ns 18:26:19.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.369024000, lastModified=2023-04-04 18:26:19.368382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.369024000, lastModified=2023-04-04 18:26:19.368382000, delta=642000 ns, racy<=12500 ns 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.369296000, lastModified=2023-04-04 18:26:19.368382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.369296000, lastModified=2023-04-04 18:26:19.368382000, delta=914000 ns, racy<=12500 ns 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.369538000, lastModified=2023-04-04 18:26:19.368382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.369538000, lastModified=2023-04-04 18:26:19.368382000, delta=1156000 ns, racy<=12500 ns 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.369811000, lastModified=2023-04-04 18:26:19.368382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.368382000 to 2023-04-04 18:26:19.369382000 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.370090000, lastModified=2023-04-04 18:26:19.369382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.370090000, lastModified=2023-04-04 18:26:19.369382000, delta=708000 ns, racy<=12500 ns 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.370348000, lastModified=2023-04-04 18:26:19.369382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.370348000, lastModified=2023-04-04 18:26:19.369382000, delta=966000 ns, racy<=12500 ns 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.370589000, lastModified=2023-04-04 18:26:19.369382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.370589000, lastModified=2023-04-04 18:26:19.369382000, delta=1207000 ns, racy<=12500 ns 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.370830000, lastModified=2023-04-04 18:26:19.369382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.369382000 to 2023-04-04 18:26:19.370382000 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.371067000, lastModified=2023-04-04 18:26:19.370382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.371067000, lastModified=2023-04-04 18:26:19.370382000, delta=685000 ns, racy<=12500 ns 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.371327000, lastModified=2023-04-04 18:26:19.370382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.371327000, lastModified=2023-04-04 18:26:19.370382000, delta=945000 ns, racy<=12500 ns 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.371572000, lastModified=2023-04-04 18:26:19.370382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.371572000, lastModified=2023-04-04 18:26:19.370382000, delta=1190000 ns, racy<=12500 ns 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.371818000, lastModified=2023-04-04 18:26:19.370382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.370382000 to 2023-04-04 18:26:19.371382000 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.372055000, lastModified=2023-04-04 18:26:19.371382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.372055000, lastModified=2023-04-04 18:26:19.371382000, delta=673000 ns, racy<=12500 ns 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.372312000, lastModified=2023-04-04 18:26:19.371382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.372312000, lastModified=2023-04-04 18:26:19.371382000, delta=930000 ns, racy<=12500 ns 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.372562000, lastModified=2023-04-04 18:26:19.371382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.372562000, lastModified=2023-04-04 18:26:19.371382000, delta=1180000 ns, racy<=12500 ns 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.372806000, lastModified=2023-04-04 18:26:19.371382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.371382000 to 2023-04-04 18:26:19.372382000 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.373041000, lastModified=2023-04-04 18:26:19.372382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.373041000, lastModified=2023-04-04 18:26:19.372382000, delta=659000 ns, racy<=12500 ns 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.373296000, lastModified=2023-04-04 18:26:19.372382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.373296000, lastModified=2023-04-04 18:26:19.372382000, delta=914000 ns, racy<=12500 ns 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.373536000, lastModified=2023-04-04 18:26:19.372382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.373536000, lastModified=2023-04-04 18:26:19.372382000, delta=1154000 ns, racy<=12500 ns 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.373793000, lastModified=2023-04-04 18:26:19.372382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.373793000, lastModified=2023-04-04 18:26:19.372382000, delta=1411000 ns, racy<=12500 ns 18:26:19.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.374065000, lastModified=2023-04-04 18:26:19.373382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.374065000, lastModified=2023-04-04 18:26:19.373382000, delta=683000 ns, racy<=12500 ns 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.374324000, lastModified=2023-04-04 18:26:19.373382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.374324000, lastModified=2023-04-04 18:26:19.373382000, delta=942000 ns, racy<=12500 ns 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.374566000, lastModified=2023-04-04 18:26:19.373382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.374566000, lastModified=2023-04-04 18:26:19.373382000, delta=1184000 ns, racy<=12500 ns 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.374811000, lastModified=2023-04-04 18:26:19.373382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.373382000 to 2023-04-04 18:26:19.374382000 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.375084000, lastModified=2023-04-04 18:26:19.374382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.375084000, lastModified=2023-04-04 18:26:19.374382000, delta=702000 ns, racy<=12500 ns 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.375350000, lastModified=2023-04-04 18:26:19.374382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.375350000, lastModified=2023-04-04 18:26:19.374382000, delta=968000 ns, racy<=12500 ns 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.375593000, lastModified=2023-04-04 18:26:19.374382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.375593000, lastModified=2023-04-04 18:26:19.374382000, delta=1211000 ns, racy<=12500 ns 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.375878000, lastModified=2023-04-04 18:26:19.374382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.374382000 to 2023-04-04 18:26:19.375382000 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.376160000, lastModified=2023-04-04 18:26:19.375382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.376160000, lastModified=2023-04-04 18:26:19.375382000, delta=778000 ns, racy<=12500 ns 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.376424000, lastModified=2023-04-04 18:26:19.375382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.376424000, lastModified=2023-04-04 18:26:19.375382000, delta=1042000 ns, racy<=12500 ns 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.376687000, lastModified=2023-04-04 18:26:19.375382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.376687000, lastModified=2023-04-04 18:26:19.375382000, delta=1305000 ns, racy<=12500 ns 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.376954000, lastModified=2023-04-04 18:26:19.376382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.376954000, lastModified=2023-04-04 18:26:19.376382000, delta=572000 ns, racy<=12500 ns 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.377221000, lastModified=2023-04-04 18:26:19.376382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.377221000, lastModified=2023-04-04 18:26:19.376382000, delta=839000 ns, racy<=12500 ns 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.377463000, lastModified=2023-04-04 18:26:19.376382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.377463000, lastModified=2023-04-04 18:26:19.376382000, delta=1081000 ns, racy<=12500 ns 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.377703000, lastModified=2023-04-04 18:26:19.376382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.377703000, lastModified=2023-04-04 18:26:19.376382000, delta=1321000 ns, racy<=12500 ns 18:26:19.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.380370000, lastModified=2023-04-04 18:26:19.377382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.377382000 to 2023-04-04 18:26:19.379382000 18:26:19.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.380648000, lastModified=2023-04-04 18:26:19.379382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.380648000, lastModified=2023-04-04 18:26:19.379382000, delta=1266000 ns, racy<=12500 ns 18:26:19.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.380903000, lastModified=2023-04-04 18:26:19.379382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.379382000 to 2023-04-04 18:26:19.380382000 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.381148000, lastModified=2023-04-04 18:26:19.380382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.381148000, lastModified=2023-04-04 18:26:19.380382000, delta=766000 ns, racy<=12500 ns 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.381393000, lastModified=2023-04-04 18:26:19.380382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.381393000, lastModified=2023-04-04 18:26:19.380382000, delta=1011000 ns, racy<=12500 ns 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.381636000, lastModified=2023-04-04 18:26:19.380382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.381636000, lastModified=2023-04-04 18:26:19.380382000, delta=1254000 ns, racy<=12500 ns 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.381880000, lastModified=2023-04-04 18:26:19.380382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.380382000 to 2023-04-04 18:26:19.381382000 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.382139000, lastModified=2023-04-04 18:26:19.381382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.382139000, lastModified=2023-04-04 18:26:19.381382000, delta=757000 ns, racy<=12500 ns 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.382390000, lastModified=2023-04-04 18:26:19.381382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.382390000, lastModified=2023-04-04 18:26:19.381382000, delta=1008000 ns, racy<=12500 ns 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.382631000, lastModified=2023-04-04 18:26:19.381382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.382631000, lastModified=2023-04-04 18:26:19.381382000, delta=1249000 ns, racy<=12500 ns 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.382874000, lastModified=2023-04-04 18:26:19.381382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.381382000 to 2023-04-04 18:26:19.382382000 18:26:19.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.383393000, lastModified=2023-04-04 18:26:19.382382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.383393000, lastModified=2023-04-04 18:26:19.382382000, delta=1011000 ns, racy<=12500 ns 18:26:19.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.383765000, lastModified=2023-04-04 18:26:19.382382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.382382000 to 2023-04-04 18:26:19.383382000 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.384098000, lastModified=2023-04-04 18:26:19.383382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.384098000, lastModified=2023-04-04 18:26:19.383382000, delta=716000 ns, racy<=12500 ns 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.384471000, lastModified=2023-04-04 18:26:19.383382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.384471000, lastModified=2023-04-04 18:26:19.383382000, delta=1089000 ns, racy<=12500 ns 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.384827000, lastModified=2023-04-04 18:26:19.383382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.383382000 to 2023-04-04 18:26:19.384382000 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.385181000, lastModified=2023-04-04 18:26:19.384382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.385181000, lastModified=2023-04-04 18:26:19.384382000, delta=799000 ns, racy<=12500 ns 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.385527000, lastModified=2023-04-04 18:26:19.384382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.385527000, lastModified=2023-04-04 18:26:19.384382000, delta=1145000 ns, racy<=12500 ns 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.385875000, lastModified=2023-04-04 18:26:19.384382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.384382000 to 2023-04-04 18:26:19.385382000 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.386229000, lastModified=2023-04-04 18:26:19.385382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.386229000, lastModified=2023-04-04 18:26:19.385382000, delta=847000 ns, racy<=12500 ns 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.386563000, lastModified=2023-04-04 18:26:19.385382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.386563000, lastModified=2023-04-04 18:26:19.385382000, delta=1181000 ns, racy<=12500 ns 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.386890000, lastModified=2023-04-04 18:26:19.385382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.385382000 to 2023-04-04 18:26:19.386382000 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.387228000, lastModified=2023-04-04 18:26:19.386382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.387228000, lastModified=2023-04-04 18:26:19.386382000, delta=846000 ns, racy<=12500 ns 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.387572000, lastModified=2023-04-04 18:26:19.386382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.387572000, lastModified=2023-04-04 18:26:19.386382000, delta=1190000 ns, racy<=12500 ns 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.387921000, lastModified=2023-04-04 18:26:19.386382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.386382000 to 2023-04-04 18:26:19.387382000 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.388250000, lastModified=2023-04-04 18:26:19.387382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.388250000, lastModified=2023-04-04 18:26:19.387382000, delta=868000 ns, racy<=12500 ns 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.388576000, lastModified=2023-04-04 18:26:19.387382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.388576000, lastModified=2023-04-04 18:26:19.387382000, delta=1194000 ns, racy<=12500 ns 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.388912000, lastModified=2023-04-04 18:26:19.387382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.387382000 to 2023-04-04 18:26:19.388382000 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.389268000, lastModified=2023-04-04 18:26:19.388382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.389268000, lastModified=2023-04-04 18:26:19.388382000, delta=886000 ns, racy<=12500 ns 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.389606000, lastModified=2023-04-04 18:26:19.388382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.389606000, lastModified=2023-04-04 18:26:19.388382000, delta=1224000 ns, racy<=12500 ns 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.389935000, lastModified=2023-04-04 18:26:19.388382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.388382000 to 2023-04-04 18:26:19.389382000 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.390272000, lastModified=2023-04-04 18:26:19.389382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.390272000, lastModified=2023-04-04 18:26:19.389382000, delta=890000 ns, racy<=12500 ns 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.390612000, lastModified=2023-04-04 18:26:19.389382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.390612000, lastModified=2023-04-04 18:26:19.389382000, delta=1230000 ns, racy<=12500 ns 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.390952000, lastModified=2023-04-04 18:26:19.390382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.390952000, lastModified=2023-04-04 18:26:19.390382000, delta=570000 ns, racy<=12500 ns 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.391293000, lastModified=2023-04-04 18:26:19.390382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.391293000, lastModified=2023-04-04 18:26:19.390382000, delta=911000 ns, racy<=12500 ns 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.391623000, lastModified=2023-04-04 18:26:19.390382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.391623000, lastModified=2023-04-04 18:26:19.390382000, delta=1241000 ns, racy<=12500 ns 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.391954000, lastModified=2023-04-04 18:26:19.391382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.391954000, lastModified=2023-04-04 18:26:19.391382000, delta=572000 ns, racy<=12500 ns 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.392296000, lastModified=2023-04-04 18:26:19.391382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.392296000, lastModified=2023-04-04 18:26:19.391382000, delta=914000 ns, racy<=12500 ns 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.392625000, lastModified=2023-04-04 18:26:19.391382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.392625000, lastModified=2023-04-04 18:26:19.391382000, delta=1243000 ns, racy<=12500 ns 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.392960000, lastModified=2023-04-04 18:26:19.392382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.392960000, lastModified=2023-04-04 18:26:19.392382000, delta=578000 ns, racy<=12500 ns 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.393323000, lastModified=2023-04-04 18:26:19.392382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.393323000, lastModified=2023-04-04 18:26:19.392382000, delta=941000 ns, racy<=12500 ns 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.393646000, lastModified=2023-04-04 18:26:19.392382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.393646000, lastModified=2023-04-04 18:26:19.392382000, delta=1264000 ns, racy<=12500 ns 18:26:19.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.393984000, lastModified=2023-04-04 18:26:19.393382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.393984000, lastModified=2023-04-04 18:26:19.393382000, delta=602000 ns, racy<=12500 ns 18:26:19.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.394374000, lastModified=2023-04-04 18:26:19.393382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.394374000, lastModified=2023-04-04 18:26:19.393382000, delta=992000 ns, racy<=12500 ns 18:26:19.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.394993000, lastModified=2023-04-04 18:26:19.393382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.393382000 to 2023-04-04 18:26:19.394382000 18:26:19.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.395505000, lastModified=2023-04-04 18:26:19.394382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.395505000, lastModified=2023-04-04 18:26:19.394382000, delta=1123000 ns, racy<=12500 ns 18:26:19.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.395954000, lastModified=2023-04-04 18:26:19.394382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.394382000 to 2023-04-04 18:26:19.395382000 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.396312000, lastModified=2023-04-04 18:26:19.395382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.396312000, lastModified=2023-04-04 18:26:19.395382000, delta=930000 ns, racy<=12500 ns 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.396678000, lastModified=2023-04-04 18:26:19.395382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.396678000, lastModified=2023-04-04 18:26:19.395382000, delta=1296000 ns, racy<=12500 ns 18:26:19.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.397057000, lastModified=2023-04-04 18:26:19.396382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.397057000, lastModified=2023-04-04 18:26:19.396382000, delta=675000 ns, racy<=12500 ns 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.397429000, lastModified=2023-04-04 18:26:19.396382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.397429000, lastModified=2023-04-04 18:26:19.396382000, delta=1047000 ns, racy<=12500 ns 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.397774000, lastModified=2023-04-04 18:26:19.396382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.396382000 to 2023-04-04 18:26:19.397382000 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.398115000, lastModified=2023-04-04 18:26:19.397382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.398115000, lastModified=2023-04-04 18:26:19.397382000, delta=733000 ns, racy<=12500 ns 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.398482000, lastModified=2023-04-04 18:26:19.397382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.398482000, lastModified=2023-04-04 18:26:19.397382000, delta=1100000 ns, racy<=12500 ns 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.398828000, lastModified=2023-04-04 18:26:19.397382000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.397382000 to 2023-04-04 18:26:19.398383000 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.399184000, lastModified=2023-04-04 18:26:19.398383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.399184000, lastModified=2023-04-04 18:26:19.398383000, delta=801000 ns, racy<=12500 ns 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.399528000, lastModified=2023-04-04 18:26:19.398383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.399528000, lastModified=2023-04-04 18:26:19.398383000, delta=1145000 ns, racy<=12500 ns 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.399915000, lastModified=2023-04-04 18:26:19.398383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.398383000 to 2023-04-04 18:26:19.399383000 18:26:19.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.400333000, lastModified=2023-04-04 18:26:19.399383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.400333000, lastModified=2023-04-04 18:26:19.399383000, delta=950000 ns, racy<=12500 ns 18:26:19.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.400740000, lastModified=2023-04-04 18:26:19.399383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.400740000, lastModified=2023-04-04 18:26:19.399383000, delta=1357000 ns, racy<=12500 ns 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.401156000, lastModified=2023-04-04 18:26:19.400383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.401156000, lastModified=2023-04-04 18:26:19.400383000, delta=773000 ns, racy<=12500 ns 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.401521000, lastModified=2023-04-04 18:26:19.400383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.401521000, lastModified=2023-04-04 18:26:19.400383000, delta=1138000 ns, racy<=12500 ns 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.401885000, lastModified=2023-04-04 18:26:19.400383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.400383000 to 2023-04-04 18:26:19.401383000 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.402260000, lastModified=2023-04-04 18:26:19.401383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.402260000, lastModified=2023-04-04 18:26:19.401383000, delta=877000 ns, racy<=12500 ns 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.402624000, lastModified=2023-04-04 18:26:19.401383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.402624000, lastModified=2023-04-04 18:26:19.401383000, delta=1241000 ns, racy<=12500 ns 18:26:19.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.403024000, lastModified=2023-04-04 18:26:19.402383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.403024000, lastModified=2023-04-04 18:26:19.402383000, delta=641000 ns, racy<=12500 ns 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.403383000, lastModified=2023-04-04 18:26:19.402383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.403383000, lastModified=2023-04-04 18:26:19.402383000, delta=1000000 ns, racy<=12500 ns 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.403773000, lastModified=2023-04-04 18:26:19.402383000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.402383000 to 2023-04-04 18:26:19.403383000 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.450028000, lastModified=2023-04-04 18:26:19.449384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.450028000, lastModified=2023-04-04 18:26:19.449384000, delta=644000 ns, racy<=12500 ns 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.450418000, lastModified=2023-04-04 18:26:19.449384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.450418000, lastModified=2023-04-04 18:26:19.449384000, delta=1034000 ns, racy<=12500 ns 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.450708000, lastModified=2023-04-04 18:26:19.449384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.450708000, lastModified=2023-04-04 18:26:19.449384000, delta=1324000 ns, racy<=12500 ns 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.450981000, lastModified=2023-04-04 18:26:19.450384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.450981000, lastModified=2023-04-04 18:26:19.450384000, delta=597000 ns, racy<=12500 ns 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.451249000, lastModified=2023-04-04 18:26:19.450384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.451249000, lastModified=2023-04-04 18:26:19.450384000, delta=865000 ns, racy<=12500 ns 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.451504000, lastModified=2023-04-04 18:26:19.450384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.451504000, lastModified=2023-04-04 18:26:19.450384000, delta=1120000 ns, racy<=12500 ns 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.451763000, lastModified=2023-04-04 18:26:19.450384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.451763000, lastModified=2023-04-04 18:26:19.450384000, delta=1379000 ns, racy<=12500 ns 18:26:19.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.452026000, lastModified=2023-04-04 18:26:19.451384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.452026000, lastModified=2023-04-04 18:26:19.451384000, delta=642000 ns, racy<=12500 ns 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.452293000, lastModified=2023-04-04 18:26:19.451384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.452293000, lastModified=2023-04-04 18:26:19.451384000, delta=909000 ns, racy<=12500 ns 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.452563000, lastModified=2023-04-04 18:26:19.451384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.452563000, lastModified=2023-04-04 18:26:19.451384000, delta=1179000 ns, racy<=12500 ns 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.452811000, lastModified=2023-04-04 18:26:19.451384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.451384000 to 2023-04-04 18:26:19.452384000 18:26:19.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.453054000, lastModified=2023-04-04 18:26:19.452384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.453054000, lastModified=2023-04-04 18:26:19.452384000, delta=670000 ns, racy<=12500 ns 18:26:19.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.453320000, lastModified=2023-04-04 18:26:19.452384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.453320000, lastModified=2023-04-04 18:26:19.452384000, delta=936000 ns, racy<=12500 ns 18:26:19.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.457675000, lastModified=2023-04-04 18:26:19.456384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.457675000, lastModified=2023-04-04 18:26:19.456384000, delta=1291000 ns, racy<=12500 ns 18:26:19.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.457945000, lastModified=2023-04-04 18:26:19.457384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.457945000, lastModified=2023-04-04 18:26:19.457384000, delta=561000 ns, racy<=12500 ns 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.458207000, lastModified=2023-04-04 18:26:19.457384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.458207000, lastModified=2023-04-04 18:26:19.457384000, delta=823000 ns, racy<=12500 ns 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.458451000, lastModified=2023-04-04 18:26:19.457384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.458451000, lastModified=2023-04-04 18:26:19.457384000, delta=1067000 ns, racy<=12500 ns 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.458696000, lastModified=2023-04-04 18:26:19.457384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.458696000, lastModified=2023-04-04 18:26:19.457384000, delta=1312000 ns, racy<=12500 ns 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.458947000, lastModified=2023-04-04 18:26:19.458384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.458947000, lastModified=2023-04-04 18:26:19.458384000, delta=563000 ns, racy<=12500 ns 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.459209000, lastModified=2023-04-04 18:26:19.458384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.459209000, lastModified=2023-04-04 18:26:19.458384000, delta=825000 ns, racy<=12500 ns 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.459455000, lastModified=2023-04-04 18:26:19.458384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.459455000, lastModified=2023-04-04 18:26:19.458384000, delta=1071000 ns, racy<=12500 ns 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.459701000, lastModified=2023-04-04 18:26:19.458384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.459701000, lastModified=2023-04-04 18:26:19.458384000, delta=1317000 ns, racy<=12500 ns 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.459958000, lastModified=2023-04-04 18:26:19.459384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.459958000, lastModified=2023-04-04 18:26:19.459384000, delta=574000 ns, racy<=12500 ns 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.460231000, lastModified=2023-04-04 18:26:19.459384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.460231000, lastModified=2023-04-04 18:26:19.459384000, delta=847000 ns, racy<=12500 ns 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.460491000, lastModified=2023-04-04 18:26:19.459384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.460491000, lastModified=2023-04-04 18:26:19.459384000, delta=1107000 ns, racy<=12500 ns 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.460736000, lastModified=2023-04-04 18:26:19.459384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.460736000, lastModified=2023-04-04 18:26:19.459384000, delta=1352000 ns, racy<=12500 ns 18:26:19.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.460991000, lastModified=2023-04-04 18:26:19.460384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.460991000, lastModified=2023-04-04 18:26:19.460384000, delta=607000 ns, racy<=12500 ns 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.461255000, lastModified=2023-04-04 18:26:19.460384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.461255000, lastModified=2023-04-04 18:26:19.460384000, delta=871000 ns, racy<=12500 ns 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.461500000, lastModified=2023-04-04 18:26:19.460384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.461500000, lastModified=2023-04-04 18:26:19.460384000, delta=1116000 ns, racy<=12500 ns 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.461755000, lastModified=2023-04-04 18:26:19.460384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.461755000, lastModified=2023-04-04 18:26:19.460384000, delta=1371000 ns, racy<=12500 ns 18:26:19.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.462010000, lastModified=2023-04-04 18:26:19.461384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.462010000, lastModified=2023-04-04 18:26:19.461384000, delta=626000 ns, racy<=12500 ns 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.462269000, lastModified=2023-04-04 18:26:19.461384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.462269000, lastModified=2023-04-04 18:26:19.461384000, delta=885000 ns, racy<=12500 ns 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.462516000, lastModified=2023-04-04 18:26:19.461384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.462516000, lastModified=2023-04-04 18:26:19.461384000, delta=1132000 ns, racy<=12500 ns 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.462764000, lastModified=2023-04-04 18:26:19.461384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.462764000, lastModified=2023-04-04 18:26:19.461384000, delta=1380000 ns, racy<=12500 ns 18:26:19.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.463015000, lastModified=2023-04-04 18:26:19.462384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.463015000, lastModified=2023-04-04 18:26:19.462384000, delta=631000 ns, racy<=12500 ns 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.463288000, lastModified=2023-04-04 18:26:19.462384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.463288000, lastModified=2023-04-04 18:26:19.462384000, delta=904000 ns, racy<=12500 ns 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.463553000, lastModified=2023-04-04 18:26:19.462384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.463553000, lastModified=2023-04-04 18:26:19.462384000, delta=1169000 ns, racy<=12500 ns 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.463802000, lastModified=2023-04-04 18:26:19.462384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.462384000 to 2023-04-04 18:26:19.463384000 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.464043000, lastModified=2023-04-04 18:26:19.463384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.464043000, lastModified=2023-04-04 18:26:19.463384000, delta=659000 ns, racy<=12500 ns 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.464334000, lastModified=2023-04-04 18:26:19.463384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.464334000, lastModified=2023-04-04 18:26:19.463384000, delta=950000 ns, racy<=12500 ns 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.464585000, lastModified=2023-04-04 18:26:19.463384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.464585000, lastModified=2023-04-04 18:26:19.463384000, delta=1201000 ns, racy<=12500 ns 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.464834000, lastModified=2023-04-04 18:26:19.463384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.463384000 to 2023-04-04 18:26:19.464384000 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.465085000, lastModified=2023-04-04 18:26:19.464384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.465085000, lastModified=2023-04-04 18:26:19.464384000, delta=701000 ns, racy<=12500 ns 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.465357000, lastModified=2023-04-04 18:26:19.464384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.465357000, lastModified=2023-04-04 18:26:19.464384000, delta=973000 ns, racy<=12500 ns 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.465609000, lastModified=2023-04-04 18:26:19.464384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.465609000, lastModified=2023-04-04 18:26:19.464384000, delta=1225000 ns, racy<=12500 ns 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.465856000, lastModified=2023-04-04 18:26:19.464384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.464384000 to 2023-04-04 18:26:19.465384000 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.466108000, lastModified=2023-04-04 18:26:19.465384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.466108000, lastModified=2023-04-04 18:26:19.465384000, delta=724000 ns, racy<=12500 ns 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.466352000, lastModified=2023-04-04 18:26:19.465384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.466352000, lastModified=2023-04-04 18:26:19.465384000, delta=968000 ns, racy<=12500 ns 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.466601000, lastModified=2023-04-04 18:26:19.465384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.466601000, lastModified=2023-04-04 18:26:19.465384000, delta=1217000 ns, racy<=12500 ns 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.466847000, lastModified=2023-04-04 18:26:19.465384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.465384000 to 2023-04-04 18:26:19.466384000 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.467088000, lastModified=2023-04-04 18:26:19.466384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.467088000, lastModified=2023-04-04 18:26:19.466384000, delta=704000 ns, racy<=12500 ns 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.467348000, lastModified=2023-04-04 18:26:19.466384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.467348000, lastModified=2023-04-04 18:26:19.466384000, delta=964000 ns, racy<=12500 ns 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.467591000, lastModified=2023-04-04 18:26:19.466384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.467591000, lastModified=2023-04-04 18:26:19.466384000, delta=1207000 ns, racy<=12500 ns 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.467839000, lastModified=2023-04-04 18:26:19.466384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.466384000 to 2023-04-04 18:26:19.467384000 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.468081000, lastModified=2023-04-04 18:26:19.467384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.468081000, lastModified=2023-04-04 18:26:19.467384000, delta=697000 ns, racy<=12500 ns 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.468351000, lastModified=2023-04-04 18:26:19.467384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.468351000, lastModified=2023-04-04 18:26:19.467384000, delta=967000 ns, racy<=12500 ns 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.468597000, lastModified=2023-04-04 18:26:19.467384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.468597000, lastModified=2023-04-04 18:26:19.467384000, delta=1213000 ns, racy<=12500 ns 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.468841000, lastModified=2023-04-04 18:26:19.467384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.467384000 to 2023-04-04 18:26:19.468384000 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.469118000, lastModified=2023-04-04 18:26:19.468384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.469118000, lastModified=2023-04-04 18:26:19.468384000, delta=734000 ns, racy<=12500 ns 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.469370000, lastModified=2023-04-04 18:26:19.468384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.469370000, lastModified=2023-04-04 18:26:19.468384000, delta=986000 ns, racy<=12500 ns 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.469626000, lastModified=2023-04-04 18:26:19.468384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.469626000, lastModified=2023-04-04 18:26:19.468384000, delta=1242000 ns, racy<=12500 ns 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.469904000, lastModified=2023-04-04 18:26:19.468384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.468384000 to 2023-04-04 18:26:19.469384000 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.470178000, lastModified=2023-04-04 18:26:19.469384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.470178000, lastModified=2023-04-04 18:26:19.469384000, delta=794000 ns, racy<=12500 ns 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.470444000, lastModified=2023-04-04 18:26:19.469384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.470444000, lastModified=2023-04-04 18:26:19.469384000, delta=1060000 ns, racy<=12500 ns 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.470703000, lastModified=2023-04-04 18:26:19.469384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.470703000, lastModified=2023-04-04 18:26:19.469384000, delta=1319000 ns, racy<=12500 ns 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.470973000, lastModified=2023-04-04 18:26:19.470384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.470973000, lastModified=2023-04-04 18:26:19.470384000, delta=589000 ns, racy<=12500 ns 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.471229000, lastModified=2023-04-04 18:26:19.470384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.471229000, lastModified=2023-04-04 18:26:19.470384000, delta=845000 ns, racy<=12500 ns 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.471472000, lastModified=2023-04-04 18:26:19.470384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.471472000, lastModified=2023-04-04 18:26:19.470384000, delta=1088000 ns, racy<=12500 ns 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.471713000, lastModified=2023-04-04 18:26:19.470384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.471713000, lastModified=2023-04-04 18:26:19.470384000, delta=1329000 ns, racy<=12500 ns 18:26:19.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.471989000, lastModified=2023-04-04 18:26:19.471384000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.471989000, lastModified=2023-04-04 18:26:19.471384000, delta=605000 ns, racy<=12500 ns 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.486311000, lastModified=2023-04-04 18:26:19.485385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.486311000, lastModified=2023-04-04 18:26:19.485385000, delta=926000 ns, racy<=12500 ns 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.486642000, lastModified=2023-04-04 18:26:19.485385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.486642000, lastModified=2023-04-04 18:26:19.485385000, delta=1257000 ns, racy<=12500 ns 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.486947000, lastModified=2023-04-04 18:26:19.485385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.485385000 to 2023-04-04 18:26:19.486385000 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.487222000, lastModified=2023-04-04 18:26:19.486385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.487222000, lastModified=2023-04-04 18:26:19.486385000, delta=837000 ns, racy<=12500 ns 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.487495000, lastModified=2023-04-04 18:26:19.486385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.487495000, lastModified=2023-04-04 18:26:19.486385000, delta=1110000 ns, racy<=12500 ns 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.487759000, lastModified=2023-04-04 18:26:19.486385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.487759000, lastModified=2023-04-04 18:26:19.486385000, delta=1374000 ns, racy<=12500 ns 18:26:19.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.488053000, lastModified=2023-04-04 18:26:19.487385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.488053000, lastModified=2023-04-04 18:26:19.487385000, delta=668000 ns, racy<=12500 ns 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.488317000, lastModified=2023-04-04 18:26:19.487385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.488317000, lastModified=2023-04-04 18:26:19.487385000, delta=932000 ns, racy<=12500 ns 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.488567000, lastModified=2023-04-04 18:26:19.487385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.488567000, lastModified=2023-04-04 18:26:19.487385000, delta=1182000 ns, racy<=12500 ns 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.488818000, lastModified=2023-04-04 18:26:19.487385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.487385000 to 2023-04-04 18:26:19.488385000 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.489063000, lastModified=2023-04-04 18:26:19.488385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.489063000, lastModified=2023-04-04 18:26:19.488385000, delta=678000 ns, racy<=12500 ns 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.489352000, lastModified=2023-04-04 18:26:19.488385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.489352000, lastModified=2023-04-04 18:26:19.488385000, delta=967000 ns, racy<=12500 ns 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.489623000, lastModified=2023-04-04 18:26:19.488385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.489623000, lastModified=2023-04-04 18:26:19.488385000, delta=1238000 ns, racy<=12500 ns 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.489874000, lastModified=2023-04-04 18:26:19.488385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.488385000 to 2023-04-04 18:26:19.489385000 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.490134000, lastModified=2023-04-04 18:26:19.489385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.490134000, lastModified=2023-04-04 18:26:19.489385000, delta=749000 ns, racy<=12500 ns 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.490392000, lastModified=2023-04-04 18:26:19.489385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.490392000, lastModified=2023-04-04 18:26:19.489385000, delta=1007000 ns, racy<=12500 ns 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.490640000, lastModified=2023-04-04 18:26:19.489385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.490640000, lastModified=2023-04-04 18:26:19.489385000, delta=1255000 ns, racy<=12500 ns 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.490889000, lastModified=2023-04-04 18:26:19.489385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.489385000 to 2023-04-04 18:26:19.490385000 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.491143000, lastModified=2023-04-04 18:26:19.490385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.491143000, lastModified=2023-04-04 18:26:19.490385000, delta=758000 ns, racy<=12500 ns 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.491394000, lastModified=2023-04-04 18:26:19.490385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.491394000, lastModified=2023-04-04 18:26:19.490385000, delta=1009000 ns, racy<=12500 ns 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.491647000, lastModified=2023-04-04 18:26:19.490385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.491647000, lastModified=2023-04-04 18:26:19.490385000, delta=1262000 ns, racy<=12500 ns 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.491900000, lastModified=2023-04-04 18:26:19.490385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.490385000 to 2023-04-04 18:26:19.491385000 18:26:19.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.492149000, lastModified=2023-04-04 18:26:19.491385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.492149000, lastModified=2023-04-04 18:26:19.491385000, delta=764000 ns, racy<=12500 ns 18:26:19.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.500598000, lastModified=2023-04-04 18:26:19.491385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.491385000 to 2023-04-04 18:26:19.499385000 18:26:19.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.500925000, lastModified=2023-04-04 18:26:19.499385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.499385000 to 2023-04-04 18:26:19.500385000 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.501176000, lastModified=2023-04-04 18:26:19.500385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.501176000, lastModified=2023-04-04 18:26:19.500385000, delta=791000 ns, racy<=12500 ns 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.501428000, lastModified=2023-04-04 18:26:19.500385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.501428000, lastModified=2023-04-04 18:26:19.500385000, delta=1043000 ns, racy<=12500 ns 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.501673000, lastModified=2023-04-04 18:26:19.500385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.501673000, lastModified=2023-04-04 18:26:19.500385000, delta=1288000 ns, racy<=12500 ns 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.501925000, lastModified=2023-04-04 18:26:19.500385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.500385000 to 2023-04-04 18:26:19.501385000 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.502177000, lastModified=2023-04-04 18:26:19.501385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.502177000, lastModified=2023-04-04 18:26:19.501385000, delta=792000 ns, racy<=12500 ns 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.502423000, lastModified=2023-04-04 18:26:19.501385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.502423000, lastModified=2023-04-04 18:26:19.501385000, delta=1038000 ns, racy<=12500 ns 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.502687000, lastModified=2023-04-04 18:26:19.501385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.502687000, lastModified=2023-04-04 18:26:19.501385000, delta=1302000 ns, racy<=12500 ns 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.502943000, lastModified=2023-04-04 18:26:19.502385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.502943000, lastModified=2023-04-04 18:26:19.502385000, delta=558000 ns, racy<=12500 ns 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.503205000, lastModified=2023-04-04 18:26:19.502385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.503205000, lastModified=2023-04-04 18:26:19.502385000, delta=820000 ns, racy<=12500 ns 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.503451000, lastModified=2023-04-04 18:26:19.502385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.503451000, lastModified=2023-04-04 18:26:19.502385000, delta=1066000 ns, racy<=12500 ns 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.503697000, lastModified=2023-04-04 18:26:19.502385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.503697000, lastModified=2023-04-04 18:26:19.502385000, delta=1312000 ns, racy<=12500 ns 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.503973000, lastModified=2023-04-04 18:26:19.503385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.503973000, lastModified=2023-04-04 18:26:19.503385000, delta=588000 ns, racy<=12500 ns 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.504278000, lastModified=2023-04-04 18:26:19.503385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.504278000, lastModified=2023-04-04 18:26:19.503385000, delta=893000 ns, racy<=12500 ns 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.504531000, lastModified=2023-04-04 18:26:19.503385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.504531000, lastModified=2023-04-04 18:26:19.503385000, delta=1146000 ns, racy<=12500 ns 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.504778000, lastModified=2023-04-04 18:26:19.503385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.504778000, lastModified=2023-04-04 18:26:19.503385000, delta=1393000 ns, racy<=12500 ns 18:26:19.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.505040000, lastModified=2023-04-04 18:26:19.504385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.505040000, lastModified=2023-04-04 18:26:19.504385000, delta=655000 ns, racy<=12500 ns 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.505297000, lastModified=2023-04-04 18:26:19.504385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.505297000, lastModified=2023-04-04 18:26:19.504385000, delta=912000 ns, racy<=12500 ns 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.505536000, lastModified=2023-04-04 18:26:19.504385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.505536000, lastModified=2023-04-04 18:26:19.504385000, delta=1151000 ns, racy<=12500 ns 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.505785000, lastModified=2023-04-04 18:26:19.504385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.505785000, lastModified=2023-04-04 18:26:19.504385000, delta=1400000 ns, racy<=12500 ns 18:26:19.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.506047000, lastModified=2023-04-04 18:26:19.505385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.506047000, lastModified=2023-04-04 18:26:19.505385000, delta=662000 ns, racy<=12500 ns 18:26:19.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.506302000, lastModified=2023-04-04 18:26:19.505385000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.506302000, lastModified=2023-04-04 18:26:19.505385000, delta=917000 ns, racy<=12500 ns 18:26:19.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.549882000, lastModified=2023-04-04 18:26:19.548386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.548386000 to 2023-04-04 18:26:19.549386000 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.550351000, lastModified=2023-04-04 18:26:19.549386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.550351000, lastModified=2023-04-04 18:26:19.549386000, delta=965000 ns, racy<=12500 ns 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.550631000, lastModified=2023-04-04 18:26:19.549386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.550631000, lastModified=2023-04-04 18:26:19.549386000, delta=1245000 ns, racy<=12500 ns 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.550887000, lastModified=2023-04-04 18:26:19.549386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.549386000 to 2023-04-04 18:26:19.550386000 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.551155000, lastModified=2023-04-04 18:26:19.550386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.551155000, lastModified=2023-04-04 18:26:19.550386000, delta=769000 ns, racy<=12500 ns 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.551413000, lastModified=2023-04-04 18:26:19.550386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.551413000, lastModified=2023-04-04 18:26:19.550386000, delta=1027000 ns, racy<=12500 ns 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.551661000, lastModified=2023-04-04 18:26:19.550386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.551661000, lastModified=2023-04-04 18:26:19.550386000, delta=1275000 ns, racy<=12500 ns 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.551916000, lastModified=2023-04-04 18:26:19.550386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.550386000 to 2023-04-04 18:26:19.551386000 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.552168000, lastModified=2023-04-04 18:26:19.551386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.552168000, lastModified=2023-04-04 18:26:19.551386000, delta=782000 ns, racy<=12500 ns 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.552417000, lastModified=2023-04-04 18:26:19.551386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.552417000, lastModified=2023-04-04 18:26:19.551386000, delta=1031000 ns, racy<=12500 ns 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.552664000, lastModified=2023-04-04 18:26:19.551386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.552664000, lastModified=2023-04-04 18:26:19.551386000, delta=1278000 ns, racy<=12500 ns 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.552924000, lastModified=2023-04-04 18:26:19.551386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.551386000 to 2023-04-04 18:26:19.552386000 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.553167000, lastModified=2023-04-04 18:26:19.552386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.553167000, lastModified=2023-04-04 18:26:19.552386000, delta=781000 ns, racy<=12500 ns 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.553414000, lastModified=2023-04-04 18:26:19.552386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.553414000, lastModified=2023-04-04 18:26:19.552386000, delta=1028000 ns, racy<=12500 ns 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.553663000, lastModified=2023-04-04 18:26:19.552386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.553663000, lastModified=2023-04-04 18:26:19.552386000, delta=1277000 ns, racy<=12500 ns 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.553931000, lastModified=2023-04-04 18:26:19.552386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.552386000 to 2023-04-04 18:26:19.553386000 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.554183000, lastModified=2023-04-04 18:26:19.553386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.554183000, lastModified=2023-04-04 18:26:19.553386000, delta=797000 ns, racy<=12500 ns 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.554433000, lastModified=2023-04-04 18:26:19.553386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.554433000, lastModified=2023-04-04 18:26:19.553386000, delta=1047000 ns, racy<=12500 ns 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.554680000, lastModified=2023-04-04 18:26:19.553386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.554680000, lastModified=2023-04-04 18:26:19.553386000, delta=1294000 ns, racy<=12500 ns 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.554936000, lastModified=2023-04-04 18:26:19.554386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.554936000, lastModified=2023-04-04 18:26:19.554386000, delta=550000 ns, racy<=12500 ns 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.555200000, lastModified=2023-04-04 18:26:19.554386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.555200000, lastModified=2023-04-04 18:26:19.554386000, delta=814000 ns, racy<=12500 ns 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.555452000, lastModified=2023-04-04 18:26:19.554386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.555452000, lastModified=2023-04-04 18:26:19.554386000, delta=1066000 ns, racy<=12500 ns 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.555700000, lastModified=2023-04-04 18:26:19.554386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.555700000, lastModified=2023-04-04 18:26:19.554386000, delta=1314000 ns, racy<=12500 ns 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.555955000, lastModified=2023-04-04 18:26:19.555386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.555955000, lastModified=2023-04-04 18:26:19.555386000, delta=569000 ns, racy<=12500 ns 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.556217000, lastModified=2023-04-04 18:26:19.555386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.556217000, lastModified=2023-04-04 18:26:19.555386000, delta=831000 ns, racy<=12500 ns 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.556464000, lastModified=2023-04-04 18:26:19.555386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.556464000, lastModified=2023-04-04 18:26:19.555386000, delta=1078000 ns, racy<=12500 ns 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.556715000, lastModified=2023-04-04 18:26:19.555386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.556715000, lastModified=2023-04-04 18:26:19.555386000, delta=1329000 ns, racy<=12500 ns 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.556970000, lastModified=2023-04-04 18:26:19.556386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.556970000, lastModified=2023-04-04 18:26:19.556386000, delta=584000 ns, racy<=12500 ns 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.557239000, lastModified=2023-04-04 18:26:19.556386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.557239000, lastModified=2023-04-04 18:26:19.556386000, delta=853000 ns, racy<=12500 ns 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.557488000, lastModified=2023-04-04 18:26:19.556386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.557488000, lastModified=2023-04-04 18:26:19.556386000, delta=1102000 ns, racy<=12500 ns 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.557739000, lastModified=2023-04-04 18:26:19.556386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.557739000, lastModified=2023-04-04 18:26:19.556386000, delta=1353000 ns, racy<=12500 ns 18:26:19.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.558004000, lastModified=2023-04-04 18:26:19.557386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.558004000, lastModified=2023-04-04 18:26:19.557386000, delta=618000 ns, racy<=12500 ns 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.558268000, lastModified=2023-04-04 18:26:19.557386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.558268000, lastModified=2023-04-04 18:26:19.557386000, delta=882000 ns, racy<=12500 ns 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.558516000, lastModified=2023-04-04 18:26:19.557386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.558516000, lastModified=2023-04-04 18:26:19.557386000, delta=1130000 ns, racy<=12500 ns 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.558762000, lastModified=2023-04-04 18:26:19.557386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.558762000, lastModified=2023-04-04 18:26:19.557386000, delta=1376000 ns, racy<=12500 ns 18:26:19.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.559025000, lastModified=2023-04-04 18:26:19.558386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.559025000, lastModified=2023-04-04 18:26:19.558386000, delta=639000 ns, racy<=12500 ns 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.559287000, lastModified=2023-04-04 18:26:19.558386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.559287000, lastModified=2023-04-04 18:26:19.558386000, delta=901000 ns, racy<=12500 ns 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.559533000, lastModified=2023-04-04 18:26:19.558386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.559533000, lastModified=2023-04-04 18:26:19.558386000, delta=1147000 ns, racy<=12500 ns 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.559783000, lastModified=2023-04-04 18:26:19.558386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.559783000, lastModified=2023-04-04 18:26:19.558386000, delta=1397000 ns, racy<=12500 ns 18:26:19.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.560041000, lastModified=2023-04-04 18:26:19.559386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.560041000, lastModified=2023-04-04 18:26:19.559386000, delta=655000 ns, racy<=12500 ns 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.560304000, lastModified=2023-04-04 18:26:19.559386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.560304000, lastModified=2023-04-04 18:26:19.559386000, delta=918000 ns, racy<=12500 ns 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.560558000, lastModified=2023-04-04 18:26:19.559386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.560558000, lastModified=2023-04-04 18:26:19.559386000, delta=1172000 ns, racy<=12500 ns 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.560810000, lastModified=2023-04-04 18:26:19.559386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.559386000 to 2023-04-04 18:26:19.560386000 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.561054000, lastModified=2023-04-04 18:26:19.560386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.561054000, lastModified=2023-04-04 18:26:19.560386000, delta=668000 ns, racy<=12500 ns 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.561318000, lastModified=2023-04-04 18:26:19.560386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.561318000, lastModified=2023-04-04 18:26:19.560386000, delta=932000 ns, racy<=12500 ns 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.561574000, lastModified=2023-04-04 18:26:19.560386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.561574000, lastModified=2023-04-04 18:26:19.560386000, delta=1188000 ns, racy<=12500 ns 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.561852000, lastModified=2023-04-04 18:26:19.560386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.560386000 to 2023-04-04 18:26:19.561386000 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.562113000, lastModified=2023-04-04 18:26:19.561386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.562113000, lastModified=2023-04-04 18:26:19.561386000, delta=727000 ns, racy<=12500 ns 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.562369000, lastModified=2023-04-04 18:26:19.561386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.562369000, lastModified=2023-04-04 18:26:19.561386000, delta=983000 ns, racy<=12500 ns 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.562620000, lastModified=2023-04-04 18:26:19.561386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.562620000, lastModified=2023-04-04 18:26:19.561386000, delta=1234000 ns, racy<=12500 ns 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.562874000, lastModified=2023-04-04 18:26:19.561386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.561386000 to 2023-04-04 18:26:19.562386000 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.563128000, lastModified=2023-04-04 18:26:19.562386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.563128000, lastModified=2023-04-04 18:26:19.562386000, delta=742000 ns, racy<=12500 ns 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.563381000, lastModified=2023-04-04 18:26:19.562386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.563381000, lastModified=2023-04-04 18:26:19.562386000, delta=995000 ns, racy<=12500 ns 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.563640000, lastModified=2023-04-04 18:26:19.562386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.563640000, lastModified=2023-04-04 18:26:19.562386000, delta=1254000 ns, racy<=12500 ns 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.563899000, lastModified=2023-04-04 18:26:19.562386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.562386000 to 2023-04-04 18:26:19.563386000 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.564142000, lastModified=2023-04-04 18:26:19.563386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.564142000, lastModified=2023-04-04 18:26:19.563386000, delta=756000 ns, racy<=12500 ns 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.564386000, lastModified=2023-04-04 18:26:19.563386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.564386000, lastModified=2023-04-04 18:26:19.563386000, delta=1000000 ns, racy<=12500 ns 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.564637000, lastModified=2023-04-04 18:26:19.563386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.564637000, lastModified=2023-04-04 18:26:19.563386000, delta=1251000 ns, racy<=12500 ns 18:26:19.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.568826000, lastModified=2023-04-04 18:26:19.567386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.567386000 to 2023-04-04 18:26:19.568386000 18:26:19.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.569090000, lastModified=2023-04-04 18:26:19.568386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.569090000, lastModified=2023-04-04 18:26:19.568386000, delta=704000 ns, racy<=12500 ns 18:26:19.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.569563000, lastModified=2023-04-04 18:26:19.568386000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.569563000, lastModified=2023-04-04 18:26:19.568386000, delta=1177000 ns, racy<=12500 ns 18:26:19.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.573074000, lastModified=2023-04-04 18:26:19.572387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.573074000, lastModified=2023-04-04 18:26:19.572387000, delta=687000 ns, racy<=12500 ns 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.573355000, lastModified=2023-04-04 18:26:19.572387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.573355000, lastModified=2023-04-04 18:26:19.572387000, delta=968000 ns, racy<=12500 ns 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.573606000, lastModified=2023-04-04 18:26:19.572387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.573606000, lastModified=2023-04-04 18:26:19.572387000, delta=1219000 ns, racy<=12500 ns 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.573858000, lastModified=2023-04-04 18:26:19.572387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, lastModified changed from 2023-04-04 18:26:19.572387000 to 2023-04-04 18:26:19.573387000 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.574186000, lastModified=2023-04-04 18:26:19.573387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.574186000, lastModified=2023-04-04 18:26:19.573387000, delta=799000 ns, racy<=12500 ns 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.574434000, lastModified=2023-04-04 18:26:19.573387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.574434000, lastModified=2023-04-04 18:26:19.573387000, delta=1047000 ns, racy<=12500 ns 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, create new FileSnapshot: lastRead=2023-04-04 18:26:19.574681000, lastModified=2023-04-04 18:26:19.573387000, size=1, fileKey=(dev=10006b,ino=1542506773) 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, isRacyClean=false, read=2023-04-04 18:26:19.574681000, lastModified=2023-04-04 18:26:19.573387000, delta=1294000 ns, racy<=12500 ns 18:26:19.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/.probe-e02601f5-c033-4d62-a2c9-3d5cfb386ff9, is unmodified 18:26:19.576 [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] 4068, 3322, 12500, 550000.0, 1444000.0, 1005177.0018061397, 240273.1006158108 18:26:19.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=5 µs, minimalRacyInterval=1,444 µs] 18:26:19.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, delta=895433000 ns, racy<=3610000 ns 18:26:19.579 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-04 18:26:15.576990000, lastModified=2023-04-04 18:15:33.569342000, delta=642007648000 ns, racy<=2500000000 ns 18:26:19.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.579 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:26:19.580 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.580024000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.580333000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779580333000 ns, racy<=3610000 ns 18:26:19.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, delta=895433000 ns, racy<=3610000 ns 18:26:19.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.580333000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779580333000 ns, racy<=3610000 ns 18:26:19.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.580024000, lastModified=2023-04-04 18:26:19.579387000, delta=637000 ns, racy<=2500000000 ns 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.584 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.584107000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.584107000, lastModified=2023-04-04 18:26:19.579387000, delta=4720000 ns, racy<=2500000000 ns 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.566389000, lastModified=2023-04-04 18:26:15.753298000, delta=813091000 ns, racy<=2500000000 ns 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.584413000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.584413000, lastModified=2023-04-04 18:26:15.753298000, delta=3831115000 ns, racy<=2500000000 ns 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.585413000, lastModified=2023-04-04 18:26:16.549316000, size=0, fileKey=(dev=10006b,ino=1534337128) 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.584107000, lastModified=2023-04-04 18:26:19.579387000, delta=4720000 ns, racy<=2500000000 ns 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.585 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.585583000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.585583000, lastModified=2023-04-04 18:26:19.579387000, delta=6196000 ns, racy<=2500000000 ns 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.586474000, lastModified=2023-04-04 18:26:19.585387000, size=104, fileKey=(dev=10006b,ino=1534337128) 18:26:19.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.586637000, lastModified=2023-04-04 18:26:19.585387000, size=104, fileKey=(dev=10006b,ino=1534337128) 18:26:19.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.585583000, lastModified=2023-04-04 18:26:19.579387000, delta=6196000 ns, racy<=2500000000 ns 18:26:19.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.586840000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.586840000, lastModified=2023-04-04 18:26:19.579387000, delta=7453000 ns, racy<=2500000000 ns 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.587418000, lastModified=2023-04-04 18:26:19.585387000, size=104, fileKey=(dev=10006b,ino=1534337128) 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.587578000, lastModified=2023-04-04 18:26:19.585387000, size=104, fileKey=(dev=10006b,ino=1534337128) 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.587799000, lastModified=2023-04-04 18:26:19.586387000, size=0, fileKey=(dev=10006b,ino=1534337130) 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.586840000, lastModified=2023-04-04 18:26:19.579387000, delta=7453000 ns, racy<=2500000000 ns 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.587 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.587918000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.587918000, lastModified=2023-04-04 18:26:19.579387000, delta=8531000 ns, racy<=2500000000 ns 18:26:19.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.588472000, lastModified=2023-04-04 18:26:19.587387000, size=104, fileKey=(dev=10006b,ino=1534337130) 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.587918000, lastModified=2023-04-04 18:26:19.579387000, delta=8531000 ns, racy<=2500000000 ns 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.651601000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.651601000, lastModified=2023-04-04 18:26:19.579387000, delta=72214000 ns, racy<=2500000000 ns 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.651601000, lastModified=2023-04-04 18:26:19.579387000, delta=72214000 ns, racy<=2500000000 ns 18:26:19.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.652906000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.652906000, lastModified=2023-04-04 18:26:19.579387000, delta=73519000 ns, racy<=2500000000 ns 18:26:19.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.652906000, lastModified=2023-04-04 18:26:19.579387000, delta=73519000 ns, racy<=2500000000 ns 18:26:19.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.656 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.656751000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.656751000, lastModified=2023-04-04 18:26:19.579387000, delta=77364000 ns, racy<=2500000000 ns 18:26:19.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.656751000, lastModified=2023-04-04 18:26:19.579387000, delta=77364000 ns, racy<=2500000000 ns 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.658317000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.658317000, lastModified=2023-04-04 18:26:19.579387000, delta=78930000 ns, racy<=2500000000 ns 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.658634000, lastModified=2023-04-04 18:26:15.686296000, size=23, fileKey=(dev=10006b,ino=1534337127) 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.658317000, lastModified=2023-04-04 18:26:19.579387000, delta=78930000 ns, racy<=2500000000 ns 18:26:19.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.659034000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.659034000, lastModified=2023-04-04 18:26:19.579387000, delta=79647000 ns, racy<=2500000000 ns 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.658634000, lastModified=2023-04-04 18:26:15.686296000, delta=3972338000 ns, racy<=3610000 ns 18:26:19.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, is unmodified 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.659034000, lastModified=2023-04-04 18:26:19.579387000, delta=79647000 ns, racy<=2500000000 ns 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.660431000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.660431000, lastModified=2023-04-04 18:26:19.579387000, delta=81044000 ns, racy<=2500000000 ns 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.661784000, lastModified=2023-04-04 18:26:19.587387000, size=104, fileKey=(dev=10006b,ino=1534337130) 18:26:19.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.661877000, lastModified=2023-04-04 18:26:19.587387000, size=104, fileKey=(dev=10006b,ino=1534337130) 18:26:19.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, delta=895433000 ns, racy<=3610000 ns 18:26:19.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.580333000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779580333000 ns, racy<=3610000 ns 18:26:19.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, delta=895433000 ns, racy<=3610000 ns 18:26:19.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.580333000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779580333000 ns, racy<=3610000 ns 18:26:19.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, delta=895433000 ns, racy<=3610000 ns 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.580333000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779580333000 ns, racy<=3610000 ns 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:16.569729000, lastModified=2023-04-04 18:26:15.674296000, delta=895433000 ns, racy<=3610000 ns 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.580333000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779580333000 ns, racy<=3610000 ns 18:26:19.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.660431000, lastModified=2023-04-04 18:26:19.579387000, delta=81044000 ns, racy<=2500000000 ns 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.667436000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.667436000, lastModified=2023-04-04 18:26:19.579387000, delta=88049000 ns, racy<=2500000000 ns 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.658634000, lastModified=2023-04-04 18:26:15.686296000, delta=3972338000 ns, racy<=3610000 ns 18:26:19.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, is unmodified 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.667436000, lastModified=2023-04-04 18:26:19.579387000, delta=88049000 ns, racy<=2500000000 ns 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.668146000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.668146000, lastModified=2023-04-04 18:26:19.579387000, delta=88759000 ns, racy<=2500000000 ns 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.668146000, lastModified=2023-04-04 18:26:19.579387000, delta=88759000 ns, racy<=2500000000 ns 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.668683000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.668683000, lastModified=2023-04-04 18:26:19.579387000, delta=89296000 ns, racy<=2500000000 ns 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.668683000, lastModified=2023-04-04 18:26:19.579387000, delta=89296000 ns, racy<=2500000000 ns 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.669529000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.669529000, lastModified=2023-04-04 18:26:19.579387000, delta=90142000 ns, racy<=2500000000 ns 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.669529000, lastModified=2023-04-04 18:26:19.579387000, delta=90142000 ns, racy<=2500000000 ns 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.669845000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.669845000, lastModified=2023-04-04 18:26:19.579387000, delta=90458000 ns, racy<=2500000000 ns 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.669845000, lastModified=2023-04-04 18:26:19.579387000, delta=90458000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.670190000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.670190000, lastModified=2023-04-04 18:26:19.579387000, delta=90803000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.670190000, lastModified=2023-04-04 18:26:19.579387000, delta=90803000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.670455000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.670455000, lastModified=2023-04-04 18:26:19.579387000, delta=91068000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.670455000, lastModified=2023-04-04 18:26:19.579387000, delta=91068000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.670772000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.670772000, lastModified=2023-04-04 18:26:19.579387000, delta=91385000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.670772000, lastModified=2023-04-04 18:26:19.579387000, delta=91385000 ns, racy<=2500000000 ns 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.671063000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.671063000, lastModified=2023-04-04 18:26:19.579387000, delta=91676000 ns, racy<=2500000000 ns 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.671334000, lastModified=2023-04-04 18:26:19.668389000, size=41, fileKey=(dev=10006b,ino=1537271631) 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.671063000, lastModified=2023-04-04 18:26:19.579387000, delta=91676000 ns, racy<=2500000000 ns 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.672273000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.672273000, lastModified=2023-04-04 18:26:19.579387000, delta=92886000 ns, racy<=2500000000 ns 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.676819000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.672273000, lastModified=2023-04-04 18:26:19.579387000, delta=92886000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.677 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.677189000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.677189000, lastModified=2023-04-04 18:26:19.579387000, delta=97802000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.677189000, lastModified=2023-04-04 18:26:19.579387000, delta=97802000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.677 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.677598000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.677598000, lastModified=2023-04-04 18:26:19.579387000, delta=98211000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.677931000, lastModified=2023-04-04 18:26:19.587387000, size=104, fileKey=(dev=10006b,ino=1534337130) 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.677598000, lastModified=2023-04-04 18:26:19.579387000, delta=98211000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.678179000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.678179000, lastModified=2023-04-04 18:26:19.579387000, delta=98792000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.678588000, lastModified=2023-04-04 18:26:19.587387000, size=104, fileKey=(dev=10006b,ino=1534337130) 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.678665000, lastModified=2023-04-04 18:26:19.587387000, size=104, fileKey=(dev=10006b,ino=1534337130) 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.678179000, lastModified=2023-04-04 18:26:19.579387000, delta=98792000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.678758000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.678758000, lastModified=2023-04-04 18:26:19.579387000, delta=99371000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.678758000, lastModified=2023-04-04 18:26:19.579387000, delta=99371000 ns, racy<=2500000000 ns 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.679 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.679101000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.679101000, lastModified=2023-04-04 18:26:19.579387000, delta=99714000 ns, racy<=2500000000 ns 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.679101000, lastModified=2023-04-04 18:26:19.579387000, delta=99714000 ns, racy<=2500000000 ns 18:26:19.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.680815000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.680815000, lastModified=2023-04-04 18:26:19.579387000, delta=101428000 ns, racy<=2500000000 ns 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, size=6, fileKey=(dev=10006b,ino=1544595542) 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.680815000, lastModified=2023-04-04 18:26:19.579387000, delta=101428000 ns, racy<=2500000000 ns 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.681 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.681852000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.681852000, lastModified=2023-04-04 18:26:19.579387000, delta=102465000 ns, racy<=2500000000 ns 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.682523000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779682523000 ns, racy<=3610000 ns 18:26:19.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.682523000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779682523000 ns, racy<=3610000 ns 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.683651000, lastModified=2023-04-04 18:26:19.677389000, size=0, fileKey=(dev=10006b,ino=1534337128) 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.681852000, lastModified=2023-04-04 18:26:19.579387000, delta=102465000 ns, racy<=2500000000 ns 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.683 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.683765000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.683765000, lastModified=2023-04-04 18:26:19.579387000, delta=104378000 ns, racy<=2500000000 ns 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.684461000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.684570000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.683765000, lastModified=2023-04-04 18:26:19.579387000, delta=104378000 ns, racy<=2500000000 ns 18:26:19.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.684886000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.684886000, lastModified=2023-04-04 18:26:19.579387000, delta=105499000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.684886000, lastModified=2023-04-04 18:26:19.579387000, delta=105499000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.685231000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.685231000, lastModified=2023-04-04 18:26:19.579387000, delta=105844000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.685231000, lastModified=2023-04-04 18:26:19.579387000, delta=105844000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.685516000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.685516000, lastModified=2023-04-04 18:26:19.579387000, delta=106129000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.685516000, lastModified=2023-04-04 18:26:19.579387000, delta=106129000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.685770000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.685770000, lastModified=2023-04-04 18:26:19.579387000, delta=106383000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.686056000, lastModified=2023-04-04 18:26:15.686296000, size=23, fileKey=(dev=10006b,ino=1534337127) 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.686150000, lastModified=2023-04-04 18:26:19.668389000, size=41, fileKey=(dev=10006b,ino=1537271631) 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.685770000, lastModified=2023-04-04 18:26:19.579387000, delta=106383000 ns, racy<=2500000000 ns 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.686346000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.686346000, lastModified=2023-04-04 18:26:19.579387000, delta=106959000 ns, racy<=2500000000 ns 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.686056000, lastModified=2023-04-04 18:26:15.686296000, delta=3999760000 ns, racy<=3610000 ns 18:26:19.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, is unmodified 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.686150000, lastModified=2023-04-04 18:26:19.668389000, delta=17761000 ns, racy<=3610000 ns 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is unmodified 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.686346000, lastModified=2023-04-04 18:26:19.579387000, delta=106959000 ns, racy<=2500000000 ns 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.687929000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.687929000, lastModified=2023-04-04 18:26:19.579387000, delta=108542000 ns, racy<=2500000000 ns 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.688369000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.688446000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.682523000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779682523000 ns, racy<=3610000 ns 18:26:19.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.682523000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779682523000 ns, racy<=3610000 ns 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.682523000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779682523000 ns, racy<=3610000 ns 18:26:19.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.681402000, lastModified=2023-04-04 18:26:15.674296000, delta=4007106000 ns, racy<=3610000 ns 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.682523000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779682523000 ns, racy<=3610000 ns 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.687929000, lastModified=2023-04-04 18:26:19.579387000, delta=108542000 ns, racy<=2500000000 ns 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.690 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.690713000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.690713000, lastModified=2023-04-04 18:26:19.579387000, delta=111326000 ns, racy<=2500000000 ns 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.686056000, lastModified=2023-04-04 18:26:15.686296000, delta=3999760000 ns, racy<=3610000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, is unmodified 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.686150000, lastModified=2023-04-04 18:26:19.668389000, delta=17761000 ns, racy<=3610000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is unmodified 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.690713000, lastModified=2023-04-04 18:26:19.579387000, delta=111326000 ns, racy<=2500000000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.750 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.750527000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.750527000, lastModified=2023-04-04 18:26:19.579387000, delta=171140000 ns, racy<=2500000000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.686150000, lastModified=2023-04-04 18:26:19.668389000, delta=17761000 ns, racy<=3610000 ns 18:26:19.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is unmodified 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.750527000, lastModified=2023-04-04 18:26:19.579387000, delta=171140000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.751174000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.751174000, lastModified=2023-04-04 18:26:19.579387000, delta=171787000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.751174000, lastModified=2023-04-04 18:26:19.579387000, delta=171787000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.751488000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.751488000, lastModified=2023-04-04 18:26:19.579387000, delta=172101000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.751488000, lastModified=2023-04-04 18:26:19.579387000, delta=172101000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.751842000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.751842000, lastModified=2023-04-04 18:26:19.579387000, delta=172455000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.751842000, lastModified=2023-04-04 18:26:19.579387000, delta=172455000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.752148000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.752148000, lastModified=2023-04-04 18:26:19.579387000, delta=172761000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.752148000, lastModified=2023-04-04 18:26:19.579387000, delta=172761000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.752409000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.752409000, lastModified=2023-04-04 18:26:19.579387000, delta=173022000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.752409000, lastModified=2023-04-04 18:26:19.579387000, delta=173022000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.752633000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.752633000, lastModified=2023-04-04 18:26:19.579387000, delta=173246000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.752847000, lastModified=2023-04-04 18:26:19.750391000, size=41, fileKey=(dev=10006b,ino=1537271632) 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.752633000, lastModified=2023-04-04 18:26:19.579387000, delta=173246000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.753112000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.753112000, lastModified=2023-04-04 18:26:19.579387000, delta=173725000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.677416000, lastModified=2023-04-04 18:26:15.753298000, delta=3924118000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.753112000, lastModified=2023-04-04 18:26:19.579387000, delta=173725000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.753466000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.753466000, lastModified=2023-04-04 18:26:19.579387000, delta=174079000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=true, read=2023-04-04 18:26:16.470977000, lastModified=2023-04-04 18:26:15.753298000, delta=717679000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is racily clean 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.753636000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.753636000, lastModified=2023-04-04 18:26:15.753298000, delta=4000338000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.753754000, lastModified=2023-04-04 18:26:19.750391000, size=41, fileKey=(dev=10006b,ino=1537271632) 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.753466000, lastModified=2023-04-04 18:26:19.579387000, delta=174079000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.753872000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.753872000, lastModified=2023-04-04 18:26:19.579387000, delta=174485000 ns, racy<=2500000000 ns 18:26:19.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:19.753754000, lastModified=2023-04-04 18:26:19.750391000, delta=3363000 ns, racy<=3610000 ns 18:26:19.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is racily clean 18:26:19.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.754160000, lastModified=2023-04-04 18:26:19.750391000, size=41, fileKey=(dev=10006b,ino=1537271632) 18:26:19.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.754160000, lastModified=2023-04-04 18:26:19.750391000, delta=3769000 ns, racy<=3610000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.755056000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.753872000, lastModified=2023-04-04 18:26:19.579387000, delta=174485000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.755305000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.755305000, lastModified=2023-04-04 18:26:19.579387000, delta=175918000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.755305000, lastModified=2023-04-04 18:26:19.579387000, delta=175918000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.755600000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.755600000, lastModified=2023-04-04 18:26:19.579387000, delta=176213000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.755838000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.755600000, lastModified=2023-04-04 18:26:19.579387000, delta=176213000 ns, racy<=2500000000 ns 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.755991000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.755991000, lastModified=2023-04-04 18:26:19.579387000, delta=176604000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.756323000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.756393000, lastModified=2023-04-04 18:26:19.683389000, size=176, fileKey=(dev=10006b,ino=1534337128) 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.755991000, lastModified=2023-04-04 18:26:19.579387000, delta=176604000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.756472000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.756472000, lastModified=2023-04-04 18:26:19.579387000, delta=177085000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.756472000, lastModified=2023-04-04 18:26:19.579387000, delta=177085000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.756755000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.756755000, lastModified=2023-04-04 18:26:19.579387000, delta=177368000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.756755000, lastModified=2023-04-04 18:26:19.579387000, delta=177368000 ns, racy<=2500000000 ns 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.757189000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.757189000, lastModified=2023-04-04 18:26:19.579387000, delta=177802000 ns, racy<=2500000000 ns 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, size=6, fileKey=(dev=10006b,ino=1544595542) 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.757787000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779757787000 ns, racy<=3610000 ns 18:26:19.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.757787000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779757787000 ns, racy<=3610000 ns 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.758784000, lastModified=2023-04-04 18:26:19.755391000, size=0, fileKey=(dev=10006b,ino=1534337130) 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.757189000, lastModified=2023-04-04 18:26:19.579387000, delta=177802000 ns, racy<=2500000000 ns 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.758862000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.758862000, lastModified=2023-04-04 18:26:19.579387000, delta=179475000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.759428000, lastModified=2023-04-04 18:26:19.758391000, size=176, fileKey=(dev=10006b,ino=1534337130) 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.759520000, lastModified=2023-04-04 18:26:19.758391000, size=176, fileKey=(dev=10006b,ino=1534337130) 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.758862000, lastModified=2023-04-04 18:26:19.579387000, delta=179475000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.759729000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.759729000, lastModified=2023-04-04 18:26:19.579387000, delta=180342000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.759729000, lastModified=2023-04-04 18:26:19.579387000, delta=180342000 ns, racy<=2500000000 ns 18:26:19.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.759999000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.759999000, lastModified=2023-04-04 18:26:19.579387000, delta=180612000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.759999000, lastModified=2023-04-04 18:26:19.579387000, delta=180612000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.760242000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.760242000, lastModified=2023-04-04 18:26:19.579387000, delta=180855000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.760242000, lastModified=2023-04-04 18:26:19.579387000, delta=180855000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.760450000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.760450000, lastModified=2023-04-04 18:26:19.579387000, delta=181063000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.760673000, lastModified=2023-04-04 18:26:15.686296000, size=23, fileKey=(dev=10006b,ino=1534337127) 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.760741000, lastModified=2023-04-04 18:26:19.750391000, size=41, fileKey=(dev=10006b,ino=1537271632) 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.760450000, lastModified=2023-04-04 18:26:19.579387000, delta=181063000 ns, racy<=2500000000 ns 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.760889000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.760889000, lastModified=2023-04-04 18:26:19.579387000, delta=181502000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.760673000, lastModified=2023-04-04 18:26:15.686296000, delta=4074377000 ns, racy<=3610000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, is unmodified 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.760741000, lastModified=2023-04-04 18:26:19.750391000, delta=10350000 ns, racy<=3610000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is unmodified 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.760889000, lastModified=2023-04-04 18:26:19.579387000, delta=181502000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.761627000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.761627000, lastModified=2023-04-04 18:26:19.579387000, delta=182240000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.761993000, lastModified=2023-04-04 18:26:19.758391000, size=176, fileKey=(dev=10006b,ino=1534337130) 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.762070000, lastModified=2023-04-04 18:26:19.758391000, size=176, fileKey=(dev=10006b,ino=1534337130) 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.757787000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779757787000 ns, racy<=3610000 ns 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.757787000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779757787000 ns, racy<=3610000 ns 18:26:19.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.757787000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779757787000 ns, racy<=3610000 ns 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.757532000, lastModified=2023-04-04 18:26:15.674296000, delta=4083236000 ns, racy<=3610000 ns 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.757787000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779757787000 ns, racy<=3610000 ns 18:26:19.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack/preserved, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.761627000, lastModified=2023-04-04 18:26:19.579387000, delta=182240000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.764161000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.764161000, lastModified=2023-04-04 18:26:19.579387000, delta=184774000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.760673000, lastModified=2023-04-04 18:26:15.686296000, delta=4074377000 ns, racy<=3610000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/HEAD, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.760741000, lastModified=2023-04-04 18:26:19.750391000, delta=10350000 ns, racy<=3610000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.764161000, lastModified=2023-04-04 18:26:19.579387000, delta=184774000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.764646000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.764646000, lastModified=2023-04-04 18:26:19.579387000, delta=185259000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.760741000, lastModified=2023-04-04 18:26:19.750391000, delta=10350000 ns, racy<=3610000 ns 18:26:19.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.764646000, lastModified=2023-04-04 18:26:19.579387000, delta=185259000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.765173000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765173000, lastModified=2023-04-04 18:26:19.579387000, delta=185786000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765173000, lastModified=2023-04-04 18:26:19.579387000, delta=185786000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.765452000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765452000, lastModified=2023-04-04 18:26:19.579387000, delta=186065000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765452000, lastModified=2023-04-04 18:26:19.579387000, delta=186065000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.765714000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765714000, lastModified=2023-04-04 18:26:19.579387000, delta=186327000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765714000, lastModified=2023-04-04 18:26:19.579387000, delta=186327000 ns, racy<=2500000000 ns 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.765967000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765967000, lastModified=2023-04-04 18:26:19.579387000, delta=186580000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.765967000, lastModified=2023-04-04 18:26:19.579387000, delta=186580000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.766218000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.766218000, lastModified=2023-04-04 18:26:19.579387000, delta=186831000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.766218000, lastModified=2023-04-04 18:26:19.579387000, delta=186831000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.766468000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.766468000, lastModified=2023-04-04 18:26:19.579387000, delta=187081000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.766647000, lastModified=2023-04-04 18:26:19.764391000, size=41, fileKey=(dev=10006b,ino=1537271631) 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.766468000, lastModified=2023-04-04 18:26:19.579387000, delta=187081000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.766821000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.766821000, lastModified=2023-04-04 18:26:19.579387000, delta=187434000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.755453000, lastModified=2023-04-04 18:26:15.753298000, delta=4002155000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.766821000, lastModified=2023-04-04 18:26:19.579387000, delta=187434000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.767169000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.767169000, lastModified=2023-04-04 18:26:19.579387000, delta=187782000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1537271632) to (dev=10006b,ino=1537271631) 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.767393000, lastModified=2023-04-04 18:26:19.764391000, size=41, fileKey=(dev=10006b,ino=1537271631) 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.767169000, lastModified=2023-04-04 18:26:19.579387000, delta=187782000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.767503000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.767503000, lastModified=2023-04-04 18:26:19.579387000, delta=188116000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:19.767393000, lastModified=2023-04-04 18:26:19.764391000, delta=3002000 ns, racy<=3610000 ns 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, is racily clean 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.767761000, lastModified=2023-04-04 18:26:19.764391000, size=41, fileKey=(dev=10006b,ino=1537271631) 18:26:19.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:19.767761000, lastModified=2023-04-04 18:26:19.764391000, delta=3370000 ns, racy<=3610000 ns 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.767503000, lastModified=2023-04-04 18:26:19.579387000, delta=188116000 ns, racy<=2500000000 ns 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.768078000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.768078000, lastModified=2023-04-04 18:26:19.579387000, delta=188691000 ns, racy<=2500000000 ns 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.768617000, lastModified=2023-04-04 18:26:15.674296000, size=6, fileKey=(dev=10006b,ino=1544595542) 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.768617000, lastModified=2023-04-04 18:26:15.674296000, delta=4094321000 ns, racy<=3610000 ns 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.768078000, lastModified=2023-04-04 18:26:19.579387000, delta=188691000 ns, racy<=2500000000 ns 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.768963000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.768963000, lastModified=2023-04-04 18:26:19.579387000, delta=189576000 ns, racy<=2500000000 ns 18:26:19.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.768617000, lastModified=2023-04-04 18:26:15.674296000, delta=4094321000 ns, racy<=3610000 ns 18:26:19.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.768617000, lastModified=2023-04-04 18:26:15.674296000, delta=4094321000 ns, racy<=3610000 ns 18:26:19.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.770991000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.768963000, lastModified=2023-04-04 18:26:19.579387000, delta=189576000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.771229000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.771229000, lastModified=2023-04-04 18:26:19.579387000, delta=191842000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.771394000, lastModified=2023-04-04 18:26:15.753298000, size=78, fileKey=(dev=10006b,ino=1534337129) 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.771229000, lastModified=2023-04-04 18:26:19.579387000, delta=191842000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.771542000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.771542000, lastModified=2023-04-04 18:26:19.579387000, delta=192155000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.771394000, lastModified=2023-04-04 18:26:15.753298000, delta=4018096000 ns, racy<=2500000000 ns 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, is unmodified 18:26:19.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.771759000, lastModified=2023-04-04 18:26:19.758391000, size=176, fileKey=(dev=10006b,ino=1534337130) 18:26:19.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.772420000, lastModified=2023-04-04 18:26:15.674296000, size=6, fileKey=(dev=10006b,ino=1544595542) 18:26:19.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.772420000, lastModified=2023-04-04 18:26:15.674296000, delta=4098124000 ns, racy<=3610000 ns 18:26:19.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.772420000, lastModified=2023-04-04 18:26:15.674296000, delta=4098124000 ns, racy<=3610000 ns 18:26:19.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.772420000, lastModified=2023-04-04 18:26:15.674296000, delta=4098124000 ns, racy<=3610000 ns 18:26:19.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.771542000, lastModified=2023-04-04 18:26:19.579387000, delta=192155000 ns, racy<=2500000000 ns 18:26:19.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.777001000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.777001000, lastModified=2023-04-04 18:26:19.579387000, delta=197614000 ns, racy<=2500000000 ns 18:26:19.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.768617000, lastModified=2023-04-04 18:26:15.674296000, delta=4094321000 ns, racy<=3610000 ns 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.768617000, lastModified=2023-04-04 18:26:15.674296000, delta=4094321000 ns, racy<=3610000 ns 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/objects/pack, is unmodified 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.777001000, lastModified=2023-04-04 18:26:19.579387000, delta=197614000 ns, racy<=2500000000 ns 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.780885000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.780885000, lastModified=2023-04-04 18:26:19.579387000, delta=201498000 ns, racy<=2500000000 ns 18:26:19.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.780885000, lastModified=2023-04-04 18:26:19.579387000, delta=201498000 ns, racy<=2500000000 ns 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.782461000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.782461000, lastModified=2023-04-04 18:26:19.579387000, delta=203074000 ns, racy<=2500000000 ns 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2515722087530973341/.git/config, cannot be racily clean 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.782461000, lastModified=2023-04-04 18:26:19.579387000, delta=203074000 ns, racy<=2500000000 ns 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.788 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.788762000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.788762000, lastModified=2023-04-04 18:26:19.579387000, delta=209375000 ns, racy<=2500000000 ns 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.788762000, lastModified=2023-04-04 18:26:19.579387000, delta=209375000 ns, racy<=2500000000 ns 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.788 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.788967000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.788967000, lastModified=2023-04-04 18:26:19.579387000, delta=209580000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.788967000, lastModified=2023-04-04 18:26:19.579387000, delta=209580000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.789 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.789261000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.789261000, lastModified=2023-04-04 18:26:19.579387000, delta=209874000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.789261000, lastModified=2023-04-04 18:26:19.579387000, delta=209874000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.789 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.789588000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.789588000, lastModified=2023-04-04 18:26:19.579387000, delta=210201000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.789588000, lastModified=2023-04-04 18:26:19.579387000, delta=210201000 ns, racy<=2500000000 ns 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.789 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.789882000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.789882000, lastModified=2023-04-04 18:26:19.579387000, delta=210495000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.789882000, lastModified=2023-04-04 18:26:19.579387000, delta=210495000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.790 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.790528000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.790528000, lastModified=2023-04-04 18:26:19.579387000, delta=211141000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.790528000, lastModified=2023-04-04 18:26:19.579387000, delta=211141000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.790 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.790855000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.790855000, lastModified=2023-04-04 18:26:19.579387000, delta=211468000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.790855000, lastModified=2023-04-04 18:26:19.579387000, delta=211468000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.791222000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.791222000, lastModified=2023-04-04 18:26:19.579387000, delta=211835000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.791222000, lastModified=2023-04-04 18:26:19.579387000, delta=211835000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.791728000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.791728000, lastModified=2023-04-04 18:26:19.579387000, delta=212341000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.791728000, lastModified=2023-04-04 18:26:19.579387000, delta=212341000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.850080000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.850080000, lastModified=2023-04-04 18:26:19.579387000, delta=270693000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.850080000, lastModified=2023-04-04 18:26:19.579387000, delta=270693000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.850374000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.850374000, lastModified=2023-04-04 18:26:19.579387000, delta=270987000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.789110000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779789110000 ns, racy<=2500000000 ns 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is unmodified 18:26:19.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.850642000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.851421000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.851817000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.850374000, lastModified=2023-04-04 18:26:19.579387000, delta=270987000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852032000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.852032000, lastModified=2023-04-04 18:26:19.579387000, delta=272645000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852173000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.852032000, lastModified=2023-04-04 18:26:19.579387000, delta=272645000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852306000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.852306000, lastModified=2023-04-04 18:26:19.579387000, delta=272919000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.852173000, lastModified=2023-04-04 18:26:19.850393000, delta=1780000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852445000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.852445000, lastModified=2023-04-04 18:26:19.850393000, delta=2052000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.852306000, lastModified=2023-04-04 18:26:19.579387000, delta=272919000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852656000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.852656000, lastModified=2023-04-04 18:26:19.579387000, delta=273269000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.852445000, lastModified=2023-04-04 18:26:19.850393000, delta=2052000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852793000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.852793000, lastModified=2023-04-04 18:26:19.850393000, delta=2400000 ns, racy<=2500000000 ns 18:26:19.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.852909000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.853445000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.852656000, lastModified=2023-04-04 18:26:19.579387000, delta=273269000 ns, racy<=2500000000 ns 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.853606000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.853606000, lastModified=2023-04-04 18:26:19.579387000, delta=274219000 ns, racy<=2500000000 ns 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.853785000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.853606000, lastModified=2023-04-04 18:26:19.579387000, delta=274219000 ns, racy<=2500000000 ns 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.853924000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.853924000, lastModified=2023-04-04 18:26:19.579387000, delta=274537000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.853785000, lastModified=2023-04-04 18:26:19.850393000, delta=3392000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.854085000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.854085000, lastModified=2023-04-04 18:26:19.850393000, delta=3692000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.853924000, lastModified=2023-04-04 18:26:19.579387000, delta=274537000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.854342000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.854342000, lastModified=2023-04-04 18:26:19.579387000, delta=274955000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.854085000, lastModified=2023-04-04 18:26:19.850393000, delta=3692000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.854476000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.854476000, lastModified=2023-04-04 18:26:19.850393000, delta=4083000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.854342000, lastModified=2023-04-04 18:26:19.579387000, delta=274955000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.854681000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.854681000, lastModified=2023-04-04 18:26:19.579387000, delta=275294000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.854476000, lastModified=2023-04-04 18:26:19.850393000, delta=4083000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.854819000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.854819000, lastModified=2023-04-04 18:26:19.850393000, delta=4426000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.854681000, lastModified=2023-04-04 18:26:19.579387000, delta=275294000 ns, racy<=2500000000 ns 18:26:19.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.855001000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.855001000, lastModified=2023-04-04 18:26:19.579387000, delta=275614000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.854819000, lastModified=2023-04-04 18:26:19.850393000, delta=4426000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.855147000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.855147000, lastModified=2023-04-04 18:26:19.850393000, delta=4754000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.855001000, lastModified=2023-04-04 18:26:19.579387000, delta=275614000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.855407000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.855407000, lastModified=2023-04-04 18:26:19.579387000, delta=276020000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.855147000, lastModified=2023-04-04 18:26:19.850393000, delta=4754000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.855578000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.855578000, lastModified=2023-04-04 18:26:19.850393000, delta=5185000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.855407000, lastModified=2023-04-04 18:26:19.579387000, delta=276020000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.855779000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.855779000, lastModified=2023-04-04 18:26:19.579387000, delta=276392000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.855578000, lastModified=2023-04-04 18:26:19.850393000, delta=5185000 ns, racy<=2500000000 ns 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.855931000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.855931000, lastModified=2023-04-04 18:26:19.850393000, delta=5538000 ns, racy<=2500000000 ns 18:26:19.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, size=6, fileKey=(dev=10006b,ino=1596034120) 18:26:19.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, delta=66771000 ns, racy<=3610000 ns 18:26:19.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.857010000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779857010000 ns, racy<=3610000 ns 18:26:19.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, delta=66771000 ns, racy<=3610000 ns 18:26:19.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.857010000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779857010000 ns, racy<=3610000 ns 18:26:19.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.855779000, lastModified=2023-04-04 18:26:19.579387000, delta=276392000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858076000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.858076000, lastModified=2023-04-04 18:26:19.579387000, delta=278689000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.855931000, lastModified=2023-04-04 18:26:19.850393000, delta=5538000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858224000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.858224000, lastModified=2023-04-04 18:26:19.850393000, delta=7831000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858307000, lastModified=2023-04-04 18:26:19.853393000, size=0, fileKey=(dev=10006b,ino=1586567574) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.858076000, lastModified=2023-04-04 18:26:19.579387000, delta=278689000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858362000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.858362000, lastModified=2023-04-04 18:26:19.579387000, delta=278975000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.858224000, lastModified=2023-04-04 18:26:19.850393000, delta=7831000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858487000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.858487000, lastModified=2023-04-04 18:26:19.850393000, delta=8094000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858625000, lastModified=2023-04-04 18:26:19.857393000, size=104, fileKey=(dev=10006b,ino=1586567574) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858677000, lastModified=2023-04-04 18:26:19.857393000, size=104, fileKey=(dev=10006b,ino=1586567574) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.858362000, lastModified=2023-04-04 18:26:19.579387000, delta=278975000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858743000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.858743000, lastModified=2023-04-04 18:26:19.579387000, delta=279356000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.858487000, lastModified=2023-04-04 18:26:19.850393000, delta=8094000 ns, racy<=2500000000 ns 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.858917000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.858917000, lastModified=2023-04-04 18:26:19.850393000, delta=8524000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859097000, lastModified=2023-04-04 18:26:19.857393000, size=104, fileKey=(dev=10006b,ino=1586567574) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859156000, lastModified=2023-04-04 18:26:19.857393000, size=104, fileKey=(dev=10006b,ino=1586567574) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859237000, lastModified=2023-04-04 18:26:19.858393000, size=0, fileKey=(dev=10006b,ino=1586567566) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.858743000, lastModified=2023-04-04 18:26:19.579387000, delta=279356000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859293000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.859293000, lastModified=2023-04-04 18:26:19.579387000, delta=279906000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.858917000, lastModified=2023-04-04 18:26:19.850393000, delta=8524000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859428000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.859428000, lastModified=2023-04-04 18:26:19.850393000, delta=9035000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859543000, lastModified=2023-04-04 18:26:19.858393000, size=104, fileKey=(dev=10006b,ino=1586567566) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.859293000, lastModified=2023-04-04 18:26:19.579387000, delta=279906000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859747000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.859747000, lastModified=2023-04-04 18:26:19.579387000, delta=280360000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.859428000, lastModified=2023-04-04 18:26:19.850393000, delta=9035000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.859889000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.859889000, lastModified=2023-04-04 18:26:19.850393000, delta=9496000 ns, racy<=2500000000 ns 18:26:19.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.859747000, lastModified=2023-04-04 18:26:19.579387000, delta=280360000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860019000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860019000, lastModified=2023-04-04 18:26:19.579387000, delta=280632000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.859889000, lastModified=2023-04-04 18:26:19.850393000, delta=9496000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860182000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.860182000, lastModified=2023-04-04 18:26:19.850393000, delta=9789000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860019000, lastModified=2023-04-04 18:26:19.579387000, delta=280632000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860321000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860321000, lastModified=2023-04-04 18:26:19.579387000, delta=280934000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.860182000, lastModified=2023-04-04 18:26:19.850393000, delta=9789000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860458000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.860458000, lastModified=2023-04-04 18:26:19.850393000, delta=10065000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860321000, lastModified=2023-04-04 18:26:19.579387000, delta=280934000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860558000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860558000, lastModified=2023-04-04 18:26:19.579387000, delta=281171000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.860458000, lastModified=2023-04-04 18:26:19.850393000, delta=10065000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860682000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.860682000, lastModified=2023-04-04 18:26:19.850393000, delta=10289000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860779000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860558000, lastModified=2023-04-04 18:26:19.579387000, delta=281171000 ns, racy<=2500000000 ns 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.860983000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860983000, lastModified=2023-04-04 18:26:19.579387000, delta=281596000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.860682000, lastModified=2023-04-04 18:26:19.850393000, delta=10289000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.861154000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.861154000, lastModified=2023-04-04 18:26:19.850393000, delta=10761000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.860779000, lastModified=2023-04-04 18:26:19.849393000, delta=11386000 ns, racy<=3610000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.860983000, lastModified=2023-04-04 18:26:19.579387000, delta=281596000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.861836000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.861836000, lastModified=2023-04-04 18:26:19.579387000, delta=282449000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.861154000, lastModified=2023-04-04 18:26:19.850393000, delta=10761000 ns, racy<=2500000000 ns 18:26:19.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.861996000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.861996000, lastModified=2023-04-04 18:26:19.850393000, delta=11603000 ns, racy<=2500000000 ns 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.862235000, lastModified=2023-04-04 18:26:19.858393000, size=104, fileKey=(dev=10006b,ino=1586567566) 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.862286000, lastModified=2023-04-04 18:26:19.858393000, size=104, fileKey=(dev=10006b,ino=1586567566) 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, delta=66771000 ns, racy<=3610000 ns 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.857010000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779857010000 ns, racy<=3610000 ns 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, delta=66771000 ns, racy<=3610000 ns 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.857010000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779857010000 ns, racy<=3610000 ns 18:26:19.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, delta=66771000 ns, racy<=3610000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.857010000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779857010000 ns, racy<=3610000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.856163000, lastModified=2023-04-04 18:26:19.789392000, delta=66771000 ns, racy<=3610000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.857010000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779857010000 ns, racy<=3610000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.861836000, lastModified=2023-04-04 18:26:19.579387000, delta=282449000 ns, racy<=2500000000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.863831000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.863831000, lastModified=2023-04-04 18:26:19.579387000, delta=284444000 ns, racy<=2500000000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.861996000, lastModified=2023-04-04 18:26:19.850393000, delta=11603000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.864017000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.864017000, lastModified=2023-04-04 18:26:19.850393000, delta=13624000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.860779000, lastModified=2023-04-04 18:26:19.849393000, delta=11386000 ns, racy<=3610000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.863831000, lastModified=2023-04-04 18:26:19.579387000, delta=284444000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.864300000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.864300000, lastModified=2023-04-04 18:26:19.579387000, delta=284913000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.864017000, lastModified=2023-04-04 18:26:19.850393000, delta=13624000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.864443000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.864443000, lastModified=2023-04-04 18:26:19.850393000, delta=14050000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.864300000, lastModified=2023-04-04 18:26:19.579387000, delta=284913000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.864717000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.864717000, lastModified=2023-04-04 18:26:19.579387000, delta=285330000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.864443000, lastModified=2023-04-04 18:26:19.850393000, delta=14050000 ns, racy<=2500000000 ns 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.864862000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.864862000, lastModified=2023-04-04 18:26:19.850393000, delta=14469000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.864717000, lastModified=2023-04-04 18:26:19.579387000, delta=285330000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.865429000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.865429000, lastModified=2023-04-04 18:26:19.579387000, delta=286042000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.864862000, lastModified=2023-04-04 18:26:19.850393000, delta=14469000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.865581000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.865581000, lastModified=2023-04-04 18:26:19.850393000, delta=15188000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.865429000, lastModified=2023-04-04 18:26:19.579387000, delta=286042000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.865737000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.865737000, lastModified=2023-04-04 18:26:19.579387000, delta=286350000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.865581000, lastModified=2023-04-04 18:26:19.850393000, delta=15188000 ns, racy<=2500000000 ns 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.865874000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.865874000, lastModified=2023-04-04 18:26:19.850393000, delta=15481000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.865737000, lastModified=2023-04-04 18:26:19.579387000, delta=286350000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.866077000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.866077000, lastModified=2023-04-04 18:26:19.579387000, delta=286690000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.865874000, lastModified=2023-04-04 18:26:19.850393000, delta=15481000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.866216000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.866216000, lastModified=2023-04-04 18:26:19.850393000, delta=15823000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.866077000, lastModified=2023-04-04 18:26:19.579387000, delta=286690000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.866379000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.866379000, lastModified=2023-04-04 18:26:19.579387000, delta=286992000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.866216000, lastModified=2023-04-04 18:26:19.850393000, delta=15823000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.866517000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.866517000, lastModified=2023-04-04 18:26:19.850393000, delta=16124000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.866379000, lastModified=2023-04-04 18:26:19.579387000, delta=286992000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.866706000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.866706000, lastModified=2023-04-04 18:26:19.579387000, delta=287319000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.866517000, lastModified=2023-04-04 18:26:19.850393000, delta=16124000 ns, racy<=2500000000 ns 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.866849000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.866849000, lastModified=2023-04-04 18:26:19.850393000, delta=16456000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.866706000, lastModified=2023-04-04 18:26:19.579387000, delta=287319000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.867324000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.867324000, lastModified=2023-04-04 18:26:19.579387000, delta=287937000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.866849000, lastModified=2023-04-04 18:26:19.850393000, delta=16456000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.867481000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.867481000, lastModified=2023-04-04 18:26:19.850393000, delta=17088000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.867642000, lastModified=2023-04-04 18:26:19.864393000, size=41, fileKey=(dev=10006b,ino=1588862740) 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.867324000, lastModified=2023-04-04 18:26:19.579387000, delta=287937000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.867808000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.867808000, lastModified=2023-04-04 18:26:19.579387000, delta=288421000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.867481000, lastModified=2023-04-04 18:26:19.850393000, delta=17088000 ns, racy<=2500000000 ns 18:26:19.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.867996000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.867996000, lastModified=2023-04-04 18:26:19.850393000, delta=17603000 ns, racy<=2500000000 ns 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.868730000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.867808000, lastModified=2023-04-04 18:26:19.579387000, delta=288421000 ns, racy<=2500000000 ns 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.868908000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.868908000, lastModified=2023-04-04 18:26:19.579387000, delta=289521000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869044000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.868908000, lastModified=2023-04-04 18:26:19.579387000, delta=289521000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869174000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.869174000, lastModified=2023-04-04 18:26:19.579387000, delta=289787000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.869044000, lastModified=2023-04-04 18:26:19.850393000, delta=18651000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869307000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.869307000, lastModified=2023-04-04 18:26:19.850393000, delta=18914000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869431000, lastModified=2023-04-04 18:26:19.858393000, size=104, fileKey=(dev=10006b,ino=1586567566) 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.869174000, lastModified=2023-04-04 18:26:19.579387000, delta=289787000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869576000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.869576000, lastModified=2023-04-04 18:26:19.579387000, delta=290189000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.869307000, lastModified=2023-04-04 18:26:19.850393000, delta=18914000 ns, racy<=2500000000 ns 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869718000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.869718000, lastModified=2023-04-04 18:26:19.850393000, delta=19325000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.869996000, lastModified=2023-04-04 18:26:19.858393000, size=104, fileKey=(dev=10006b,ino=1586567566) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.870058000, lastModified=2023-04-04 18:26:19.858393000, size=104, fileKey=(dev=10006b,ino=1586567566) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.869576000, lastModified=2023-04-04 18:26:19.579387000, delta=290189000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.870126000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.870126000, lastModified=2023-04-04 18:26:19.579387000, delta=290739000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.869718000, lastModified=2023-04-04 18:26:19.850393000, delta=19325000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.870262000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.870262000, lastModified=2023-04-04 18:26:19.850393000, delta=19869000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.870126000, lastModified=2023-04-04 18:26:19.579387000, delta=290739000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.870408000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.870408000, lastModified=2023-04-04 18:26:19.579387000, delta=291021000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.870262000, lastModified=2023-04-04 18:26:19.850393000, delta=19869000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.870541000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.870541000, lastModified=2023-04-04 18:26:19.850393000, delta=20148000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.870408000, lastModified=2023-04-04 18:26:19.579387000, delta=291021000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.870849000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.870849000, lastModified=2023-04-04 18:26:19.579387000, delta=291462000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.870541000, lastModified=2023-04-04 18:26:19.850393000, delta=20148000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.871023000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.871023000, lastModified=2023-04-04 18:26:19.850393000, delta=20630000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, size=6, fileKey=(dev=10006b,ino=1596034120) 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.870849000, lastModified=2023-04-04 18:26:19.579387000, delta=291462000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.871531000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.871531000, lastModified=2023-04-04 18:26:19.579387000, delta=292144000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.871023000, lastModified=2023-04-04 18:26:19.850393000, delta=20630000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.871671000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.871671000, lastModified=2023-04-04 18:26:19.850393000, delta=21278000 ns, racy<=2500000000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.872004000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779872004000 ns, racy<=3610000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.872004000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779872004000 ns, racy<=3610000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.872672000, lastModified=2023-04-04 18:26:19.868393000, size=0, fileKey=(dev=10006b,ino=1586567574) 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.871531000, lastModified=2023-04-04 18:26:19.579387000, delta=292144000 ns, racy<=2500000000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.872744000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.872744000, lastModified=2023-04-04 18:26:19.579387000, delta=293357000 ns, racy<=2500000000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.871671000, lastModified=2023-04-04 18:26:19.850393000, delta=21278000 ns, racy<=2500000000 ns 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.872887000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.872887000, lastModified=2023-04-04 18:26:19.850393000, delta=22494000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873061000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873138000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.872744000, lastModified=2023-04-04 18:26:19.579387000, delta=293357000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873315000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.873315000, lastModified=2023-04-04 18:26:19.579387000, delta=293928000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.872887000, lastModified=2023-04-04 18:26:19.850393000, delta=22494000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873472000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.873472000, lastModified=2023-04-04 18:26:19.850393000, delta=23079000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.873315000, lastModified=2023-04-04 18:26:19.579387000, delta=293928000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873580000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.873580000, lastModified=2023-04-04 18:26:19.579387000, delta=294193000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.873472000, lastModified=2023-04-04 18:26:19.850393000, delta=23079000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873712000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.873712000, lastModified=2023-04-04 18:26:19.850393000, delta=23319000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.873580000, lastModified=2023-04-04 18:26:19.579387000, delta=294193000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.873862000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.873862000, lastModified=2023-04-04 18:26:19.579387000, delta=294475000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.873712000, lastModified=2023-04-04 18:26:19.850393000, delta=23319000 ns, racy<=2500000000 ns 18:26:19.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874002000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.874002000, lastModified=2023-04-04 18:26:19.850393000, delta=23609000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.873862000, lastModified=2023-04-04 18:26:19.579387000, delta=294475000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874144000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.874144000, lastModified=2023-04-04 18:26:19.579387000, delta=294757000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.874002000, lastModified=2023-04-04 18:26:19.850393000, delta=23609000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874275000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.874275000, lastModified=2023-04-04 18:26:19.850393000, delta=23882000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874378000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874438000, lastModified=2023-04-04 18:26:19.864393000, size=41, fileKey=(dev=10006b,ino=1588862740) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.874144000, lastModified=2023-04-04 18:26:19.579387000, delta=294757000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874572000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.874572000, lastModified=2023-04-04 18:26:19.579387000, delta=295185000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.874275000, lastModified=2023-04-04 18:26:19.850393000, delta=23882000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.874713000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.874713000, lastModified=2023-04-04 18:26:19.850393000, delta=24320000 ns, racy<=2500000000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.874378000, lastModified=2023-04-04 18:26:19.849393000, delta=24985000 ns, racy<=3610000 ns 18:26:19.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.874438000, lastModified=2023-04-04 18:26:19.864393000, delta=10045000 ns, racy<=3610000 ns 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.874572000, lastModified=2023-04-04 18:26:19.579387000, delta=295185000 ns, racy<=2500000000 ns 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.875903000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.875903000, lastModified=2023-04-04 18:26:19.579387000, delta=296516000 ns, racy<=2500000000 ns 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.874713000, lastModified=2023-04-04 18:26:19.850393000, delta=24320000 ns, racy<=2500000000 ns 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.876121000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.876121000, lastModified=2023-04-04 18:26:19.850393000, delta=25728000 ns, racy<=2500000000 ns 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.876373000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.876437000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.872004000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779872004000 ns, racy<=3610000 ns 18:26:19.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.872004000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779872004000 ns, racy<=3610000 ns 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.872004000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779872004000 ns, racy<=3610000 ns 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.871276000, lastModified=2023-04-04 18:26:19.789392000, delta=81884000 ns, racy<=3610000 ns 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.872004000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779872004000 ns, racy<=3610000 ns 18:26:19.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.875903000, lastModified=2023-04-04 18:26:19.579387000, delta=296516000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.878161000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.878161000, lastModified=2023-04-04 18:26:19.579387000, delta=298774000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.876121000, lastModified=2023-04-04 18:26:19.850393000, delta=25728000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.878314000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.878314000, lastModified=2023-04-04 18:26:19.850393000, delta=27921000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.874378000, lastModified=2023-04-04 18:26:19.849393000, delta=24985000 ns, racy<=3610000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.874438000, lastModified=2023-04-04 18:26:19.864393000, delta=10045000 ns, racy<=3610000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.878161000, lastModified=2023-04-04 18:26:19.579387000, delta=298774000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.878676000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.878676000, lastModified=2023-04-04 18:26:19.579387000, delta=299289000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.878314000, lastModified=2023-04-04 18:26:19.850393000, delta=27921000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.878824000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.878824000, lastModified=2023-04-04 18:26:19.850393000, delta=28431000 ns, racy<=2500000000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.874438000, lastModified=2023-04-04 18:26:19.864393000, delta=10045000 ns, racy<=3610000 ns 18:26:19.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.878676000, lastModified=2023-04-04 18:26:19.579387000, delta=299289000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.879247000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.879247000, lastModified=2023-04-04 18:26:19.579387000, delta=299860000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.878824000, lastModified=2023-04-04 18:26:19.850393000, delta=28431000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.879393000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.879393000, lastModified=2023-04-04 18:26:19.850393000, delta=29000000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.879247000, lastModified=2023-04-04 18:26:19.579387000, delta=299860000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.879563000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.879563000, lastModified=2023-04-04 18:26:19.579387000, delta=300176000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.879393000, lastModified=2023-04-04 18:26:19.850393000, delta=29000000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.879714000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.879714000, lastModified=2023-04-04 18:26:19.850393000, delta=29321000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.879563000, lastModified=2023-04-04 18:26:19.579387000, delta=300176000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.879889000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.879889000, lastModified=2023-04-04 18:26:19.579387000, delta=300502000 ns, racy<=2500000000 ns 18:26:19.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.879714000, lastModified=2023-04-04 18:26:19.850393000, delta=29321000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880035000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880035000, lastModified=2023-04-04 18:26:19.850393000, delta=29642000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.879889000, lastModified=2023-04-04 18:26:19.579387000, delta=300502000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880180000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.880180000, lastModified=2023-04-04 18:26:19.579387000, delta=300793000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880035000, lastModified=2023-04-04 18:26:19.850393000, delta=29642000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880315000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880315000, lastModified=2023-04-04 18:26:19.850393000, delta=29922000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.880180000, lastModified=2023-04-04 18:26:19.579387000, delta=300793000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880442000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.880442000, lastModified=2023-04-04 18:26:19.579387000, delta=301055000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880315000, lastModified=2023-04-04 18:26:19.850393000, delta=29922000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880577000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880577000, lastModified=2023-04-04 18:26:19.850393000, delta=30184000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.880442000, lastModified=2023-04-04 18:26:19.579387000, delta=301055000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880688000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.880688000, lastModified=2023-04-04 18:26:19.579387000, delta=301301000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880577000, lastModified=2023-04-04 18:26:19.850393000, delta=30184000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880861000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880861000, lastModified=2023-04-04 18:26:19.850393000, delta=30468000 ns, racy<=2500000000 ns 18:26:19.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.880977000, lastModified=2023-04-04 18:26:19.878394000, size=41, fileKey=(dev=10006b,ino=1588862741) 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.880688000, lastModified=2023-04-04 18:26:19.579387000, delta=301301000 ns, racy<=2500000000 ns 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.881149000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.881149000, lastModified=2023-04-04 18:26:19.579387000, delta=301762000 ns, racy<=2500000000 ns 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.880861000, lastModified=2023-04-04 18:26:19.850393000, delta=30468000 ns, racy<=2500000000 ns 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.881312000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.881312000, lastModified=2023-04-04 18:26:19.850393000, delta=30919000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882035000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.881149000, lastModified=2023-04-04 18:26:19.579387000, delta=301762000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882213000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.882213000, lastModified=2023-04-04 18:26:19.579387000, delta=302826000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882348000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.882213000, lastModified=2023-04-04 18:26:19.579387000, delta=302826000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882471000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.882471000, lastModified=2023-04-04 18:26:19.579387000, delta=303084000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.882348000, lastModified=2023-04-04 18:26:19.850393000, delta=31955000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882630000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.882630000, lastModified=2023-04-04 18:26:19.850393000, delta=32237000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882748000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.882471000, lastModified=2023-04-04 18:26:19.579387000, delta=303084000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.882848000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.882848000, lastModified=2023-04-04 18:26:19.579387000, delta=303461000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.882630000, lastModified=2023-04-04 18:26:19.850393000, delta=32237000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883030000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.883030000, lastModified=2023-04-04 18:26:19.850393000, delta=32637000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883212000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883275000, lastModified=2023-04-04 18:26:19.872394000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.882848000, lastModified=2023-04-04 18:26:19.579387000, delta=303461000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883340000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.883340000, lastModified=2023-04-04 18:26:19.579387000, delta=303953000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.883030000, lastModified=2023-04-04 18:26:19.850393000, delta=32637000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883466000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.883466000, lastModified=2023-04-04 18:26:19.850393000, delta=33073000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.883340000, lastModified=2023-04-04 18:26:19.579387000, delta=303953000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883595000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.883595000, lastModified=2023-04-04 18:26:19.579387000, delta=304208000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.883466000, lastModified=2023-04-04 18:26:19.850393000, delta=33073000 ns, racy<=2500000000 ns 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.883738000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.883738000, lastModified=2023-04-04 18:26:19.850393000, delta=33345000 ns, racy<=2500000000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.883595000, lastModified=2023-04-04 18:26:19.579387000, delta=304208000 ns, racy<=2500000000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.884037000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.884037000, lastModified=2023-04-04 18:26:19.579387000, delta=304650000 ns, racy<=2500000000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.883738000, lastModified=2023-04-04 18:26:19.850393000, delta=33345000 ns, racy<=2500000000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.884174000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.884174000, lastModified=2023-04-04 18:26:19.850393000, delta=33781000 ns, racy<=2500000000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, size=6, fileKey=(dev=10006b,ino=1596034120) 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.884571000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779884571000 ns, racy<=3610000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.884571000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779884571000 ns, racy<=3610000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.885402000, lastModified=2023-04-04 18:26:19.882394000, size=0, fileKey=(dev=10006b,ino=1586567566) 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.884037000, lastModified=2023-04-04 18:26:19.579387000, delta=304650000 ns, racy<=2500000000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.885469000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.885469000, lastModified=2023-04-04 18:26:19.579387000, delta=306082000 ns, racy<=2500000000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.884174000, lastModified=2023-04-04 18:26:19.850393000, delta=33781000 ns, racy<=2500000000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.885644000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.885644000, lastModified=2023-04-04 18:26:19.850393000, delta=35251000 ns, racy<=2500000000 ns 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.885767000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.885829000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.885469000, lastModified=2023-04-04 18:26:19.579387000, delta=306082000 ns, racy<=2500000000 ns 18:26:19.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.949829000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.949829000, lastModified=2023-04-04 18:26:19.579387000, delta=370442000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.885644000, lastModified=2023-04-04 18:26:19.850393000, delta=35251000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950053000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950053000, lastModified=2023-04-04 18:26:19.850393000, delta=99660000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.949829000, lastModified=2023-04-04 18:26:19.579387000, delta=370442000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950166000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.950166000, lastModified=2023-04-04 18:26:19.579387000, delta=370779000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950053000, lastModified=2023-04-04 18:26:19.850393000, delta=99660000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950299000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950299000, lastModified=2023-04-04 18:26:19.850393000, delta=99906000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.950166000, lastModified=2023-04-04 18:26:19.579387000, delta=370779000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950428000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.950428000, lastModified=2023-04-04 18:26:19.579387000, delta=371041000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950299000, lastModified=2023-04-04 18:26:19.850393000, delta=99906000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950554000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950554000, lastModified=2023-04-04 18:26:19.850393000, delta=100161000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.950428000, lastModified=2023-04-04 18:26:19.579387000, delta=371041000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950707000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.950707000, lastModified=2023-04-04 18:26:19.579387000, delta=371320000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950554000, lastModified=2023-04-04 18:26:19.850393000, delta=100161000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950827000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950827000, lastModified=2023-04-04 18:26:19.850393000, delta=100434000 ns, racy<=2500000000 ns 18:26:19.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.950935000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.951001000, lastModified=2023-04-04 18:26:19.878394000, size=41, fileKey=(dev=10006b,ino=1588862741) 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.950707000, lastModified=2023-04-04 18:26:19.579387000, delta=371320000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.951143000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.951143000, lastModified=2023-04-04 18:26:19.579387000, delta=371756000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.950827000, lastModified=2023-04-04 18:26:19.850393000, delta=100434000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.951275000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.951275000, lastModified=2023-04-04 18:26:19.850393000, delta=100882000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.950935000, lastModified=2023-04-04 18:26:19.849393000, delta=101542000 ns, racy<=3610000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.951001000, lastModified=2023-04-04 18:26:19.878394000, delta=72607000 ns, racy<=3610000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.951143000, lastModified=2023-04-04 18:26:19.579387000, delta=371756000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.951835000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.951835000, lastModified=2023-04-04 18:26:19.579387000, delta=372448000 ns, racy<=2500000000 ns 18:26:19.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.951275000, lastModified=2023-04-04 18:26:19.850393000, delta=100882000 ns, racy<=2500000000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.952041000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.952041000, lastModified=2023-04-04 18:26:19.850393000, delta=101648000 ns, racy<=2500000000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.952299000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.952359000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.884571000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779884571000 ns, racy<=3610000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.884571000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779884571000 ns, racy<=3610000 ns 18:26:19.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.884571000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779884571000 ns, racy<=3610000 ns 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.884366000, lastModified=2023-04-04 18:26:19.789392000, delta=94974000 ns, racy<=3610000 ns 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.884571000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779884571000 ns, racy<=3610000 ns 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.951835000, lastModified=2023-04-04 18:26:19.579387000, delta=372448000 ns, racy<=2500000000 ns 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.953972000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.953972000, lastModified=2023-04-04 18:26:19.579387000, delta=374585000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.952041000, lastModified=2023-04-04 18:26:19.850393000, delta=101648000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.954147000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.954147000, lastModified=2023-04-04 18:26:19.850393000, delta=103754000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.950935000, lastModified=2023-04-04 18:26:19.849393000, delta=101542000 ns, racy<=3610000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.951001000, lastModified=2023-04-04 18:26:19.878394000, delta=72607000 ns, racy<=3610000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.953972000, lastModified=2023-04-04 18:26:19.579387000, delta=374585000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.954519000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.954519000, lastModified=2023-04-04 18:26:19.579387000, delta=375132000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.954147000, lastModified=2023-04-04 18:26:19.850393000, delta=103754000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.954665000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.954665000, lastModified=2023-04-04 18:26:19.850393000, delta=104272000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.951001000, lastModified=2023-04-04 18:26:19.878394000, delta=72607000 ns, racy<=3610000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.954519000, lastModified=2023-04-04 18:26:19.579387000, delta=375132000 ns, racy<=2500000000 ns 18:26:19.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955021000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955021000, lastModified=2023-04-04 18:26:19.579387000, delta=375634000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.954665000, lastModified=2023-04-04 18:26:19.850393000, delta=104272000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955177000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.955177000, lastModified=2023-04-04 18:26:19.850393000, delta=104784000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955021000, lastModified=2023-04-04 18:26:19.579387000, delta=375634000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955339000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955339000, lastModified=2023-04-04 18:26:19.579387000, delta=375952000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.955177000, lastModified=2023-04-04 18:26:19.850393000, delta=104784000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955501000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.955501000, lastModified=2023-04-04 18:26:19.850393000, delta=105108000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955339000, lastModified=2023-04-04 18:26:19.579387000, delta=375952000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955659000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955659000, lastModified=2023-04-04 18:26:19.579387000, delta=376272000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.955501000, lastModified=2023-04-04 18:26:19.850393000, delta=105108000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955792000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.955792000, lastModified=2023-04-04 18:26:19.850393000, delta=105399000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955659000, lastModified=2023-04-04 18:26:19.579387000, delta=376272000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.955910000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955910000, lastModified=2023-04-04 18:26:19.579387000, delta=376523000 ns, racy<=2500000000 ns 18:26:19.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.955792000, lastModified=2023-04-04 18:26:19.850393000, delta=105399000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956039000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.956039000, lastModified=2023-04-04 18:26:19.850393000, delta=105646000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.955910000, lastModified=2023-04-04 18:26:19.579387000, delta=376523000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956158000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.956158000, lastModified=2023-04-04 18:26:19.579387000, delta=376771000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.956039000, lastModified=2023-04-04 18:26:19.850393000, delta=105646000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956279000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.956279000, lastModified=2023-04-04 18:26:19.850393000, delta=105886000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.956158000, lastModified=2023-04-04 18:26:19.579387000, delta=376771000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956407000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.956407000, lastModified=2023-04-04 18:26:19.579387000, delta=377020000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.956279000, lastModified=2023-04-04 18:26:19.850393000, delta=105886000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956562000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.956562000, lastModified=2023-04-04 18:26:19.850393000, delta=106169000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956652000, lastModified=2023-04-04 18:26:19.954395000, size=41, fileKey=(dev=10006b,ino=1588862740) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.956407000, lastModified=2023-04-04 18:26:19.579387000, delta=377020000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.956833000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.956833000, lastModified=2023-04-04 18:26:19.579387000, delta=377446000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.956562000, lastModified=2023-04-04 18:26:19.850393000, delta=106169000 ns, racy<=2500000000 ns 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.957012000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.957012000, lastModified=2023-04-04 18:26:19.850393000, delta=106619000 ns, racy<=2500000000 ns 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.957606000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.956833000, lastModified=2023-04-04 18:26:19.579387000, delta=377446000 ns, racy<=2500000000 ns 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.957772000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.957772000, lastModified=2023-04-04 18:26:19.579387000, delta=378385000 ns, racy<=2500000000 ns 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.957903000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.957772000, lastModified=2023-04-04 18:26:19.579387000, delta=378385000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958033000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.958033000, lastModified=2023-04-04 18:26:19.579387000, delta=378646000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.957903000, lastModified=2023-04-04 18:26:19.850393000, delta=107510000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958191000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.958191000, lastModified=2023-04-04 18:26:19.850393000, delta=107798000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958316000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.958033000, lastModified=2023-04-04 18:26:19.579387000, delta=378646000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958430000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.958430000, lastModified=2023-04-04 18:26:19.579387000, delta=379043000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.958191000, lastModified=2023-04-04 18:26:19.850393000, delta=107798000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958564000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.958564000, lastModified=2023-04-04 18:26:19.850393000, delta=108171000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958746000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958806000, lastModified=2023-04-04 18:26:19.884394000, size=176, fileKey=(dev=10006b,ino=1586567566) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.958430000, lastModified=2023-04-04 18:26:19.579387000, delta=379043000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.958872000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.958872000, lastModified=2023-04-04 18:26:19.579387000, delta=379485000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.958564000, lastModified=2023-04-04 18:26:19.850393000, delta=108171000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.959022000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.959022000, lastModified=2023-04-04 18:26:19.850393000, delta=108629000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.958872000, lastModified=2023-04-04 18:26:19.579387000, delta=379485000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.959158000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.959158000, lastModified=2023-04-04 18:26:19.579387000, delta=379771000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.959022000, lastModified=2023-04-04 18:26:19.850393000, delta=108629000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.959308000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.959308000, lastModified=2023-04-04 18:26:19.850393000, delta=108915000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.959158000, lastModified=2023-04-04 18:26:19.579387000, delta=379771000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.959605000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.959605000, lastModified=2023-04-04 18:26:19.579387000, delta=380218000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.959308000, lastModified=2023-04-04 18:26:19.850393000, delta=108915000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.959739000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.959739000, lastModified=2023-04-04 18:26:19.850393000, delta=109346000 ns, racy<=2500000000 ns 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, size=6, fileKey=(dev=10006b,ino=1596034120) 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.960182000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779960182000 ns, racy<=3610000 ns 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.960182000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779960182000 ns, racy<=3610000 ns 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.960847000, lastModified=2023-04-04 18:26:19.957396000, size=0, fileKey=(dev=10006b,ino=1586567574) 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.959605000, lastModified=2023-04-04 18:26:19.579387000, delta=380218000 ns, racy<=2500000000 ns 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.960930000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.960930000, lastModified=2023-04-04 18:26:19.579387000, delta=381543000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.959739000, lastModified=2023-04-04 18:26:19.850393000, delta=109346000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961123000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.961123000, lastModified=2023-04-04 18:26:19.850393000, delta=110730000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961248000, lastModified=2023-04-04 18:26:19.960396000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961316000, lastModified=2023-04-04 18:26:19.960396000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.960930000, lastModified=2023-04-04 18:26:19.579387000, delta=381543000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961387000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.961387000, lastModified=2023-04-04 18:26:19.579387000, delta=382000000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.961123000, lastModified=2023-04-04 18:26:19.850393000, delta=110730000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961520000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.961520000, lastModified=2023-04-04 18:26:19.850393000, delta=111127000 ns, racy<=2500000000 ns 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961696000, lastModified=2023-04-04 18:26:19.960396000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961758000, lastModified=2023-04-04 18:26:19.960396000, size=176, fileKey=(dev=10006b,ino=1586567574) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.961990000, lastModified=2023-04-04 18:26:19.960396000, size=0, fileKey=(dev=10006b,ino=1586567575) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.961387000, lastModified=2023-04-04 18:26:19.579387000, delta=382000000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962080000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.962080000, lastModified=2023-04-04 18:26:19.579387000, delta=382693000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.961520000, lastModified=2023-04-04 18:26:19.850393000, delta=111127000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962259000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.962259000, lastModified=2023-04-04 18:26:19.850393000, delta=111866000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962377000, lastModified=2023-04-04 18:26:19.961396000, size=104, fileKey=(dev=10006b,ino=1586567575) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962438000, lastModified=2023-04-04 18:26:19.961396000, size=104, fileKey=(dev=10006b,ino=1586567575) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.962080000, lastModified=2023-04-04 18:26:19.579387000, delta=382693000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962609000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.962609000, lastModified=2023-04-04 18:26:19.579387000, delta=383222000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.962259000, lastModified=2023-04-04 18:26:19.850393000, delta=111866000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962788000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.962788000, lastModified=2023-04-04 18:26:19.850393000, delta=112395000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.962609000, lastModified=2023-04-04 18:26:19.579387000, delta=383222000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.962904000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.962904000, lastModified=2023-04-04 18:26:19.579387000, delta=383517000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.962788000, lastModified=2023-04-04 18:26:19.850393000, delta=112395000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963030000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963030000, lastModified=2023-04-04 18:26:19.850393000, delta=112637000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.962904000, lastModified=2023-04-04 18:26:19.579387000, delta=383517000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963154000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.963154000, lastModified=2023-04-04 18:26:19.579387000, delta=383767000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963030000, lastModified=2023-04-04 18:26:19.850393000, delta=112637000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963292000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963292000, lastModified=2023-04-04 18:26:19.850393000, delta=112899000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.963154000, lastModified=2023-04-04 18:26:19.579387000, delta=383767000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963393000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.963393000, lastModified=2023-04-04 18:26:19.579387000, delta=384006000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963292000, lastModified=2023-04-04 18:26:19.850393000, delta=112899000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963541000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963541000, lastModified=2023-04-04 18:26:19.850393000, delta=113148000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963641000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963704000, lastModified=2023-04-04 18:26:19.954395000, size=41, fileKey=(dev=10006b,ino=1588862740) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.963393000, lastModified=2023-04-04 18:26:19.579387000, delta=384006000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963832000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.963832000, lastModified=2023-04-04 18:26:19.579387000, delta=384445000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963541000, lastModified=2023-04-04 18:26:19.850393000, delta=113148000 ns, racy<=2500000000 ns 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.963976000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963976000, lastModified=2023-04-04 18:26:19.850393000, delta=113583000 ns, racy<=2500000000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.963641000, lastModified=2023-04-04 18:26:19.849393000, delta=114248000 ns, racy<=3610000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.963704000, lastModified=2023-04-04 18:26:19.954395000, delta=9309000 ns, racy<=3610000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.963832000, lastModified=2023-04-04 18:26:19.579387000, delta=384445000 ns, racy<=2500000000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.964541000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.964541000, lastModified=2023-04-04 18:26:19.579387000, delta=385154000 ns, racy<=2500000000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.963976000, lastModified=2023-04-04 18:26:19.850393000, delta=113583000 ns, racy<=2500000000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.964689000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.964689000, lastModified=2023-04-04 18:26:19.850393000, delta=114296000 ns, racy<=2500000000 ns 18:26:19.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.964920000, lastModified=2023-04-04 18:26:19.961396000, size=104, fileKey=(dev=10006b,ino=1586567575) 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.965004000, lastModified=2023-04-04 18:26:19.961396000, size=104, fileKey=(dev=10006b,ino=1586567575) 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.960182000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779960182000 ns, racy<=3610000 ns 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.960182000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779960182000 ns, racy<=3610000 ns 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.960182000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779960182000 ns, racy<=3610000 ns 18:26:19.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.959947000, lastModified=2023-04-04 18:26:19.789392000, delta=170555000 ns, racy<=3610000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:19.960182000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779960182000 ns, racy<=3610000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack/preserved, is unmodified 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.964541000, lastModified=2023-04-04 18:26:19.579387000, delta=385154000 ns, racy<=2500000000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.966564000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.966564000, lastModified=2023-04-04 18:26:19.579387000, delta=387177000 ns, racy<=2500000000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.964689000, lastModified=2023-04-04 18:26:19.850393000, delta=114296000 ns, racy<=2500000000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.966710000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.966710000, lastModified=2023-04-04 18:26:19.850393000, delta=116317000 ns, racy<=2500000000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.963641000, lastModified=2023-04-04 18:26:19.849393000, delta=114248000 ns, racy<=3610000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is unmodified 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.963704000, lastModified=2023-04-04 18:26:19.954395000, delta=9309000 ns, racy<=3610000 ns 18:26:19.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.966564000, lastModified=2023-04-04 18:26:19.579387000, delta=387177000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.967095000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.967095000, lastModified=2023-04-04 18:26:19.579387000, delta=387708000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.966710000, lastModified=2023-04-04 18:26:19.850393000, delta=116317000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.967241000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.967241000, lastModified=2023-04-04 18:26:19.850393000, delta=116848000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.963704000, lastModified=2023-04-04 18:26:19.954395000, delta=9309000 ns, racy<=3610000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is unmodified 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.967095000, lastModified=2023-04-04 18:26:19.579387000, delta=387708000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.967575000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.967575000, lastModified=2023-04-04 18:26:19.579387000, delta=388188000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.967241000, lastModified=2023-04-04 18:26:19.850393000, delta=116848000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.967710000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.967710000, lastModified=2023-04-04 18:26:19.850393000, delta=117317000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.967575000, lastModified=2023-04-04 18:26:19.579387000, delta=388188000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.967854000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.967854000, lastModified=2023-04-04 18:26:19.579387000, delta=388467000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.967710000, lastModified=2023-04-04 18:26:19.850393000, delta=117317000 ns, racy<=2500000000 ns 18:26:19.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.967995000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.967995000, lastModified=2023-04-04 18:26:19.850393000, delta=117602000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.967854000, lastModified=2023-04-04 18:26:19.579387000, delta=388467000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968157000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968157000, lastModified=2023-04-04 18:26:19.579387000, delta=388770000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.967995000, lastModified=2023-04-04 18:26:19.850393000, delta=117602000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968331000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.968331000, lastModified=2023-04-04 18:26:19.850393000, delta=117938000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968157000, lastModified=2023-04-04 18:26:19.579387000, delta=388770000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968452000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968452000, lastModified=2023-04-04 18:26:19.579387000, delta=389065000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.968331000, lastModified=2023-04-04 18:26:19.850393000, delta=117938000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968573000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.968573000, lastModified=2023-04-04 18:26:19.850393000, delta=118180000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968452000, lastModified=2023-04-04 18:26:19.579387000, delta=389065000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968694000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968694000, lastModified=2023-04-04 18:26:19.579387000, delta=389307000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.968573000, lastModified=2023-04-04 18:26:19.850393000, delta=118180000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968821000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.968821000, lastModified=2023-04-04 18:26:19.850393000, delta=118428000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968694000, lastModified=2023-04-04 18:26:19.579387000, delta=389307000 ns, racy<=2500000000 ns 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.968952000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968952000, lastModified=2023-04-04 18:26:19.579387000, delta=389565000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.968821000, lastModified=2023-04-04 18:26:19.850393000, delta=118428000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.969112000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.969112000, lastModified=2023-04-04 18:26:19.850393000, delta=118719000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.969205000, lastModified=2023-04-04 18:26:19.966396000, size=41, fileKey=(dev=10006b,ino=1588862741) 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.968952000, lastModified=2023-04-04 18:26:19.579387000, delta=389565000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.969370000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.969370000, lastModified=2023-04-04 18:26:19.579387000, delta=389983000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.969112000, lastModified=2023-04-04 18:26:19.850393000, delta=118719000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.969510000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.969510000, lastModified=2023-04-04 18:26:19.850393000, delta=119117000 ns, racy<=2500000000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=true, read=2023-04-04 18:26:19.852909000, lastModified=2023-04-04 18:26:19.849393000, delta=3516000 ns, racy<=3610000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, is racily clean 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.969703000, lastModified=2023-04-04 18:26:19.849393000, size=23, fileKey=(dev=10006b,ino=1586567565) 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:19.969703000, lastModified=2023-04-04 18:26:19.849393000, delta=120310000 ns, racy<=3610000 ns 18:26:19.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.969925000, lastModified=2023-04-04 18:26:19.966396000, size=41, fileKey=(dev=10006b,ino=1588862741) 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.969370000, lastModified=2023-04-04 18:26:19.579387000, delta=389983000 ns, racy<=2500000000 ns 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.970063000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.970063000, lastModified=2023-04-04 18:26:19.579387000, delta=390676000 ns, racy<=2500000000 ns 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.852793000, lastModified=2023-04-04 18:26:19.850393000, delta=2400000 ns, racy<=2500000000 ns 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.970209000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.970209000, lastModified=2023-04-04 18:26:19.850393000, delta=119816000 ns, racy<=2500000000 ns 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, size changed from 0 to 104 bytes 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.970761000, lastModified=2023-04-04 18:26:19.961396000, size=104, fileKey=(dev=10006b,ino=1586567575) 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.970063000, lastModified=2023-04-04 18:26:19.579387000, delta=390676000 ns, racy<=2500000000 ns 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.970886000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.970886000, lastModified=2023-04-04 18:26:19.579387000, delta=391499000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.970209000, lastModified=2023-04-04 18:26:19.850393000, delta=119816000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.971114000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.971114000, lastModified=2023-04-04 18:26:19.850393000, delta=120721000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:19.969925000, lastModified=2023-04-04 18:26:19.966396000, delta=3529000 ns, racy<=3610000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, is racily clean 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:19.971257000, lastModified=2023-04-04 18:26:19.966396000, size=41, fileKey=(dev=10006b,ino=1588862741) 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:19.971257000, lastModified=2023-04-04 18:26:19.966396000, delta=4861000 ns, racy<=3610000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.970886000, lastModified=2023-04-04 18:26:19.579387000, delta=391499000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.971348000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.971348000, lastModified=2023-04-04 18:26:19.579387000, delta=391961000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.971114000, lastModified=2023-04-04 18:26:19.850393000, delta=120721000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.971474000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.971474000, lastModified=2023-04-04 18:26:19.850393000, delta=121081000 ns, racy<=2500000000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, cannot be racily clean 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, size=6, fileKey=(dev=10006b,ino=1596034120) 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.971348000, lastModified=2023-04-04 18:26:19.579387000, delta=391961000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.972457000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.972457000, lastModified=2023-04-04 18:26:19.579387000, delta=393070000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.971474000, lastModified=2023-04-04 18:26:19.850393000, delta=121081000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.972610000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.972610000, lastModified=2023-04-04 18:26:19.850393000, delta=122217000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, cannot be racily clean 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.972457000, lastModified=2023-04-04 18:26:19.579387000, delta=393070000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.972767000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.972767000, lastModified=2023-04-04 18:26:19.579387000, delta=393380000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.972610000, lastModified=2023-04-04 18:26:19.850393000, delta=122217000 ns, racy<=2500000000 ns 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.972891000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.972891000, lastModified=2023-04-04 18:26:19.850393000, delta=122498000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/refs/heads/master, cannot be racily clean 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.972767000, lastModified=2023-04-04 18:26:19.579387000, delta=393380000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.973124000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.973124000, lastModified=2023-04-04 18:26:19.579387000, delta=393737000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.972891000, lastModified=2023-04-04 18:26:19.850393000, delta=122498000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.973262000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.973262000, lastModified=2023-04-04 18:26:19.850393000, delta=122869000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.973124000, lastModified=2023-04-04 18:26:19.579387000, delta=393737000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.973838000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.973838000, lastModified=2023-04-04 18:26:19.579387000, delta=394451000 ns, racy<=2500000000 ns 18:26:19.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.973262000, lastModified=2023-04-04 18:26:19.850393000, delta=122869000 ns, racy<=2500000000 ns 18:26:19.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.974038000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.974038000, lastModified=2023-04-04 18:26:19.850393000, delta=123645000 ns, racy<=2500000000 ns 18:26:19.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.974950000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.973838000, lastModified=2023-04-04 18:26:19.579387000, delta=394451000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.975156000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.975156000, lastModified=2023-04-04 18:26:19.579387000, delta=395769000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.975285000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.975156000, lastModified=2023-04-04 18:26:19.579387000, delta=395769000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.975419000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.975419000, lastModified=2023-04-04 18:26:19.579387000, delta=396032000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.975285000, lastModified=2023-04-04 18:26:19.850393000, delta=124892000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.975549000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.975549000, lastModified=2023-04-04 18:26:19.850393000, delta=125156000 ns, racy<=2500000000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:19.975673000, lastModified=2023-04-04 18:26:19.961396000, size=104, fileKey=(dev=10006b,ino=1586567575) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:19.975765000, lastModified=2023-04-04 18:26:19.789392000, size=6, fileKey=(dev=10006b,ino=1596034120) 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.975765000, lastModified=2023-04-04 18:26:19.789392000, delta=186373000 ns, racy<=3610000 ns 18:26:19.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.975765000, lastModified=2023-04-04 18:26:19.789392000, delta=186373000 ns, racy<=3610000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.975765000, lastModified=2023-04-04 18:26:19.789392000, delta=186373000 ns, racy<=3610000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.975765000, lastModified=2023-04-04 18:26:19.789392000, delta=186373000 ns, racy<=3610000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.975419000, lastModified=2023-04-04 18:26:19.579387000, delta=396032000 ns, racy<=2500000000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.976 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.976419000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.976419000, lastModified=2023-04-04 18:26:19.579387000, delta=397032000 ns, racy<=2500000000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.974038000, lastModified=2023-04-04 18:26:19.850393000, delta=123645000 ns, racy<=2500000000 ns 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.976563000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.976563000, lastModified=2023-04-04 18:26:19.850393000, delta=126170000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.976419000, lastModified=2023-04-04 18:26:19.579387000, delta=397032000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.977261000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.977261000, lastModified=2023-04-04 18:26:19.579387000, delta=397874000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.976563000, lastModified=2023-04-04 18:26:19.850393000, delta=126170000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.977400000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.977400000, lastModified=2023-04-04 18:26:19.850393000, delta=127007000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.977261000, lastModified=2023-04-04 18:26:19.579387000, delta=397874000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.977540000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.977540000, lastModified=2023-04-04 18:26:19.579387000, delta=398153000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.977400000, lastModified=2023-04-04 18:26:19.850393000, delta=127007000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.977701000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.977701000, lastModified=2023-04-04 18:26:19.850393000, delta=127308000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.977540000, lastModified=2023-04-04 18:26:19.579387000, delta=398153000 ns, racy<=2500000000 ns 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.977979000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.977979000, lastModified=2023-04-04 18:26:19.579387000, delta=398592000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.977701000, lastModified=2023-04-04 18:26:19.850393000, delta=127308000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.978128000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.978128000, lastModified=2023-04-04 18:26:19.850393000, delta=127735000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.977979000, lastModified=2023-04-04 18:26:19.579387000, delta=398592000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.978605000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.978605000, lastModified=2023-04-04 18:26:19.579387000, delta=399218000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.978128000, lastModified=2023-04-04 18:26:19.850393000, delta=127735000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.978744000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.978744000, lastModified=2023-04-04 18:26:19.850393000, delta=128351000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.978605000, lastModified=2023-04-04 18:26:19.579387000, delta=399218000 ns, racy<=2500000000 ns 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.978867000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.978867000, lastModified=2023-04-04 18:26:19.579387000, delta=399480000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.978744000, lastModified=2023-04-04 18:26:19.850393000, delta=128351000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.979065000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.979065000, lastModified=2023-04-04 18:26:19.850393000, delta=128672000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.978867000, lastModified=2023-04-04 18:26:19.579387000, delta=399480000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.979295000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.979295000, lastModified=2023-04-04 18:26:19.579387000, delta=399908000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.979065000, lastModified=2023-04-04 18:26:19.850393000, delta=128672000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.979429000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.979429000, lastModified=2023-04-04 18:26:19.850393000, delta=129036000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:19.971620000, lastModified=2023-04-04 18:26:19.789392000, delta=182228000 ns, racy<=3610000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/objects/pack, is unmodified 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.979295000, lastModified=2023-04-04 18:26:19.579387000, delta=399908000 ns, racy<=2500000000 ns 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.979888000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.979888000, lastModified=2023-04-04 18:26:19.579387000, delta=400501000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.979429000, lastModified=2023-04-04 18:26:19.850393000, delta=129036000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.980049000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.980049000, lastModified=2023-04-04 18:26:19.850393000, delta=129656000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.979888000, lastModified=2023-04-04 18:26:19.579387000, delta=400501000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.980170000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.980170000, lastModified=2023-04-04 18:26:19.579387000, delta=400783000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.980049000, lastModified=2023-04-04 18:26:19.850393000, delta=129656000 ns, racy<=2500000000 ns 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, is racily clean 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.980305000, lastModified=2023-04-04 18:26:19.850393000, size=78, fileKey=(dev=10006b,ino=1586567573) 18:26:19.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit15519754702271876334/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.980305000, lastModified=2023-04-04 18:26:19.850393000, delta=129912000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.980170000, lastModified=2023-04-04 18:26:19.579387000, delta=400783000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.983220000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983220000, lastModified=2023-04-04 18:26:19.579387000, delta=403833000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983220000, lastModified=2023-04-04 18:26:19.579387000, delta=403833000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.983404000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983404000, lastModified=2023-04-04 18:26:19.579387000, delta=404017000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983404000, lastModified=2023-04-04 18:26:19.579387000, delta=404017000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.983700000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983700000, lastModified=2023-04-04 18:26:19.579387000, delta=404313000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983700000, lastModified=2023-04-04 18:26:19.579387000, delta=404313000 ns, racy<=2500000000 ns 18:26:19.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.983994000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983994000, lastModified=2023-04-04 18:26:19.579387000, delta=404607000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.983994000, lastModified=2023-04-04 18:26:19.579387000, delta=404607000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.984235000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.984235000, lastModified=2023-04-04 18:26:19.579387000, delta=404848000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.984235000, lastModified=2023-04-04 18:26:19.579387000, delta=404848000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.984841000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.984841000, lastModified=2023-04-04 18:26:19.579387000, delta=405454000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.984841000, lastModified=2023-04-04 18:26:19.579387000, delta=405454000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.985162000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.985162000, lastModified=2023-04-04 18:26:19.579387000, delta=405775000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.985162000, lastModified=2023-04-04 18:26:19.579387000, delta=405775000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.985509000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.985509000, lastModified=2023-04-04 18:26:19.579387000, delta=406122000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.985509000, lastModified=2023-04-04 18:26:19.579387000, delta=406122000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.986503000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.986503000, lastModified=2023-04-04 18:26:19.579387000, delta=407116000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.986503000, lastModified=2023-04-04 18:26:19.579387000, delta=407116000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.986785000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.986785000, lastModified=2023-04-04 18:26:19.579387000, delta=407398000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.986785000, lastModified=2023-04-04 18:26:19.579387000, delta=407398000 ns, racy<=2500000000 ns 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.987039000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.987039000, lastModified=2023-04-04 18:26:19.579387000, delta=407652000 ns, racy<=2500000000 ns 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=false, read=2023-04-04 18:26:19.983517000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632779983517000 ns, racy<=2500000000 ns 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is unmodified 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.987273000, lastModified=2023-04-04 18:26:19.986396000, size=23, fileKey=(dev=10006b,ino=1612863045) 18:26:19.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:19.987840000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.988175000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.987039000, lastModified=2023-04-04 18:26:19.579387000, delta=407652000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.988 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.988325000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.988325000, lastModified=2023-04-04 18:26:19.579387000, delta=408938000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.988434000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.988325000, lastModified=2023-04-04 18:26:19.579387000, delta=408938000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.988 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.988543000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.988543000, lastModified=2023-04-04 18:26:19.579387000, delta=409156000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.988434000, lastModified=2023-04-04 18:26:19.986396000, delta=2038000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.988681000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.988681000, lastModified=2023-04-04 18:26:19.986396000, delta=2285000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.988543000, lastModified=2023-04-04 18:26:19.579387000, delta=409156000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.988 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.988864000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.988864000, lastModified=2023-04-04 18:26:19.579387000, delta=409477000 ns, racy<=2500000000 ns 18:26:19.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.988681000, lastModified=2023-04-04 18:26:19.986396000, delta=2285000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.989035000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.989035000, lastModified=2023-04-04 18:26:19.986396000, delta=2639000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:19.989136000, lastModified=2023-04-04 18:26:19.986396000, size=23, fileKey=(dev=10006b,ino=1612863045) 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.989649000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.988864000, lastModified=2023-04-04 18:26:19.579387000, delta=409477000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.989783000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.989783000, lastModified=2023-04-04 18:26:19.579387000, delta=410396000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.989890000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.989783000, lastModified=2023-04-04 18:26:19.579387000, delta=410396000 ns, racy<=2500000000 ns 18:26:19.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.990001000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.990001000, lastModified=2023-04-04 18:26:19.579387000, delta=410614000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.989890000, lastModified=2023-04-04 18:26:19.986396000, delta=3494000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.990131000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.990131000, lastModified=2023-04-04 18:26:19.986396000, delta=3735000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.990001000, lastModified=2023-04-04 18:26:19.579387000, delta=410614000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.990397000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.990397000, lastModified=2023-04-04 18:26:19.579387000, delta=411010000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.990131000, lastModified=2023-04-04 18:26:19.986396000, delta=3735000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.990514000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.990514000, lastModified=2023-04-04 18:26:19.986396000, delta=4118000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.990397000, lastModified=2023-04-04 18:26:19.579387000, delta=411010000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:19.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.990697000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.990697000, lastModified=2023-04-04 18:26:19.579387000, delta=411310000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.990514000, lastModified=2023-04-04 18:26:19.986396000, delta=4118000 ns, racy<=2500000000 ns 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:19.990813000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:19.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.990813000, lastModified=2023-04-04 18:26:19.986396000, delta=4417000 ns, racy<=2500000000 ns 18:26:20.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:19.990697000, lastModified=2023-04-04 18:26:19.579387000, delta=411310000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.050049000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.050049000, lastModified=2023-04-04 18:26:19.579387000, delta=470662000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.990813000, lastModified=2023-04-04 18:26:19.986396000, delta=4417000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.050206000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.050206000, lastModified=2023-04-04 18:26:19.986396000, delta=63810000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.050049000, lastModified=2023-04-04 18:26:19.579387000, delta=470662000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.050462000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.050462000, lastModified=2023-04-04 18:26:19.579387000, delta=471075000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.050206000, lastModified=2023-04-04 18:26:19.986396000, delta=63810000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.050627000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.050627000, lastModified=2023-04-04 18:26:19.986396000, delta=64231000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.050462000, lastModified=2023-04-04 18:26:19.579387000, delta=471075000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.050807000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.050807000, lastModified=2023-04-04 18:26:19.579387000, delta=471420000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.050627000, lastModified=2023-04-04 18:26:19.986396000, delta=64231000 ns, racy<=2500000000 ns 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.050949000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.050949000, lastModified=2023-04-04 18:26:19.986396000, delta=64553000 ns, racy<=2500000000 ns 18:26:20.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, delta=67755000 ns, racy<=3610000 ns 18:26:20.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.051748000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780051748000 ns, racy<=3610000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, delta=67755000 ns, racy<=3610000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.051748000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780051748000 ns, racy<=3610000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.050807000, lastModified=2023-04-04 18:26:19.579387000, delta=471420000 ns, racy<=2500000000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.052789000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.052789000, lastModified=2023-04-04 18:26:19.579387000, delta=473402000 ns, racy<=2500000000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.050949000, lastModified=2023-04-04 18:26:19.986396000, delta=64553000 ns, racy<=2500000000 ns 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.052968000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.052968000, lastModified=2023-04-04 18:26:19.986396000, delta=66572000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053063000, lastModified=2023-04-04 18:26:19.989396000, size=0, fileKey=(dev=10006b,ino=1612863050) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.052789000, lastModified=2023-04-04 18:26:19.579387000, delta=473402000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053122000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.053122000, lastModified=2023-04-04 18:26:19.579387000, delta=473735000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.052968000, lastModified=2023-04-04 18:26:19.986396000, delta=66572000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053248000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.053248000, lastModified=2023-04-04 18:26:19.986396000, delta=66852000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053368000, lastModified=2023-04-04 18:26:20.052398000, size=104, fileKey=(dev=10006b,ino=1612863050) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053421000, lastModified=2023-04-04 18:26:20.052398000, size=104, fileKey=(dev=10006b,ino=1612863050) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.053122000, lastModified=2023-04-04 18:26:19.579387000, delta=473735000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053489000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.053489000, lastModified=2023-04-04 18:26:19.579387000, delta=474102000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.053248000, lastModified=2023-04-04 18:26:19.986396000, delta=66852000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053621000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.053621000, lastModified=2023-04-04 18:26:19.986396000, delta=67225000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053801000, lastModified=2023-04-04 18:26:20.052398000, size=104, fileKey=(dev=10006b,ino=1612863050) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053851000, lastModified=2023-04-04 18:26:20.052398000, size=104, fileKey=(dev=10006b,ino=1612863050) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053936000, lastModified=2023-04-04 18:26:20.052398000, size=0, fileKey=(dev=10006b,ino=1612863046) 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.053489000, lastModified=2023-04-04 18:26:19.579387000, delta=474102000 ns, racy<=2500000000 ns 18:26:20.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.053996000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.053996000, lastModified=2023-04-04 18:26:19.579387000, delta=474609000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.053621000, lastModified=2023-04-04 18:26:19.986396000, delta=67225000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054161000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.054161000, lastModified=2023-04-04 18:26:19.986396000, delta=67765000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054271000, lastModified=2023-04-04 18:26:20.053398000, size=104, fileKey=(dev=10006b,ino=1612863046) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.053996000, lastModified=2023-04-04 18:26:19.579387000, delta=474609000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054476000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.054476000, lastModified=2023-04-04 18:26:19.579387000, delta=475089000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.054161000, lastModified=2023-04-04 18:26:19.986396000, delta=67765000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054609000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.054609000, lastModified=2023-04-04 18:26:19.986396000, delta=68213000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.054476000, lastModified=2023-04-04 18:26:19.579387000, delta=475089000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054710000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.054710000, lastModified=2023-04-04 18:26:19.579387000, delta=475323000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.054609000, lastModified=2023-04-04 18:26:19.986396000, delta=68213000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054823000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.054823000, lastModified=2023-04-04 18:26:19.986396000, delta=68427000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.054710000, lastModified=2023-04-04 18:26:19.579387000, delta=475323000 ns, racy<=2500000000 ns 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.054956000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.054956000, lastModified=2023-04-04 18:26:19.579387000, delta=475569000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.054823000, lastModified=2023-04-04 18:26:19.986396000, delta=68427000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.055109000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.055109000, lastModified=2023-04-04 18:26:19.986396000, delta=68713000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.054956000, lastModified=2023-04-04 18:26:19.579387000, delta=475569000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.055 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.055229000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.055229000, lastModified=2023-04-04 18:26:19.579387000, delta=475842000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.055109000, lastModified=2023-04-04 18:26:19.986396000, delta=68713000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.055346000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.055346000, lastModified=2023-04-04 18:26:19.986396000, delta=68950000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.055433000, lastModified=2023-04-04 18:26:19.986396000, size=23, fileKey=(dev=10006b,ino=1612863045) 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.055229000, lastModified=2023-04-04 18:26:19.579387000, delta=475842000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.055 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.055631000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.055631000, lastModified=2023-04-04 18:26:19.579387000, delta=476244000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.055346000, lastModified=2023-04-04 18:26:19.986396000, delta=68950000 ns, racy<=2500000000 ns 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.055749000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.055749000, lastModified=2023-04-04 18:26:19.986396000, delta=69353000 ns, racy<=2500000000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.055433000, lastModified=2023-04-04 18:26:19.986396000, delta=69037000 ns, racy<=3610000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.055631000, lastModified=2023-04-04 18:26:19.579387000, delta=476244000 ns, racy<=2500000000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.056 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.056435000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.056435000, lastModified=2023-04-04 18:26:19.579387000, delta=477048000 ns, racy<=2500000000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.055749000, lastModified=2023-04-04 18:26:19.986396000, delta=69353000 ns, racy<=2500000000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.056594000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.056594000, lastModified=2023-04-04 18:26:19.986396000, delta=70198000 ns, racy<=2500000000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.056799000, lastModified=2023-04-04 18:26:20.053398000, size=104, fileKey=(dev=10006b,ino=1612863046) 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.056849000, lastModified=2023-04-04 18:26:20.053398000, size=104, fileKey=(dev=10006b,ino=1612863046) 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, delta=67755000 ns, racy<=3610000 ns 18:26:20.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.051748000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780051748000 ns, racy<=3610000 ns 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, delta=67755000 ns, racy<=3610000 ns 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.051748000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780051748000 ns, racy<=3610000 ns 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, delta=67755000 ns, racy<=3610000 ns 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.051748000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780051748000 ns, racy<=3610000 ns 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.051151000, lastModified=2023-04-04 18:26:19.983396000, delta=67755000 ns, racy<=3610000 ns 18:26:20.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.051748000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780051748000 ns, racy<=3610000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.056435000, lastModified=2023-04-04 18:26:19.579387000, delta=477048000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.058298000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.058298000, lastModified=2023-04-04 18:26:19.579387000, delta=478911000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.056594000, lastModified=2023-04-04 18:26:19.986396000, delta=70198000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.058436000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.058436000, lastModified=2023-04-04 18:26:19.986396000, delta=72040000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.055433000, lastModified=2023-04-04 18:26:19.986396000, delta=69037000 ns, racy<=3610000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.058298000, lastModified=2023-04-04 18:26:19.579387000, delta=478911000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.058736000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.058736000, lastModified=2023-04-04 18:26:19.579387000, delta=479349000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.058436000, lastModified=2023-04-04 18:26:19.986396000, delta=72040000 ns, racy<=2500000000 ns 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.058861000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.058861000, lastModified=2023-04-04 18:26:19.986396000, delta=72465000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.058736000, lastModified=2023-04-04 18:26:19.579387000, delta=479349000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.059139000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.059139000, lastModified=2023-04-04 18:26:19.579387000, delta=479752000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.058861000, lastModified=2023-04-04 18:26:19.986396000, delta=72465000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.059265000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.059265000, lastModified=2023-04-04 18:26:19.986396000, delta=72869000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.059139000, lastModified=2023-04-04 18:26:19.579387000, delta=479752000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.059738000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.059738000, lastModified=2023-04-04 18:26:19.579387000, delta=480351000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.059265000, lastModified=2023-04-04 18:26:19.986396000, delta=72869000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.059870000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.059870000, lastModified=2023-04-04 18:26:19.986396000, delta=73474000 ns, racy<=2500000000 ns 18:26:20.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.059738000, lastModified=2023-04-04 18:26:19.579387000, delta=480351000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060027000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060027000, lastModified=2023-04-04 18:26:19.579387000, delta=480640000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.059870000, lastModified=2023-04-04 18:26:19.986396000, delta=73474000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060188000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.060188000, lastModified=2023-04-04 18:26:19.986396000, delta=73792000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060027000, lastModified=2023-04-04 18:26:19.579387000, delta=480640000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060328000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060328000, lastModified=2023-04-04 18:26:19.579387000, delta=480941000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.060188000, lastModified=2023-04-04 18:26:19.986396000, delta=73792000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060447000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.060447000, lastModified=2023-04-04 18:26:19.986396000, delta=74051000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060328000, lastModified=2023-04-04 18:26:19.579387000, delta=480941000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060543000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060543000, lastModified=2023-04-04 18:26:19.579387000, delta=481156000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.060447000, lastModified=2023-04-04 18:26:19.986396000, delta=74051000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060655000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.060655000, lastModified=2023-04-04 18:26:19.986396000, delta=74259000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060543000, lastModified=2023-04-04 18:26:19.579387000, delta=481156000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.060824000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060824000, lastModified=2023-04-04 18:26:19.579387000, delta=481437000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.060655000, lastModified=2023-04-04 18:26:19.986396000, delta=74259000 ns, racy<=2500000000 ns 18:26:20.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061001000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061001000, lastModified=2023-04-04 18:26:19.986396000, delta=74605000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.060824000, lastModified=2023-04-04 18:26:19.579387000, delta=481437000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061112000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.061112000, lastModified=2023-04-04 18:26:19.579387000, delta=481725000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061001000, lastModified=2023-04-04 18:26:19.986396000, delta=74605000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061230000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061230000, lastModified=2023-04-04 18:26:19.986396000, delta=74834000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061359000, lastModified=2023-04-04 18:26:20.059398000, size=41, fileKey=(dev=10006b,ino=1614954122) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.061112000, lastModified=2023-04-04 18:26:19.579387000, delta=481725000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061509000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.061509000, lastModified=2023-04-04 18:26:19.579387000, delta=482122000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061230000, lastModified=2023-04-04 18:26:19.986396000, delta=74834000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061638000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061638000, lastModified=2023-04-04 18:26:19.986396000, delta=75242000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.061509000, lastModified=2023-04-04 18:26:19.579387000, delta=482122000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061803000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.061803000, lastModified=2023-04-04 18:26:19.579387000, delta=482416000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:19.989035000, lastModified=2023-04-04 18:26:19.986396000, delta=2639000 ns, racy<=2500000000 ns 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.061939000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061939000, lastModified=2023-04-04 18:26:19.986396000, delta=75543000 ns, racy<=2500000000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.062065000, lastModified=2023-04-04 18:26:20.059398000, size=41, fileKey=(dev=10006b,ino=1614954122) 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.061803000, lastModified=2023-04-04 18:26:19.579387000, delta=482416000 ns, racy<=2500000000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.062159000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.062159000, lastModified=2023-04-04 18:26:19.579387000, delta=482772000 ns, racy<=2500000000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.061939000, lastModified=2023-04-04 18:26:19.986396000, delta=75543000 ns, racy<=2500000000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.062277000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.062277000, lastModified=2023-04-04 18:26:19.986396000, delta=75881000 ns, racy<=2500000000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.062065000, lastModified=2023-04-04 18:26:20.059398000, delta=2667000 ns, racy<=3610000 ns 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is racily clean 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.062712000, lastModified=2023-04-04 18:26:20.059398000, size=41, fileKey=(dev=10006b,ino=1614954122) 18:26:20.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.062712000, lastModified=2023-04-04 18:26:20.059398000, delta=3314000 ns, racy<=3610000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.063380000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.062159000, lastModified=2023-04-04 18:26:19.579387000, delta=482772000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.063543000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.063543000, lastModified=2023-04-04 18:26:19.579387000, delta=484156000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.063658000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.063543000, lastModified=2023-04-04 18:26:19.579387000, delta=484156000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.063766000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.063766000, lastModified=2023-04-04 18:26:19.579387000, delta=484379000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.063658000, lastModified=2023-04-04 18:26:19.986396000, delta=77262000 ns, racy<=2500000000 ns 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.063900000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.063900000, lastModified=2023-04-04 18:26:19.986396000, delta=77504000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064050000, lastModified=2023-04-04 18:26:20.053398000, size=104, fileKey=(dev=10006b,ino=1612863046) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.063766000, lastModified=2023-04-04 18:26:19.579387000, delta=484379000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064155000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.064155000, lastModified=2023-04-04 18:26:19.579387000, delta=484768000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.063900000, lastModified=2023-04-04 18:26:19.986396000, delta=77504000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064299000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.064299000, lastModified=2023-04-04 18:26:19.986396000, delta=77903000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064456000, lastModified=2023-04-04 18:26:20.053398000, size=104, fileKey=(dev=10006b,ino=1612863046) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064503000, lastModified=2023-04-04 18:26:20.053398000, size=104, fileKey=(dev=10006b,ino=1612863046) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.064155000, lastModified=2023-04-04 18:26:19.579387000, delta=484768000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064578000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.064578000, lastModified=2023-04-04 18:26:19.579387000, delta=485191000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.064299000, lastModified=2023-04-04 18:26:19.986396000, delta=77903000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064700000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.064700000, lastModified=2023-04-04 18:26:19.986396000, delta=78304000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.064578000, lastModified=2023-04-04 18:26:19.579387000, delta=485191000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.064833000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.064833000, lastModified=2023-04-04 18:26:19.579387000, delta=485446000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.064700000, lastModified=2023-04-04 18:26:19.986396000, delta=78304000 ns, racy<=2500000000 ns 18:26:20.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.065002000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.065002000, lastModified=2023-04-04 18:26:19.986396000, delta=78606000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.064833000, lastModified=2023-04-04 18:26:19.579387000, delta=485446000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.065 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.065313000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.065313000, lastModified=2023-04-04 18:26:19.579387000, delta=485926000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.065002000, lastModified=2023-04-04 18:26:19.986396000, delta=78606000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.065441000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.065441000, lastModified=2023-04-04 18:26:19.986396000, delta=79045000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.065313000, lastModified=2023-04-04 18:26:19.579387000, delta=485926000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.065 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.065850000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.065850000, lastModified=2023-04-04 18:26:19.579387000, delta=486463000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.065441000, lastModified=2023-04-04 18:26:19.986396000, delta=79045000 ns, racy<=2500000000 ns 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.065986000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.065986000, lastModified=2023-04-04 18:26:19.986396000, delta=79590000 ns, racy<=2500000000 ns 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.066289000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780066289000 ns, racy<=3610000 ns 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.066289000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780066289000 ns, racy<=3610000 ns 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.066882000, lastModified=2023-04-04 18:26:20.063398000, size=0, fileKey=(dev=10006b,ino=1612863050) 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.065850000, lastModified=2023-04-04 18:26:19.579387000, delta=486463000 ns, racy<=2500000000 ns 18:26:20.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.066999000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.066999000, lastModified=2023-04-04 18:26:19.579387000, delta=487612000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.065986000, lastModified=2023-04-04 18:26:19.986396000, delta=79590000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067140000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.067140000, lastModified=2023-04-04 18:26:19.986396000, delta=80744000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067277000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067337000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.066999000, lastModified=2023-04-04 18:26:19.579387000, delta=487612000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067482000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.067482000, lastModified=2023-04-04 18:26:19.579387000, delta=488095000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.067140000, lastModified=2023-04-04 18:26:19.986396000, delta=80744000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067606000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.067606000, lastModified=2023-04-04 18:26:19.986396000, delta=81210000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.067482000, lastModified=2023-04-04 18:26:19.579387000, delta=488095000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067708000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.067708000, lastModified=2023-04-04 18:26:19.579387000, delta=488321000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.067606000, lastModified=2023-04-04 18:26:19.986396000, delta=81210000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067832000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.067832000, lastModified=2023-04-04 18:26:19.986396000, delta=81436000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.067708000, lastModified=2023-04-04 18:26:19.579387000, delta=488321000 ns, racy<=2500000000 ns 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.067982000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.067982000, lastModified=2023-04-04 18:26:19.579387000, delta=488595000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.067832000, lastModified=2023-04-04 18:26:19.986396000, delta=81436000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068109000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.068109000, lastModified=2023-04-04 18:26:19.986396000, delta=81713000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.067982000, lastModified=2023-04-04 18:26:19.579387000, delta=488595000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068209000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.068209000, lastModified=2023-04-04 18:26:19.579387000, delta=488822000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.068109000, lastModified=2023-04-04 18:26:19.986396000, delta=81713000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068317000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.068317000, lastModified=2023-04-04 18:26:19.986396000, delta=81921000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068404000, lastModified=2023-04-04 18:26:19.986396000, size=23, fileKey=(dev=10006b,ino=1612863045) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068459000, lastModified=2023-04-04 18:26:20.059398000, size=41, fileKey=(dev=10006b,ino=1614954122) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.068209000, lastModified=2023-04-04 18:26:19.579387000, delta=488822000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068573000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.068573000, lastModified=2023-04-04 18:26:19.579387000, delta=489186000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.068317000, lastModified=2023-04-04 18:26:19.986396000, delta=81921000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.068692000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.068692000, lastModified=2023-04-04 18:26:19.986396000, delta=82296000 ns, racy<=2500000000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.068404000, lastModified=2023-04-04 18:26:19.986396000, delta=82008000 ns, racy<=3610000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.068459000, lastModified=2023-04-04 18:26:20.059398000, delta=9061000 ns, racy<=3610000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.068573000, lastModified=2023-04-04 18:26:19.579387000, delta=489186000 ns, racy<=2500000000 ns 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.069441000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.069441000, lastModified=2023-04-04 18:26:19.579387000, delta=490054000 ns, racy<=2500000000 ns 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.068692000, lastModified=2023-04-04 18:26:19.986396000, delta=82296000 ns, racy<=2500000000 ns 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.069579000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.069579000, lastModified=2023-04-04 18:26:19.986396000, delta=83183000 ns, racy<=2500000000 ns 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.069781000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.069833000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.066289000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780066289000 ns, racy<=3610000 ns 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.066289000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780066289000 ns, racy<=3610000 ns 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.066289000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780066289000 ns, racy<=3610000 ns 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.065617000, lastModified=2023-04-04 18:26:19.983396000, delta=82221000 ns, racy<=3610000 ns 18:26:20.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.066289000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780066289000 ns, racy<=3610000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.069441000, lastModified=2023-04-04 18:26:19.579387000, delta=490054000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.071366000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.071366000, lastModified=2023-04-04 18:26:19.579387000, delta=491979000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.069579000, lastModified=2023-04-04 18:26:19.986396000, delta=83183000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.071504000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.071504000, lastModified=2023-04-04 18:26:19.986396000, delta=85108000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.068404000, lastModified=2023-04-04 18:26:19.986396000, delta=82008000 ns, racy<=3610000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.068459000, lastModified=2023-04-04 18:26:20.059398000, delta=9061000 ns, racy<=3610000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.071366000, lastModified=2023-04-04 18:26:19.579387000, delta=491979000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.071802000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.071802000, lastModified=2023-04-04 18:26:19.579387000, delta=492415000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.071504000, lastModified=2023-04-04 18:26:19.986396000, delta=85108000 ns, racy<=2500000000 ns 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.071942000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.071942000, lastModified=2023-04-04 18:26:19.986396000, delta=85546000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.068459000, lastModified=2023-04-04 18:26:20.059398000, delta=9061000 ns, racy<=3610000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.071802000, lastModified=2023-04-04 18:26:19.579387000, delta=492415000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.072243000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.072243000, lastModified=2023-04-04 18:26:19.579387000, delta=492856000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.071942000, lastModified=2023-04-04 18:26:19.986396000, delta=85546000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.072387000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.072387000, lastModified=2023-04-04 18:26:19.986396000, delta=85991000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.072243000, lastModified=2023-04-04 18:26:19.579387000, delta=492856000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.072562000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.072562000, lastModified=2023-04-04 18:26:19.579387000, delta=493175000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.072387000, lastModified=2023-04-04 18:26:19.986396000, delta=85991000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.072687000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.072687000, lastModified=2023-04-04 18:26:19.986396000, delta=86291000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.072562000, lastModified=2023-04-04 18:26:19.579387000, delta=493175000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.072827000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.072827000, lastModified=2023-04-04 18:26:19.579387000, delta=493440000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.072687000, lastModified=2023-04-04 18:26:19.986396000, delta=86291000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073021000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073021000, lastModified=2023-04-04 18:26:19.986396000, delta=86625000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.072827000, lastModified=2023-04-04 18:26:19.579387000, delta=493440000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073125000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073125000, lastModified=2023-04-04 18:26:19.579387000, delta=493738000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073021000, lastModified=2023-04-04 18:26:19.986396000, delta=86625000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073242000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073242000, lastModified=2023-04-04 18:26:19.986396000, delta=86846000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073125000, lastModified=2023-04-04 18:26:19.579387000, delta=493738000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073354000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073354000, lastModified=2023-04-04 18:26:19.579387000, delta=493967000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073242000, lastModified=2023-04-04 18:26:19.986396000, delta=86846000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073509000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073509000, lastModified=2023-04-04 18:26:19.986396000, delta=87113000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073354000, lastModified=2023-04-04 18:26:19.579387000, delta=493967000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073602000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073602000, lastModified=2023-04-04 18:26:19.579387000, delta=494215000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073509000, lastModified=2023-04-04 18:26:19.986396000, delta=87113000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073716000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073716000, lastModified=2023-04-04 18:26:19.986396000, delta=87320000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073796000, lastModified=2023-04-04 18:26:20.071398000, size=41, fileKey=(dev=10006b,ino=1614954126) 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073602000, lastModified=2023-04-04 18:26:19.579387000, delta=494215000 ns, racy<=2500000000 ns 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.073967000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073967000, lastModified=2023-04-04 18:26:19.579387000, delta=494580000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.073716000, lastModified=2023-04-04 18:26:19.986396000, delta=87320000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074105000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.074105000, lastModified=2023-04-04 18:26:19.986396000, delta=87709000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.073967000, lastModified=2023-04-04 18:26:19.579387000, delta=494580000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074263000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.074263000, lastModified=2023-04-04 18:26:19.579387000, delta=494876000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.062277000, lastModified=2023-04-04 18:26:19.986396000, delta=75881000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074408000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.074408000, lastModified=2023-04-04 18:26:19.986396000, delta=88012000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1614954122) to (dev=10006b,ino=1614954126) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074532000, lastModified=2023-04-04 18:26:20.071398000, size=41, fileKey=(dev=10006b,ino=1614954126) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.074263000, lastModified=2023-04-04 18:26:19.579387000, delta=494876000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074618000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.074618000, lastModified=2023-04-04 18:26:19.579387000, delta=495231000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.074408000, lastModified=2023-04-04 18:26:19.986396000, delta=88012000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074739000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.074739000, lastModified=2023-04-04 18:26:19.986396000, delta=88343000 ns, racy<=2500000000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.074532000, lastModified=2023-04-04 18:26:20.071398000, delta=3134000 ns, racy<=3610000 ns 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is racily clean 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.074856000, lastModified=2023-04-04 18:26:20.071398000, size=41, fileKey=(dev=10006b,ino=1614954126) 18:26:20.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.074856000, lastModified=2023-04-04 18:26:20.071398000, delta=3458000 ns, racy<=3610000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.075010000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.074618000, lastModified=2023-04-04 18:26:19.579387000, delta=495231000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.075155000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.075155000, lastModified=2023-04-04 18:26:19.579387000, delta=495768000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.075272000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.075155000, lastModified=2023-04-04 18:26:19.579387000, delta=495768000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.075376000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.075376000, lastModified=2023-04-04 18:26:19.579387000, delta=495989000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.075272000, lastModified=2023-04-04 18:26:19.986396000, delta=88876000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.075521000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.075521000, lastModified=2023-04-04 18:26:19.986396000, delta=89125000 ns, racy<=2500000000 ns 18:26:20.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.075632000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.075376000, lastModified=2023-04-04 18:26:19.579387000, delta=495989000 ns, racy<=2500000000 ns 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.078 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.078503000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.078503000, lastModified=2023-04-04 18:26:19.579387000, delta=499116000 ns, racy<=2500000000 ns 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.075521000, lastModified=2023-04-04 18:26:19.986396000, delta=89125000 ns, racy<=2500000000 ns 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.078659000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.078659000, lastModified=2023-04-04 18:26:19.986396000, delta=92263000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.078503000, lastModified=2023-04-04 18:26:19.579387000, delta=499116000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079122000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.079122000, lastModified=2023-04-04 18:26:19.579387000, delta=499735000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.078659000, lastModified=2023-04-04 18:26:19.986396000, delta=92263000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079256000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.079256000, lastModified=2023-04-04 18:26:19.986396000, delta=92860000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, size=23, fileKey=(dev=10006b,ino=1612863045) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, size=41, fileKey=(dev=10006b,ino=1614954126) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.079122000, lastModified=2023-04-04 18:26:19.579387000, delta=499735000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079533000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.079533000, lastModified=2023-04-04 18:26:19.579387000, delta=500146000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.079256000, lastModified=2023-04-04 18:26:19.986396000, delta=92860000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079660000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.079660000, lastModified=2023-04-04 18:26:19.986396000, delta=93264000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.079533000, lastModified=2023-04-04 18:26:19.579387000, delta=500146000 ns, racy<=2500000000 ns 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.079912000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.079912000, lastModified=2023-04-04 18:26:19.579387000, delta=500525000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.079660000, lastModified=2023-04-04 18:26:19.986396000, delta=93264000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.080069000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.080069000, lastModified=2023-04-04 18:26:19.986396000, delta=93673000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.079912000, lastModified=2023-04-04 18:26:19.579387000, delta=500525000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.080 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.080248000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.080248000, lastModified=2023-04-04 18:26:19.579387000, delta=500861000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.080069000, lastModified=2023-04-04 18:26:19.986396000, delta=93673000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.080366000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.080366000, lastModified=2023-04-04 18:26:19.986396000, delta=93970000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.080571000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.080571000, lastModified=2023-04-04 18:26:19.983396000, delta=97175000 ns, racy<=3610000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.080248000, lastModified=2023-04-04 18:26:19.579387000, delta=500861000 ns, racy<=2500000000 ns 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.080 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.080955000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.080955000, lastModified=2023-04-04 18:26:19.579387000, delta=501568000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.080366000, lastModified=2023-04-04 18:26:19.986396000, delta=93970000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081113000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.081113000, lastModified=2023-04-04 18:26:19.986396000, delta=94717000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.080955000, lastModified=2023-04-04 18:26:19.579387000, delta=501568000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081354000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.081354000, lastModified=2023-04-04 18:26:19.579387000, delta=501967000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.081113000, lastModified=2023-04-04 18:26:19.986396000, delta=94717000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081472000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.081472000, lastModified=2023-04-04 18:26:19.986396000, delta=95076000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081556000, lastModified=2023-04-04 18:26:20.072398000, size=20, fileKey=(dev=10006b,ino=1614954114) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.081354000, lastModified=2023-04-04 18:26:19.579387000, delta=501967000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081652000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.081652000, lastModified=2023-04-04 18:26:19.579387000, delta=502265000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.081472000, lastModified=2023-04-04 18:26:19.986396000, delta=95076000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081794000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.081794000, lastModified=2023-04-04 18:26:19.986396000, delta=95398000 ns, racy<=2500000000 ns 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs, create new FileSnapshot: lastRead=2023-04-04 18:26:20.081877000, lastModified=2023-04-04 18:26:19.983396000, size=31, fileKey=(dev=10006b,ino=1613849793) 18:26:20.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.081652000, lastModified=2023-04-04 18:26:19.579387000, delta=502265000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.082021000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.082021000, lastModified=2023-04-04 18:26:19.579387000, delta=502634000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.081794000, lastModified=2023-04-04 18:26:19.986396000, delta=95398000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.082141000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.082141000, lastModified=2023-04-04 18:26:19.986396000, delta=95745000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.082021000, lastModified=2023-04-04 18:26:19.579387000, delta=502634000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.082406000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.082406000, lastModified=2023-04-04 18:26:19.579387000, delta=503019000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.082141000, lastModified=2023-04-04 18:26:19.986396000, delta=95745000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.082533000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.082533000, lastModified=2023-04-04 18:26:19.986396000, delta=96137000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.082406000, lastModified=2023-04-04 18:26:19.579387000, delta=503019000 ns, racy<=2500000000 ns 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.082970000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.082970000, lastModified=2023-04-04 18:26:19.579387000, delta=503583000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.082533000, lastModified=2023-04-04 18:26:19.986396000, delta=96137000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083127000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083127000, lastModified=2023-04-04 18:26:19.986396000, delta=96731000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.082970000, lastModified=2023-04-04 18:26:19.579387000, delta=503583000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083305000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.083305000, lastModified=2023-04-04 18:26:19.579387000, delta=503918000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083127000, lastModified=2023-04-04 18:26:19.986396000, delta=96731000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083431000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083431000, lastModified=2023-04-04 18:26:19.986396000, delta=97035000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.083305000, lastModified=2023-04-04 18:26:19.579387000, delta=503918000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083593000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.083593000, lastModified=2023-04-04 18:26:19.579387000, delta=504206000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083431000, lastModified=2023-04-04 18:26:19.986396000, delta=97035000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083713000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083713000, lastModified=2023-04-04 18:26:19.986396000, delta=97317000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.083593000, lastModified=2023-04-04 18:26:19.579387000, delta=504206000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083806000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.083806000, lastModified=2023-04-04 18:26:19.579387000, delta=504419000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083713000, lastModified=2023-04-04 18:26:19.986396000, delta=97317000 ns, racy<=2500000000 ns 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.083927000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083927000, lastModified=2023-04-04 18:26:19.986396000, delta=97531000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.084095000, lastModified=2023-04-04 18:26:20.082398000, size=41, fileKey=(dev=10006b,ino=1614954127) 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.083806000, lastModified=2023-04-04 18:26:19.579387000, delta=504419000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.084 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.084235000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.084235000, lastModified=2023-04-04 18:26:19.579387000, delta=504848000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.083927000, lastModified=2023-04-04 18:26:19.986396000, delta=97531000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.084364000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.084364000, lastModified=2023-04-04 18:26:19.986396000, delta=97968000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-04 18:26:20.084095000, lastModified=2023-04-04 18:26:20.082398000, delta=1697000 ns, racy<=3610000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, is racily clean 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-04 18:26:20.084639000, lastModified=2023-04-04 18:26:20.082398000, size=41, fileKey=(dev=10006b,ino=1614954127) 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-04 18:26:20.084639000, lastModified=2023-04-04 18:26:20.082398000, delta=2241000 ns, racy<=3610000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.084235000, lastModified=2023-04-04 18:26:19.579387000, delta=504848000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.084 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.084756000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.084756000, lastModified=2023-04-04 18:26:19.579387000, delta=505369000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.084364000, lastModified=2023-04-04 18:26:19.986396000, delta=97968000 ns, racy<=2500000000 ns 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.084879000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.084879000, lastModified=2023-04-04 18:26:19.986396000, delta=98483000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.084756000, lastModified=2023-04-04 18:26:19.579387000, delta=505369000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.085219000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.085219000, lastModified=2023-04-04 18:26:19.579387000, delta=505832000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.084879000, lastModified=2023-04-04 18:26:19.986396000, delta=98483000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.085348000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.085348000, lastModified=2023-04-04 18:26:19.986396000, delta=98952000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-04 18:26:20.084639000, lastModified=2023-04-04 18:26:20.082398000, delta=2241000 ns, racy<=3610000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, is racily clean 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-04 18:26:20.085618000, lastModified=2023-04-04 18:26:20.082398000, size=41, fileKey=(dev=10006b,ino=1614954127) 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-04 18:26:20.085618000, lastModified=2023-04-04 18:26:20.082398000, delta=3220000 ns, racy<=3610000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.085219000, lastModified=2023-04-04 18:26:19.579387000, delta=505832000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.085707000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.085707000, lastModified=2023-04-04 18:26:19.579387000, delta=506320000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.085348000, lastModified=2023-04-04 18:26:19.986396000, delta=98952000 ns, racy<=2500000000 ns 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.085824000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.085824000, lastModified=2023-04-04 18:26:19.986396000, delta=99428000 ns, racy<=2500000000 ns 18:26:20.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-04 18:26:20.085618000, lastModified=2023-04-04 18:26:20.082398000, delta=3220000 ns, racy<=3610000 ns 18:26:20.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, is racily clean 18:26:20.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-04 18:26:20.086097000, lastModified=2023-04-04 18:26:20.082398000, size=41, fileKey=(dev=10006b,ino=1614954127) 18:26:20.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-04-04 18:26:20.086097000, lastModified=2023-04-04 18:26:20.082398000, delta=3699000 ns, racy<=3610000 ns 18:26:20.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.086380000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.086440000, lastModified=2023-04-04 18:26:20.066398000, size=176, fileKey=(dev=10006b,ino=1612863050) 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.085707000, lastModified=2023-04-04 18:26:19.579387000, delta=506320000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.088357000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.088357000, lastModified=2023-04-04 18:26:19.579387000, delta=508970000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.085824000, lastModified=2023-04-04 18:26:19.986396000, delta=99428000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.088569000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.088569000, lastModified=2023-04-04 18:26:19.986396000, delta=102173000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.088357000, lastModified=2023-04-04 18:26:19.579387000, delta=508970000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.088710000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.088710000, lastModified=2023-04-04 18:26:19.579387000, delta=509323000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.088569000, lastModified=2023-04-04 18:26:19.986396000, delta=102173000 ns, racy<=2500000000 ns 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.088835000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.088835000, lastModified=2023-04-04 18:26:19.986396000, delta=102439000 ns, racy<=2500000000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.088710000, lastModified=2023-04-04 18:26:19.579387000, delta=509323000 ns, racy<=2500000000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.089150000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.089150000, lastModified=2023-04-04 18:26:19.579387000, delta=509763000 ns, racy<=2500000000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.088835000, lastModified=2023-04-04 18:26:19.986396000, delta=102439000 ns, racy<=2500000000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.089297000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.089297000, lastModified=2023-04-04 18:26:19.986396000, delta=102901000 ns, racy<=2500000000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.080571000, lastModified=2023-04-04 18:26:19.983396000, delta=97175000 ns, racy<=3610000 ns 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.089977000, lastModified=2023-04-04 18:26:20.085399000, size=0, fileKey=(dev=10006b,ino=1612863046) 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.089150000, lastModified=2023-04-04 18:26:19.579387000, delta=509763000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.090068000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.090068000, lastModified=2023-04-04 18:26:19.579387000, delta=510681000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.089297000, lastModified=2023-04-04 18:26:19.986396000, delta=102901000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.090242000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.090242000, lastModified=2023-04-04 18:26:19.986396000, delta=103846000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.090371000, lastModified=2023-04-04 18:26:20.089399000, size=176, fileKey=(dev=10006b,ino=1612863046) 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.090068000, lastModified=2023-04-04 18:26:19.579387000, delta=510681000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.090573000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.090573000, lastModified=2023-04-04 18:26:19.579387000, delta=511186000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.090242000, lastModified=2023-04-04 18:26:19.986396000, delta=103846000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.090713000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.090713000, lastModified=2023-04-04 18:26:19.986396000, delta=104317000 ns, racy<=2500000000 ns 18:26:20.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, cannot be racily clean 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.090573000, lastModified=2023-04-04 18:26:19.579387000, delta=511186000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.091040000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.091040000, lastModified=2023-04-04 18:26:19.579387000, delta=511653000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.090713000, lastModified=2023-04-04 18:26:19.986396000, delta=104317000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.091162000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.091162000, lastModified=2023-04-04 18:26:19.986396000, delta=104766000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.091040000, lastModified=2023-04-04 18:26:19.579387000, delta=511653000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.091377000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.091377000, lastModified=2023-04-04 18:26:19.579387000, delta=511990000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.091162000, lastModified=2023-04-04 18:26:19.986396000, delta=104766000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.091527000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.091527000, lastModified=2023-04-04 18:26:19.986396000, delta=105131000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.091377000, lastModified=2023-04-04 18:26:19.579387000, delta=511990000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.091781000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.091781000, lastModified=2023-04-04 18:26:19.579387000, delta=512394000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.091527000, lastModified=2023-04-04 18:26:19.986396000, delta=105131000 ns, racy<=2500000000 ns 18:26:20.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.149836000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.149836000, lastModified=2023-04-04 18:26:19.986396000, delta=163440000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.091781000, lastModified=2023-04-04 18:26:19.579387000, delta=512394000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.150107000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.150107000, lastModified=2023-04-04 18:26:19.579387000, delta=570720000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.149836000, lastModified=2023-04-04 18:26:19.986396000, delta=163440000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.150284000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.150284000, lastModified=2023-04-04 18:26:19.986396000, delta=163888000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.079345000, lastModified=2023-04-04 18:26:19.986396000, delta=92949000 ns, racy<=3610000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.079423000, lastModified=2023-04-04 18:26:20.071398000, delta=8025000 ns, racy<=3610000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.150107000, lastModified=2023-04-04 18:26:19.579387000, delta=570720000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.150496000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.150496000, lastModified=2023-04-04 18:26:19.579387000, delta=571109000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.150284000, lastModified=2023-04-04 18:26:19.986396000, delta=163888000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.150617000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.150617000, lastModified=2023-04-04 18:26:19.986396000, delta=164221000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, cannot be racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.150496000, lastModified=2023-04-04 18:26:19.579387000, delta=571109000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.150750000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.150750000, lastModified=2023-04-04 18:26:19.579387000, delta=571363000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.150617000, lastModified=2023-04-04 18:26:19.986396000, delta=164221000 ns, racy<=2500000000 ns 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.150861000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.150861000, lastModified=2023-04-04 18:26:19.986396000, delta=164465000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.150750000, lastModified=2023-04-04 18:26:19.579387000, delta=571363000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151076000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.151076000, lastModified=2023-04-04 18:26:19.579387000, delta=571689000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.150861000, lastModified=2023-04-04 18:26:19.986396000, delta=164465000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151207000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.151207000, lastModified=2023-04-04 18:26:19.986396000, delta=164811000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.151076000, lastModified=2023-04-04 18:26:19.579387000, delta=571689000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151378000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.151378000, lastModified=2023-04-04 18:26:19.579387000, delta=571991000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.151207000, lastModified=2023-04-04 18:26:19.986396000, delta=164811000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151503000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.151503000, lastModified=2023-04-04 18:26:19.986396000, delta=165107000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.151378000, lastModified=2023-04-04 18:26:19.579387000, delta=571991000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151603000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.151603000, lastModified=2023-04-04 18:26:19.579387000, delta=572216000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.151503000, lastModified=2023-04-04 18:26:19.986396000, delta=165107000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151719000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.151719000, lastModified=2023-04-04 18:26:19.986396000, delta=165323000 ns, racy<=2500000000 ns 18:26:20.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.151804000, lastModified=2023-04-04 18:26:20.150400000, size=26, fileKey=(dev=10006b,ino=1612863054) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153075000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.151603000, lastModified=2023-04-04 18:26:19.579387000, delta=572216000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153246000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.153246000, lastModified=2023-04-04 18:26:19.579387000, delta=573859000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153368000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.153246000, lastModified=2023-04-04 18:26:19.579387000, delta=573859000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153478000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.153478000, lastModified=2023-04-04 18:26:19.579387000, delta=574091000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.153368000, lastModified=2023-04-04 18:26:19.986396000, delta=166972000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153632000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.153632000, lastModified=2023-04-04 18:26:19.986396000, delta=167236000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153748000, lastModified=2023-04-04 18:26:20.089399000, size=176, fileKey=(dev=10006b,ino=1612863046) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.153478000, lastModified=2023-04-04 18:26:19.579387000, delta=574091000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153854000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.153854000, lastModified=2023-04-04 18:26:19.579387000, delta=574467000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.153632000, lastModified=2023-04-04 18:26:19.986396000, delta=167236000 ns, racy<=2500000000 ns 18:26:20.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.153994000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.153994000, lastModified=2023-04-04 18:26:19.986396000, delta=167598000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.154176000, lastModified=2023-04-04 18:26:20.089399000, size=176, fileKey=(dev=10006b,ino=1612863046) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.154231000, lastModified=2023-04-04 18:26:20.089399000, size=176, fileKey=(dev=10006b,ino=1612863046) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.153854000, lastModified=2023-04-04 18:26:19.579387000, delta=574467000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.154293000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.154293000, lastModified=2023-04-04 18:26:19.579387000, delta=574906000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.153994000, lastModified=2023-04-04 18:26:19.986396000, delta=167598000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.154422000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.154422000, lastModified=2023-04-04 18:26:19.986396000, delta=168026000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.154293000, lastModified=2023-04-04 18:26:19.579387000, delta=574906000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.154555000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.154555000, lastModified=2023-04-04 18:26:19.579387000, delta=575168000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.154422000, lastModified=2023-04-04 18:26:19.986396000, delta=168026000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.154697000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.154697000, lastModified=2023-04-04 18:26:19.986396000, delta=168301000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.154555000, lastModified=2023-04-04 18:26:19.579387000, delta=575168000 ns, racy<=2500000000 ns 18:26:20.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.155005000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.155005000, lastModified=2023-04-04 18:26:19.579387000, delta=575618000 ns, racy<=2500000000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.154697000, lastModified=2023-04-04 18:26:19.986396000, delta=168301000 ns, racy<=2500000000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.155145000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.155145000, lastModified=2023-04-04 18:26:19.986396000, delta=168749000 ns, racy<=2500000000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.155581000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780155581000 ns, racy<=3610000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.155581000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780155581000 ns, racy<=3610000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.156453000, lastModified=2023-04-04 18:26:20.153400000, size=0, fileKey=(dev=10006b,ino=1612863058) 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.155005000, lastModified=2023-04-04 18:26:19.579387000, delta=575618000 ns, racy<=2500000000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.156511000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.156511000, lastModified=2023-04-04 18:26:19.579387000, delta=577124000 ns, racy<=2500000000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.155145000, lastModified=2023-04-04 18:26:19.986396000, delta=168749000 ns, racy<=2500000000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.156694000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.156694000, lastModified=2023-04-04 18:26:19.986396000, delta=170298000 ns, racy<=2500000000 ns 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.156818000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.156882000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.156511000, lastModified=2023-04-04 18:26:19.579387000, delta=577124000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157060000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157060000, lastModified=2023-04-04 18:26:19.579387000, delta=577673000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.156694000, lastModified=2023-04-04 18:26:19.986396000, delta=170298000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157206000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157206000, lastModified=2023-04-04 18:26:19.986396000, delta=170810000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157060000, lastModified=2023-04-04 18:26:19.579387000, delta=577673000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157319000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157319000, lastModified=2023-04-04 18:26:19.579387000, delta=577932000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157206000, lastModified=2023-04-04 18:26:19.986396000, delta=170810000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157437000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157437000, lastModified=2023-04-04 18:26:19.986396000, delta=171041000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157319000, lastModified=2023-04-04 18:26:19.579387000, delta=577932000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157566000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157566000, lastModified=2023-04-04 18:26:19.579387000, delta=578179000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157437000, lastModified=2023-04-04 18:26:19.986396000, delta=171041000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157713000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157713000, lastModified=2023-04-04 18:26:19.986396000, delta=171317000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157566000, lastModified=2023-04-04 18:26:19.579387000, delta=578179000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157810000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157810000, lastModified=2023-04-04 18:26:19.579387000, delta=578423000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157713000, lastModified=2023-04-04 18:26:19.986396000, delta=171317000 ns, racy<=2500000000 ns 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.157935000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157935000, lastModified=2023-04-04 18:26:19.986396000, delta=171539000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.158027000, lastModified=2023-04-04 18:26:20.150400000, size=26, fileKey=(dev=10006b,ino=1612863054) 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-04 18:26:20.158104000, lastModified=2023-04-04 18:26:20.082398000, size=41, fileKey=(dev=10006b,ino=1614954127) 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.157810000, lastModified=2023-04-04 18:26:19.579387000, delta=578423000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.158221000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.158221000, lastModified=2023-04-04 18:26:19.579387000, delta=578834000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.157935000, lastModified=2023-04-04 18:26:19.986396000, delta=171539000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.158347000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.158347000, lastModified=2023-04-04 18:26:19.986396000, delta=171951000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.158027000, lastModified=2023-04-04 18:26:20.150400000, delta=7627000 ns, racy<=3610000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-04 18:26:20.158104000, lastModified=2023-04-04 18:26:20.082398000, delta=75706000 ns, racy<=3610000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, is unmodified 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.158221000, lastModified=2023-04-04 18:26:19.579387000, delta=578834000 ns, racy<=2500000000 ns 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.158909000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.158909000, lastModified=2023-04-04 18:26:19.579387000, delta=579522000 ns, racy<=2500000000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.158347000, lastModified=2023-04-04 18:26:19.986396000, delta=171951000 ns, racy<=2500000000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.159060000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.159060000, lastModified=2023-04-04 18:26:19.986396000, delta=172664000 ns, racy<=2500000000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.159270000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.159336000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.155581000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780155581000 ns, racy<=3610000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.155581000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780155581000 ns, racy<=3610000 ns 18:26:20.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.155581000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780155581000 ns, racy<=3610000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.155347000, lastModified=2023-04-04 18:26:19.983396000, delta=171951000 ns, racy<=3610000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.155581000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780155581000 ns, racy<=3610000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack/preserved, is unmodified 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.158909000, lastModified=2023-04-04 18:26:19.579387000, delta=579522000 ns, racy<=2500000000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.160831000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.160831000, lastModified=2023-04-04 18:26:19.579387000, delta=581444000 ns, racy<=2500000000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.159060000, lastModified=2023-04-04 18:26:19.986396000, delta=172664000 ns, racy<=2500000000 ns 18:26:20.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.161000000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.161000000, lastModified=2023-04-04 18:26:19.986396000, delta=174604000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.158027000, lastModified=2023-04-04 18:26:20.150400000, delta=7627000 ns, racy<=3610000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/HEAD, is unmodified 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-04 18:26:20.158104000, lastModified=2023-04-04 18:26:20.082398000, delta=75706000 ns, racy<=3610000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, is unmodified 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.160831000, lastModified=2023-04-04 18:26:19.579387000, delta=581444000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.161302000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.161302000, lastModified=2023-04-04 18:26:19.579387000, delta=581915000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.161000000, lastModified=2023-04-04 18:26:19.986396000, delta=174604000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.161434000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.161434000, lastModified=2023-04-04 18:26:19.986396000, delta=175038000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-04 18:26:20.158104000, lastModified=2023-04-04 18:26:20.082398000, delta=75706000 ns, racy<=3610000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, is unmodified 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.161302000, lastModified=2023-04-04 18:26:19.579387000, delta=581915000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.161750000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.161750000, lastModified=2023-04-04 18:26:19.579387000, delta=582363000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.161434000, lastModified=2023-04-04 18:26:19.986396000, delta=175038000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.161876000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.161876000, lastModified=2023-04-04 18:26:19.986396000, delta=175480000 ns, racy<=2500000000 ns 18:26:20.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.161750000, lastModified=2023-04-04 18:26:19.579387000, delta=582363000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162024000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162024000, lastModified=2023-04-04 18:26:19.579387000, delta=582637000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.161876000, lastModified=2023-04-04 18:26:19.986396000, delta=175480000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162186000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162186000, lastModified=2023-04-04 18:26:19.986396000, delta=175790000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162024000, lastModified=2023-04-04 18:26:19.579387000, delta=582637000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162324000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162324000, lastModified=2023-04-04 18:26:19.579387000, delta=582937000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162186000, lastModified=2023-04-04 18:26:19.986396000, delta=175790000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162444000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162444000, lastModified=2023-04-04 18:26:19.986396000, delta=176048000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162324000, lastModified=2023-04-04 18:26:19.579387000, delta=582937000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162538000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162538000, lastModified=2023-04-04 18:26:19.579387000, delta=583151000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162444000, lastModified=2023-04-04 18:26:19.986396000, delta=176048000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162650000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162650000, lastModified=2023-04-04 18:26:19.986396000, delta=176254000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162538000, lastModified=2023-04-04 18:26:19.579387000, delta=583151000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162761000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162761000, lastModified=2023-04-04 18:26:19.579387000, delta=583374000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162650000, lastModified=2023-04-04 18:26:19.986396000, delta=176254000 ns, racy<=2500000000 ns 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.162873000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162873000, lastModified=2023-04-04 18:26:19.986396000, delta=176477000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.162761000, lastModified=2023-04-04 18:26:19.579387000, delta=583374000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163028000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.163028000, lastModified=2023-04-04 18:26:19.579387000, delta=583641000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.162873000, lastModified=2023-04-04 18:26:19.986396000, delta=176477000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163146000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.163146000, lastModified=2023-04-04 18:26:19.986396000, delta=176750000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163229000, lastModified=2023-04-04 18:26:20.161400000, size=41, fileKey=(dev=10006b,ino=1614954122) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.163028000, lastModified=2023-04-04 18:26:19.579387000, delta=583641000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163381000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.163381000, lastModified=2023-04-04 18:26:19.579387000, delta=583994000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.163146000, lastModified=2023-04-04 18:26:19.986396000, delta=176750000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163512000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.163512000, lastModified=2023-04-04 18:26:19.986396000, delta=177116000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.163381000, lastModified=2023-04-04 18:26:19.579387000, delta=583994000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163694000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.163694000, lastModified=2023-04-04 18:26:19.579387000, delta=584307000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.074739000, lastModified=2023-04-04 18:26:19.986396000, delta=88343000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.163824000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.163824000, lastModified=2023-04-04 18:26:19.986396000, delta=177428000 ns, racy<=2500000000 ns 18:26:20.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.074856000, lastModified=2023-04-04 18:26:20.071398000, delta=3458000 ns, racy<=3610000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164021000, lastModified=2023-04-04 18:26:20.071398000, size=41, fileKey=(dev=10006b,ino=1614954126) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.164021000, lastModified=2023-04-04 18:26:20.071398000, delta=92623000 ns, racy<=3610000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.163694000, lastModified=2023-04-04 18:26:19.579387000, delta=584307000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164109000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.164109000, lastModified=2023-04-04 18:26:19.579387000, delta=584722000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.163824000, lastModified=2023-04-04 18:26:19.986396000, delta=177428000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164234000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.164234000, lastModified=2023-04-04 18:26:19.986396000, delta=177838000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, cannot be racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.164109000, lastModified=2023-04-04 18:26:19.579387000, delta=584722000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164425000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.164425000, lastModified=2023-04-04 18:26:19.579387000, delta=585038000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.164234000, lastModified=2023-04-04 18:26:19.986396000, delta=177838000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164546000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.164546000, lastModified=2023-04-04 18:26:19.986396000, delta=178150000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, cannot be racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.164425000, lastModified=2023-04-04 18:26:19.579387000, delta=585038000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164708000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.164708000, lastModified=2023-04-04 18:26:19.579387000, delta=585321000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.164546000, lastModified=2023-04-04 18:26:19.986396000, delta=178150000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.164824000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.164824000, lastModified=2023-04-04 18:26:19.986396000, delta=178428000 ns, racy<=2500000000 ns 18:26:20.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, cannot be racily clean 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165064000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.164708000, lastModified=2023-04-04 18:26:19.579387000, delta=585321000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165199000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.165199000, lastModified=2023-04-04 18:26:19.579387000, delta=585812000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165309000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.165199000, lastModified=2023-04-04 18:26:19.579387000, delta=585812000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165416000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.165416000, lastModified=2023-04-04 18:26:19.579387000, delta=586029000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.165309000, lastModified=2023-04-04 18:26:19.986396000, delta=178913000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165533000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.165533000, lastModified=2023-04-04 18:26:19.986396000, delta=179137000 ns, racy<=2500000000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165642000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.165718000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.165718000, lastModified=2023-04-04 18:26:19.983396000, delta=182322000 ns, racy<=3610000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.165718000, lastModified=2023-04-04 18:26:19.983396000, delta=182322000 ns, racy<=3610000 ns 18:26:20.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.165416000, lastModified=2023-04-04 18:26:19.579387000, delta=586029000 ns, racy<=2500000000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.166115000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.166115000, lastModified=2023-04-04 18:26:19.579387000, delta=586728000 ns, racy<=2500000000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.164824000, lastModified=2023-04-04 18:26:19.986396000, delta=178428000 ns, racy<=2500000000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.166281000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.166281000, lastModified=2023-04-04 18:26:19.986396000, delta=179885000 ns, racy<=2500000000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.166429000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.166429000, lastModified=2023-04-04 18:26:19.983396000, delta=183033000 ns, racy<=3610000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.166429000, lastModified=2023-04-04 18:26:19.983396000, delta=183033000 ns, racy<=3610000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.166429000, lastModified=2023-04-04 18:26:19.983396000, delta=183033000 ns, racy<=3610000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.166429000, lastModified=2023-04-04 18:26:19.983396000, delta=183033000 ns, racy<=3610000 ns 18:26:20.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.166115000, lastModified=2023-04-04 18:26:19.579387000, delta=586728000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.167034000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.167034000, lastModified=2023-04-04 18:26:19.579387000, delta=587647000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.166281000, lastModified=2023-04-04 18:26:19.986396000, delta=179885000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.167171000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.167171000, lastModified=2023-04-04 18:26:19.986396000, delta=180775000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.167034000, lastModified=2023-04-04 18:26:19.579387000, delta=587647000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.167305000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.167305000, lastModified=2023-04-04 18:26:19.579387000, delta=587918000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.167171000, lastModified=2023-04-04 18:26:19.986396000, delta=180775000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.167426000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.167426000, lastModified=2023-04-04 18:26:19.986396000, delta=181030000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.167305000, lastModified=2023-04-04 18:26:19.579387000, delta=587918000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.167652000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.167652000, lastModified=2023-04-04 18:26:19.579387000, delta=588265000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.167426000, lastModified=2023-04-04 18:26:19.986396000, delta=181030000 ns, racy<=2500000000 ns 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.167784000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.167784000, lastModified=2023-04-04 18:26:19.986396000, delta=181388000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.167652000, lastModified=2023-04-04 18:26:19.579387000, delta=588265000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.168 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.168056000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.168056000, lastModified=2023-04-04 18:26:19.579387000, delta=588669000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.167784000, lastModified=2023-04-04 18:26:19.986396000, delta=181388000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.168184000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.168184000, lastModified=2023-04-04 18:26:19.986396000, delta=181788000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.168056000, lastModified=2023-04-04 18:26:19.579387000, delta=588669000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.168 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.168301000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.168301000, lastModified=2023-04-04 18:26:19.579387000, delta=588914000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.168184000, lastModified=2023-04-04 18:26:19.986396000, delta=181788000 ns, racy<=2500000000 ns 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.168418000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.168418000, lastModified=2023-04-04 18:26:19.986396000, delta=182022000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.168301000, lastModified=2023-04-04 18:26:19.579387000, delta=588914000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.169329000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.169329000, lastModified=2023-04-04 18:26:19.579387000, delta=589942000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.168418000, lastModified=2023-04-04 18:26:19.986396000, delta=182022000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.169504000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.169504000, lastModified=2023-04-04 18:26:19.986396000, delta=183108000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, cannot be racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.169329000, lastModified=2023-04-04 18:26:19.579387000, delta=589942000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.169656000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.169656000, lastModified=2023-04-04 18:26:19.579387000, delta=590269000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.169504000, lastModified=2023-04-04 18:26:19.986396000, delta=183108000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.169774000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.169774000, lastModified=2023-04-04 18:26:19.986396000, delta=183378000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/master, cannot be racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.169656000, lastModified=2023-04-04 18:26:19.579387000, delta=590269000 ns, racy<=2500000000 ns 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.169969000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.169969000, lastModified=2023-04-04 18:26:19.579387000, delta=590582000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.169774000, lastModified=2023-04-04 18:26:19.986396000, delta=183378000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.170098000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.170098000, lastModified=2023-04-04 18:26:19.986396000, delta=183702000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.169969000, lastModified=2023-04-04 18:26:19.579387000, delta=590582000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.170613000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.170613000, lastModified=2023-04-04 18:26:19.579387000, delta=591226000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.170098000, lastModified=2023-04-04 18:26:19.986396000, delta=183702000 ns, racy<=2500000000 ns 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.170772000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.170772000, lastModified=2023-04-04 18:26:19.986396000, delta=184376000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.171303000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.170613000, lastModified=2023-04-04 18:26:19.579387000, delta=591226000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.171456000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.171456000, lastModified=2023-04-04 18:26:19.579387000, delta=592069000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.171570000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.171456000, lastModified=2023-04-04 18:26:19.579387000, delta=592069000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.171694000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.171694000, lastModified=2023-04-04 18:26:19.579387000, delta=592307000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.171570000, lastModified=2023-04-04 18:26:19.986396000, delta=185174000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.171815000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.171815000, lastModified=2023-04-04 18:26:19.986396000, delta=185419000 ns, racy<=2500000000 ns 18:26:20.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.171939000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.172021000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.172021000, lastModified=2023-04-04 18:26:19.983396000, delta=188625000 ns, racy<=3610000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.172021000, lastModified=2023-04-04 18:26:19.983396000, delta=188625000 ns, racy<=3610000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.171694000, lastModified=2023-04-04 18:26:19.579387000, delta=592307000 ns, racy<=2500000000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.172421000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.172421000, lastModified=2023-04-04 18:26:19.579387000, delta=593034000 ns, racy<=2500000000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.170772000, lastModified=2023-04-04 18:26:19.986396000, delta=184376000 ns, racy<=2500000000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.172559000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.172559000, lastModified=2023-04-04 18:26:19.986396000, delta=186163000 ns, racy<=2500000000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.172421000, lastModified=2023-04-04 18:26:19.579387000, delta=593034000 ns, racy<=2500000000 ns 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.172989000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.172989000, lastModified=2023-04-04 18:26:19.579387000, delta=593602000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.172559000, lastModified=2023-04-04 18:26:19.986396000, delta=186163000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.173142000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.173142000, lastModified=2023-04-04 18:26:19.986396000, delta=186746000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.172989000, lastModified=2023-04-04 18:26:19.579387000, delta=593602000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.173269000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.173269000, lastModified=2023-04-04 18:26:19.579387000, delta=593882000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.173142000, lastModified=2023-04-04 18:26:19.986396000, delta=186746000 ns, racy<=2500000000 ns 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.173388000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.173388000, lastModified=2023-04-04 18:26:19.986396000, delta=186992000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.180282000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.173269000, lastModified=2023-04-04 18:26:19.579387000, delta=593882000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.180 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.180597000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.180597000, lastModified=2023-04-04 18:26:19.579387000, delta=601210000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.180762000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.180597000, lastModified=2023-04-04 18:26:19.579387000, delta=601210000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.180 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.180884000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.180884000, lastModified=2023-04-04 18:26:19.579387000, delta=601497000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.180762000, lastModified=2023-04-04 18:26:19.986396000, delta=194366000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181033000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.181033000, lastModified=2023-04-04 18:26:19.986396000, delta=194637000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181154000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.180884000, lastModified=2023-04-04 18:26:19.579387000, delta=601497000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.181 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181257000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.181257000, lastModified=2023-04-04 18:26:19.579387000, delta=601870000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.181033000, lastModified=2023-04-04 18:26:19.986396000, delta=194637000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181405000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.181405000, lastModified=2023-04-04 18:26:19.986396000, delta=195009000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181661000, lastModified=2023-04-04 18:26:20.161400000, size=41, fileKey=(dev=10006b,ino=1614954122) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.181257000, lastModified=2023-04-04 18:26:19.579387000, delta=601870000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.181 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181765000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.181765000, lastModified=2023-04-04 18:26:19.579387000, delta=602378000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.181405000, lastModified=2023-04-04 18:26:19.986396000, delta=195009000 ns, racy<=2500000000 ns 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.181926000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.181926000, lastModified=2023-04-04 18:26:19.986396000, delta=195530000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-04 18:26:20.181661000, lastModified=2023-04-04 18:26:20.161400000, delta=20261000 ns, racy<=3610000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/refs/heads/newbranch, is unmodified 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182280000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.181765000, lastModified=2023-04-04 18:26:19.579387000, delta=602378000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182402000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.182402000, lastModified=2023-04-04 18:26:19.579387000, delta=603015000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182510000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.182402000, lastModified=2023-04-04 18:26:19.579387000, delta=603015000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182614000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.182614000, lastModified=2023-04-04 18:26:19.579387000, delta=603227000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.182510000, lastModified=2023-04-04 18:26:19.986396000, delta=196114000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182742000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.182742000, lastModified=2023-04-04 18:26:19.986396000, delta=196346000 ns, racy<=2500000000 ns 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182854000, lastModified=2023-04-04 18:26:20.155400000, size=176, fileKey=(dev=10006b,ino=1612863058) 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.182962000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.182962000, lastModified=2023-04-04 18:26:19.983396000, delta=199566000 ns, racy<=3610000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.182962000, lastModified=2023-04-04 18:26:19.983396000, delta=199566000 ns, racy<=3610000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.182962000, lastModified=2023-04-04 18:26:19.983396000, delta=199566000 ns, racy<=3610000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.182614000, lastModified=2023-04-04 18:26:19.579387000, delta=603227000 ns, racy<=2500000000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.183 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.183479000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.183479000, lastModified=2023-04-04 18:26:19.579387000, delta=604092000 ns, racy<=2500000000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.181926000, lastModified=2023-04-04 18:26:19.986396000, delta=195530000 ns, racy<=2500000000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.183618000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.183618000, lastModified=2023-04-04 18:26:19.986396000, delta=197222000 ns, racy<=2500000000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, size=6, fileKey=(dev=10006b,ino=1622195709) 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, delta=200373000 ns, racy<=3610000 ns 18:26:20.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, delta=200373000 ns, racy<=3610000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, delta=200373000 ns, racy<=3610000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, delta=200373000 ns, racy<=3610000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, delta=200373000 ns, racy<=3610000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.183479000, lastModified=2023-04-04 18:26:19.579387000, delta=604092000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.184 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.184448000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.184448000, lastModified=2023-04-04 18:26:19.579387000, delta=605061000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.183618000, lastModified=2023-04-04 18:26:19.986396000, delta=197222000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.184596000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.184596000, lastModified=2023-04-04 18:26:19.986396000, delta=198200000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.184448000, lastModified=2023-04-04 18:26:19.579387000, delta=605061000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.184 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.184718000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.184718000, lastModified=2023-04-04 18:26:19.579387000, delta=605331000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.184596000, lastModified=2023-04-04 18:26:19.986396000, delta=198200000 ns, racy<=2500000000 ns 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.184870000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.184870000, lastModified=2023-04-04 18:26:19.986396000, delta=198474000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.184718000, lastModified=2023-04-04 18:26:19.579387000, delta=605331000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.185111000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.185111000, lastModified=2023-04-04 18:26:19.579387000, delta=605724000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.184870000, lastModified=2023-04-04 18:26:19.986396000, delta=198474000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.185242000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.185242000, lastModified=2023-04-04 18:26:19.986396000, delta=198846000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.185111000, lastModified=2023-04-04 18:26:19.579387000, delta=605724000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.185635000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.185635000, lastModified=2023-04-04 18:26:19.579387000, delta=606248000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.185242000, lastModified=2023-04-04 18:26:19.986396000, delta=198846000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.185782000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.185782000, lastModified=2023-04-04 18:26:19.986396000, delta=199386000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.185635000, lastModified=2023-04-04 18:26:19.579387000, delta=606248000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.185900000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.185900000, lastModified=2023-04-04 18:26:19.579387000, delta=606513000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.185782000, lastModified=2023-04-04 18:26:19.986396000, delta=199386000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186049000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186049000, lastModified=2023-04-04 18:26:19.986396000, delta=199653000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.185900000, lastModified=2023-04-04 18:26:19.579387000, delta=606513000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186208000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.186208000, lastModified=2023-04-04 18:26:19.579387000, delta=606821000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186049000, lastModified=2023-04-04 18:26:19.986396000, delta=199653000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186331000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186331000, lastModified=2023-04-04 18:26:19.986396000, delta=199935000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.183769000, lastModified=2023-04-04 18:26:19.983396000, delta=200373000 ns, racy<=3610000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/objects/pack, is unmodified 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.186208000, lastModified=2023-04-04 18:26:19.579387000, delta=606821000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186574000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.186574000, lastModified=2023-04-04 18:26:19.579387000, delta=607187000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186331000, lastModified=2023-04-04 18:26:19.986396000, delta=199935000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186696000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186696000, lastModified=2023-04-04 18:26:19.986396000, delta=200300000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.186574000, lastModified=2023-04-04 18:26:19.579387000, delta=607187000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186804000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.186804000, lastModified=2023-04-04 18:26:19.579387000, delta=607417000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186696000, lastModified=2023-04-04 18:26:19.986396000, delta=200300000 ns, racy<=2500000000 ns 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, is racily clean 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.186948000, lastModified=2023-04-04 18:26:19.986396000, size=78, fileKey=(dev=10006b,ino=1612863049) 18:26:20.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6293686962866040707/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.186948000, lastModified=2023-04-04 18:26:19.986396000, delta=200552000 ns, racy<=2500000000 ns 18:26:20.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.186804000, lastModified=2023-04-04 18:26:19.579387000, delta=607417000 ns, racy<=2500000000 ns 18:26:20.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.188 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.188884000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.188884000, lastModified=2023-04-04 18:26:19.579387000, delta=609497000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.188884000, lastModified=2023-04-04 18:26:19.579387000, delta=609497000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.189068000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189068000, lastModified=2023-04-04 18:26:19.579387000, delta=609681000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189068000, lastModified=2023-04-04 18:26:19.579387000, delta=609681000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.189299000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189299000, lastModified=2023-04-04 18:26:19.579387000, delta=609912000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189299000, lastModified=2023-04-04 18:26:19.579387000, delta=609912000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.189543000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189543000, lastModified=2023-04-04 18:26:19.579387000, delta=610156000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189543000, lastModified=2023-04-04 18:26:19.579387000, delta=610156000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.189766000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189766000, lastModified=2023-04-04 18:26:19.579387000, delta=610379000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.189766000, lastModified=2023-04-04 18:26:19.579387000, delta=610379000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.190 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.190380000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.190380000, lastModified=2023-04-04 18:26:19.579387000, delta=610993000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.190380000, lastModified=2023-04-04 18:26:19.579387000, delta=610993000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.190 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.190658000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.190658000, lastModified=2023-04-04 18:26:19.579387000, delta=611271000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.190658000, lastModified=2023-04-04 18:26:19.579387000, delta=611271000 ns, racy<=2500000000 ns 18:26:20.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.190 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.190996000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.190996000, lastModified=2023-04-04 18:26:19.579387000, delta=611609000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.190996000, lastModified=2023-04-04 18:26:19.579387000, delta=611609000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.191 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.191431000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.191431000, lastModified=2023-04-04 18:26:19.579387000, delta=612044000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.191431000, lastModified=2023-04-04 18:26:19.579387000, delta=612044000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.191 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.191683000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.191683000, lastModified=2023-04-04 18:26:19.579387000, delta=612296000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.191683000, lastModified=2023-04-04 18:26:19.579387000, delta=612296000 ns, racy<=2500000000 ns 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.249680000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.249680000, lastModified=2023-04-04 18:26:19.579387000, delta=670293000 ns, racy<=2500000000 ns 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.189177000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780189177000 ns, racy<=2500000000 ns 18:26:20.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is unmodified 18:26:20.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.250005000, lastModified=2023-04-04 18:26:20.249402000, size=23, fileKey=(dev=10006b,ino=1635796747) 18:26:20.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.250617000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.250963000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.249680000, lastModified=2023-04-04 18:26:19.579387000, delta=670293000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251115000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.251115000, lastModified=2023-04-04 18:26:19.579387000, delta=671728000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251228000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.251115000, lastModified=2023-04-04 18:26:19.579387000, delta=671728000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251341000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.251341000, lastModified=2023-04-04 18:26:19.579387000, delta=671954000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.251228000, lastModified=2023-04-04 18:26:20.249402000, delta=1826000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251456000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.251456000, lastModified=2023-04-04 18:26:20.249402000, delta=2054000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.251341000, lastModified=2023-04-04 18:26:19.579387000, delta=671954000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251633000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.251633000, lastModified=2023-04-04 18:26:19.579387000, delta=672246000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.251456000, lastModified=2023-04-04 18:26:20.249402000, delta=2054000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251745000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.251745000, lastModified=2023-04-04 18:26:20.249402000, delta=2343000 ns, racy<=2500000000 ns 18:26:20.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.251830000, lastModified=2023-04-04 18:26:20.249402000, size=23, fileKey=(dev=10006b,ino=1635796747) 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.252341000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.251633000, lastModified=2023-04-04 18:26:19.579387000, delta=672246000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.252483000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.252483000, lastModified=2023-04-04 18:26:19.579387000, delta=673096000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.252593000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.252483000, lastModified=2023-04-04 18:26:19.579387000, delta=673096000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.252690000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.252690000, lastModified=2023-04-04 18:26:19.579387000, delta=673303000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.252593000, lastModified=2023-04-04 18:26:20.249402000, delta=3191000 ns, racy<=2500000000 ns 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.252802000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.252802000, lastModified=2023-04-04 18:26:20.249402000, delta=3400000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.252690000, lastModified=2023-04-04 18:26:19.579387000, delta=673303000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.253125000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.253125000, lastModified=2023-04-04 18:26:19.579387000, delta=673738000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.252802000, lastModified=2023-04-04 18:26:20.249402000, delta=3400000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.253248000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.253248000, lastModified=2023-04-04 18:26:20.249402000, delta=3846000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.253125000, lastModified=2023-04-04 18:26:19.579387000, delta=673738000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.253429000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.253429000, lastModified=2023-04-04 18:26:19.579387000, delta=674042000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.253248000, lastModified=2023-04-04 18:26:20.249402000, delta=3846000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.253552000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.253552000, lastModified=2023-04-04 18:26:20.249402000, delta=4150000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.253429000, lastModified=2023-04-04 18:26:19.579387000, delta=674042000 ns, racy<=2500000000 ns 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.253955000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.253955000, lastModified=2023-04-04 18:26:19.579387000, delta=674568000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.253552000, lastModified=2023-04-04 18:26:20.249402000, delta=4150000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.254096000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.254096000, lastModified=2023-04-04 18:26:20.249402000, delta=4694000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.253955000, lastModified=2023-04-04 18:26:19.579387000, delta=674568000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.254330000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.254330000, lastModified=2023-04-04 18:26:19.579387000, delta=674943000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.254096000, lastModified=2023-04-04 18:26:20.249402000, delta=4694000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.254453000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.254453000, lastModified=2023-04-04 18:26:20.249402000, delta=5051000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.254330000, lastModified=2023-04-04 18:26:19.579387000, delta=674943000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.254619000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.254619000, lastModified=2023-04-04 18:26:19.579387000, delta=675232000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.254453000, lastModified=2023-04-04 18:26:20.249402000, delta=5051000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.254730000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.254730000, lastModified=2023-04-04 18:26:20.249402000, delta=5328000 ns, racy<=2500000000 ns 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, size=6, fileKey=(dev=10006b,ino=1645583558) 18:26:20.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, delta=65515000 ns, racy<=3610000 ns 18:26:20.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.255547000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780255547000 ns, racy<=3610000 ns 18:26:20.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, delta=65515000 ns, racy<=3610000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.255547000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780255547000 ns, racy<=3610000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.254619000, lastModified=2023-04-04 18:26:19.579387000, delta=675232000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.256 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.256579000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.256579000, lastModified=2023-04-04 18:26:19.579387000, delta=677192000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.254730000, lastModified=2023-04-04 18:26:20.249402000, delta=5328000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.256707000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.256707000, lastModified=2023-04-04 18:26:20.249402000, delta=7305000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.256778000, lastModified=2023-04-04 18:26:20.252402000, size=0, fileKey=(dev=10006b,ino=1635796764) 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.256579000, lastModified=2023-04-04 18:26:19.579387000, delta=677192000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.256 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.256836000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.256836000, lastModified=2023-04-04 18:26:19.579387000, delta=677449000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.256707000, lastModified=2023-04-04 18:26:20.249402000, delta=7305000 ns, racy<=2500000000 ns 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.256957000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.256957000, lastModified=2023-04-04 18:26:20.249402000, delta=7555000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257077000, lastModified=2023-04-04 18:26:20.256402000, size=104, fileKey=(dev=10006b,ino=1635796764) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257129000, lastModified=2023-04-04 18:26:20.256402000, size=104, fileKey=(dev=10006b,ino=1635796764) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.256836000, lastModified=2023-04-04 18:26:19.579387000, delta=677449000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.257 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257188000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.257188000, lastModified=2023-04-04 18:26:19.579387000, delta=677801000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.256957000, lastModified=2023-04-04 18:26:20.249402000, delta=7555000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257309000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.257309000, lastModified=2023-04-04 18:26:20.249402000, delta=7907000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257488000, lastModified=2023-04-04 18:26:20.256402000, size=104, fileKey=(dev=10006b,ino=1635796764) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257551000, lastModified=2023-04-04 18:26:20.256402000, size=104, fileKey=(dev=10006b,ino=1635796764) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257630000, lastModified=2023-04-04 18:26:20.256402000, size=0, fileKey=(dev=10006b,ino=1635796759) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.257188000, lastModified=2023-04-04 18:26:19.579387000, delta=677801000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.257 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257681000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.257681000, lastModified=2023-04-04 18:26:19.579387000, delta=678294000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.257309000, lastModified=2023-04-04 18:26:20.249402000, delta=7907000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257815000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.257815000, lastModified=2023-04-04 18:26:20.249402000, delta=8413000 ns, racy<=2500000000 ns 18:26:20.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.257941000, lastModified=2023-04-04 18:26:20.257403000, size=104, fileKey=(dev=10006b,ino=1635796759) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.257681000, lastModified=2023-04-04 18:26:19.579387000, delta=678294000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258147000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258147000, lastModified=2023-04-04 18:26:19.579387000, delta=678760000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.257815000, lastModified=2023-04-04 18:26:20.249402000, delta=8413000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258274000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258274000, lastModified=2023-04-04 18:26:20.249402000, delta=8872000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258147000, lastModified=2023-04-04 18:26:19.579387000, delta=678760000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258379000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258379000, lastModified=2023-04-04 18:26:19.579387000, delta=678992000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258274000, lastModified=2023-04-04 18:26:20.249402000, delta=8872000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258488000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258488000, lastModified=2023-04-04 18:26:20.249402000, delta=9086000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258379000, lastModified=2023-04-04 18:26:19.579387000, delta=678992000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258598000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258598000, lastModified=2023-04-04 18:26:19.579387000, delta=679211000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258488000, lastModified=2023-04-04 18:26:20.249402000, delta=9086000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258717000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258717000, lastModified=2023-04-04 18:26:20.249402000, delta=9315000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258598000, lastModified=2023-04-04 18:26:19.579387000, delta=679211000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258802000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258802000, lastModified=2023-04-04 18:26:19.579387000, delta=679415000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258717000, lastModified=2023-04-04 18:26:20.249402000, delta=9315000 ns, racy<=2500000000 ns 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.258916000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258916000, lastModified=2023-04-04 18:26:20.249402000, delta=9514000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.259003000, lastModified=2023-04-04 18:26:20.249402000, size=23, fileKey=(dev=10006b,ino=1635796747) 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.258802000, lastModified=2023-04-04 18:26:19.579387000, delta=679415000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.259198000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.259198000, lastModified=2023-04-04 18:26:19.579387000, delta=679811000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.258916000, lastModified=2023-04-04 18:26:20.249402000, delta=9514000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.259313000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.259313000, lastModified=2023-04-04 18:26:20.249402000, delta=9911000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.259003000, lastModified=2023-04-04 18:26:20.249402000, delta=9601000 ns, racy<=3610000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, is unmodified 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.259198000, lastModified=2023-04-04 18:26:19.579387000, delta=679811000 ns, racy<=2500000000 ns 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.259933000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.259933000, lastModified=2023-04-04 18:26:19.579387000, delta=680546000 ns, racy<=2500000000 ns 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.259313000, lastModified=2023-04-04 18:26:20.249402000, delta=9911000 ns, racy<=2500000000 ns 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.260272000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.260272000, lastModified=2023-04-04 18:26:20.249402000, delta=10870000 ns, racy<=2500000000 ns 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.260477000, lastModified=2023-04-04 18:26:20.257403000, size=104, fileKey=(dev=10006b,ino=1635796759) 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.260525000, lastModified=2023-04-04 18:26:20.257403000, size=104, fileKey=(dev=10006b,ino=1635796759) 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, delta=65515000 ns, racy<=3610000 ns 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.255547000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780255547000 ns, racy<=3610000 ns 18:26:20.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, delta=65515000 ns, racy<=3610000 ns 18:26:20.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.255547000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780255547000 ns, racy<=3610000 ns 18:26:20.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, delta=65515000 ns, racy<=3610000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.255547000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780255547000 ns, racy<=3610000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.254916000, lastModified=2023-04-04 18:26:20.189401000, delta=65515000 ns, racy<=3610000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.255547000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780255547000 ns, racy<=3610000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.259933000, lastModified=2023-04-04 18:26:19.579387000, delta=680546000 ns, racy<=2500000000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.262 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.262852000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.262852000, lastModified=2023-04-04 18:26:19.579387000, delta=683465000 ns, racy<=2500000000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.260272000, lastModified=2023-04-04 18:26:20.249402000, delta=10870000 ns, racy<=2500000000 ns 18:26:20.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.262993000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.262993000, lastModified=2023-04-04 18:26:20.249402000, delta=13591000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.259003000, lastModified=2023-04-04 18:26:20.249402000, delta=9601000 ns, racy<=3610000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, is unmodified 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.262852000, lastModified=2023-04-04 18:26:19.579387000, delta=683465000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.263240000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.263240000, lastModified=2023-04-04 18:26:19.579387000, delta=683853000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.262993000, lastModified=2023-04-04 18:26:20.249402000, delta=13591000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.263361000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.263361000, lastModified=2023-04-04 18:26:20.249402000, delta=13959000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.263240000, lastModified=2023-04-04 18:26:19.579387000, delta=683853000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.263605000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.263605000, lastModified=2023-04-04 18:26:19.579387000, delta=684218000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.263361000, lastModified=2023-04-04 18:26:20.249402000, delta=13959000 ns, racy<=2500000000 ns 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.263730000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.263730000, lastModified=2023-04-04 18:26:20.249402000, delta=14328000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.263605000, lastModified=2023-04-04 18:26:19.579387000, delta=684218000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264234000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264234000, lastModified=2023-04-04 18:26:19.579387000, delta=684847000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.263730000, lastModified=2023-04-04 18:26:20.249402000, delta=14328000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264359000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.264359000, lastModified=2023-04-04 18:26:20.249402000, delta=14957000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264234000, lastModified=2023-04-04 18:26:19.579387000, delta=684847000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264490000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264490000, lastModified=2023-04-04 18:26:19.579387000, delta=685103000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.264359000, lastModified=2023-04-04 18:26:20.249402000, delta=14957000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264602000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.264602000, lastModified=2023-04-04 18:26:20.249402000, delta=15200000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264490000, lastModified=2023-04-04 18:26:19.579387000, delta=685103000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264746000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264746000, lastModified=2023-04-04 18:26:19.579387000, delta=685359000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.264602000, lastModified=2023-04-04 18:26:20.249402000, delta=15200000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264860000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.264860000, lastModified=2023-04-04 18:26:20.249402000, delta=15458000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264746000, lastModified=2023-04-04 18:26:19.579387000, delta=685359000 ns, racy<=2500000000 ns 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.264963000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264963000, lastModified=2023-04-04 18:26:19.579387000, delta=685576000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.264860000, lastModified=2023-04-04 18:26:20.249402000, delta=15458000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265081000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265081000, lastModified=2023-04-04 18:26:20.249402000, delta=15679000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.264963000, lastModified=2023-04-04 18:26:19.579387000, delta=685576000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265243000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.265243000, lastModified=2023-04-04 18:26:19.579387000, delta=685856000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265081000, lastModified=2023-04-04 18:26:20.249402000, delta=15679000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265360000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265360000, lastModified=2023-04-04 18:26:20.249402000, delta=15958000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.265243000, lastModified=2023-04-04 18:26:19.579387000, delta=685856000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265455000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.265455000, lastModified=2023-04-04 18:26:19.579387000, delta=686068000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265360000, lastModified=2023-04-04 18:26:20.249402000, delta=15958000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265567000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265567000, lastModified=2023-04-04 18:26:20.249402000, delta=16165000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265693000, lastModified=2023-04-04 18:26:20.263403000, size=41, fileKey=(dev=10006b,ino=1637911039) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.265455000, lastModified=2023-04-04 18:26:19.579387000, delta=686068000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265844000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.265844000, lastModified=2023-04-04 18:26:19.579387000, delta=686457000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265567000, lastModified=2023-04-04 18:26:20.249402000, delta=16165000 ns, racy<=2500000000 ns 18:26:20.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.265993000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.265993000, lastModified=2023-04-04 18:26:20.249402000, delta=16591000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.265844000, lastModified=2023-04-04 18:26:19.579387000, delta=686457000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.266 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.266165000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.266165000, lastModified=2023-04-04 18:26:19.579387000, delta=686778000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.251745000, lastModified=2023-04-04 18:26:20.249402000, delta=2343000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.266284000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.266284000, lastModified=2023-04-04 18:26:20.249402000, delta=16882000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.266368000, lastModified=2023-04-04 18:26:20.263403000, size=41, fileKey=(dev=10006b,ino=1637911039) 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.266165000, lastModified=2023-04-04 18:26:19.579387000, delta=686778000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.266 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.266454000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.266454000, lastModified=2023-04-04 18:26:19.579387000, delta=687067000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.266284000, lastModified=2023-04-04 18:26:20.249402000, delta=16882000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.266564000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.266564000, lastModified=2023-04-04 18:26:20.249402000, delta=17162000 ns, racy<=2500000000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.266368000, lastModified=2023-04-04 18:26:20.263403000, delta=2965000 ns, racy<=3610000 ns 18:26:20.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, is racily clean 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.267001000, lastModified=2023-04-04 18:26:20.263403000, size=41, fileKey=(dev=10006b,ino=1637911039) 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.267001000, lastModified=2023-04-04 18:26:20.263403000, delta=3598000 ns, racy<=3610000 ns ecb6e48ff0a87548e6501d417ca3db37935fbfbe 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.267714000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.266454000, lastModified=2023-04-04 18:26:19.579387000, delta=687067000 ns, racy<=2500000000 ns 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.267 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.267874000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.267874000, lastModified=2023-04-04 18:26:19.579387000, delta=688487000 ns, racy<=2500000000 ns 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.267996000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.267874000, lastModified=2023-04-04 18:26:19.579387000, delta=688487000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268101000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.268101000, lastModified=2023-04-04 18:26:19.579387000, delta=688714000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.267996000, lastModified=2023-04-04 18:26:20.249402000, delta=18594000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268215000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.268215000, lastModified=2023-04-04 18:26:20.249402000, delta=18813000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268332000, lastModified=2023-04-04 18:26:20.257403000, size=104, fileKey=(dev=10006b,ino=1635796759) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.268101000, lastModified=2023-04-04 18:26:19.579387000, delta=688714000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268424000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.268424000, lastModified=2023-04-04 18:26:19.579387000, delta=689037000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.268215000, lastModified=2023-04-04 18:26:20.249402000, delta=18813000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268545000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.268545000, lastModified=2023-04-04 18:26:20.249402000, delta=19143000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268698000, lastModified=2023-04-04 18:26:20.257403000, size=104, fileKey=(dev=10006b,ino=1635796759) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268743000, lastModified=2023-04-04 18:26:20.257403000, size=104, fileKey=(dev=10006b,ino=1635796759) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.268424000, lastModified=2023-04-04 18:26:19.579387000, delta=689037000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268796000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.268796000, lastModified=2023-04-04 18:26:19.579387000, delta=689409000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.268545000, lastModified=2023-04-04 18:26:20.249402000, delta=19143000 ns, racy<=2500000000 ns 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.268923000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.268923000, lastModified=2023-04-04 18:26:20.249402000, delta=19521000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.268796000, lastModified=2023-04-04 18:26:19.579387000, delta=689409000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.269066000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.269066000, lastModified=2023-04-04 18:26:19.579387000, delta=689679000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.268923000, lastModified=2023-04-04 18:26:20.249402000, delta=19521000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.269181000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.269181000, lastModified=2023-04-04 18:26:20.249402000, delta=19779000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.269066000, lastModified=2023-04-04 18:26:19.579387000, delta=689679000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.269462000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.269462000, lastModified=2023-04-04 18:26:19.579387000, delta=690075000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.269181000, lastModified=2023-04-04 18:26:20.249402000, delta=19779000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.269585000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.269585000, lastModified=2023-04-04 18:26:20.249402000, delta=20183000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, size=6, fileKey=(dev=10006b,ino=1645583558) 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.269462000, lastModified=2023-04-04 18:26:19.579387000, delta=690075000 ns, racy<=2500000000 ns 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.269989000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.269989000, lastModified=2023-04-04 18:26:19.579387000, delta=690602000 ns, racy<=2500000000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.269585000, lastModified=2023-04-04 18:26:20.249402000, delta=20183000 ns, racy<=2500000000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.270116000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.270116000, lastModified=2023-04-04 18:26:20.249402000, delta=20714000 ns, racy<=2500000000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.270397000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780270397000 ns, racy<=3610000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.270397000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780270397000 ns, racy<=3610000 ns 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.270979000, lastModified=2023-04-04 18:26:20.267403000, size=0, fileKey=(dev=10006b,ino=1635796764) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.269989000, lastModified=2023-04-04 18:26:19.579387000, delta=690602000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271047000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.271047000, lastModified=2023-04-04 18:26:19.579387000, delta=691660000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.270116000, lastModified=2023-04-04 18:26:20.249402000, delta=20714000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271203000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.271203000, lastModified=2023-04-04 18:26:20.249402000, delta=21801000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271314000, lastModified=2023-04-04 18:26:20.270403000, size=176, fileKey=(dev=10006b,ino=1635796764) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271470000, lastModified=2023-04-04 18:26:20.270403000, size=176, fileKey=(dev=10006b,ino=1635796764) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.271047000, lastModified=2023-04-04 18:26:19.579387000, delta=691660000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271686000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.271686000, lastModified=2023-04-04 18:26:19.579387000, delta=692299000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.271203000, lastModified=2023-04-04 18:26:20.249402000, delta=21801000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271840000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.271840000, lastModified=2023-04-04 18:26:20.249402000, delta=22438000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.271686000, lastModified=2023-04-04 18:26:19.579387000, delta=692299000 ns, racy<=2500000000 ns 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.271951000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.271951000, lastModified=2023-04-04 18:26:19.579387000, delta=692564000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.271840000, lastModified=2023-04-04 18:26:20.249402000, delta=22438000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272072000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272072000, lastModified=2023-04-04 18:26:20.249402000, delta=22670000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.271951000, lastModified=2023-04-04 18:26:19.579387000, delta=692564000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272183000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.272183000, lastModified=2023-04-04 18:26:19.579387000, delta=692796000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272072000, lastModified=2023-04-04 18:26:20.249402000, delta=22670000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272294000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272294000, lastModified=2023-04-04 18:26:20.249402000, delta=22892000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.272183000, lastModified=2023-04-04 18:26:19.579387000, delta=692796000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272380000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.272380000, lastModified=2023-04-04 18:26:19.579387000, delta=692993000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272294000, lastModified=2023-04-04 18:26:20.249402000, delta=22892000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272486000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272486000, lastModified=2023-04-04 18:26:20.249402000, delta=23084000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272588000, lastModified=2023-04-04 18:26:20.249402000, size=23, fileKey=(dev=10006b,ino=1635796747) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272653000, lastModified=2023-04-04 18:26:20.263403000, size=41, fileKey=(dev=10006b,ino=1637911039) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.272380000, lastModified=2023-04-04 18:26:19.579387000, delta=692993000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272766000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.272766000, lastModified=2023-04-04 18:26:19.579387000, delta=693379000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272486000, lastModified=2023-04-04 18:26:20.249402000, delta=23084000 ns, racy<=2500000000 ns 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.272889000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272889000, lastModified=2023-04-04 18:26:20.249402000, delta=23487000 ns, racy<=2500000000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.272588000, lastModified=2023-04-04 18:26:20.249402000, delta=23186000 ns, racy<=3610000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, is unmodified 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.272653000, lastModified=2023-04-04 18:26:20.263403000, delta=9250000 ns, racy<=3610000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, is unmodified 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.272766000, lastModified=2023-04-04 18:26:19.579387000, delta=693379000 ns, racy<=2500000000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.273525000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.273525000, lastModified=2023-04-04 18:26:19.579387000, delta=694138000 ns, racy<=2500000000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.272889000, lastModified=2023-04-04 18:26:20.249402000, delta=23487000 ns, racy<=2500000000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.273667000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.273667000, lastModified=2023-04-04 18:26:20.249402000, delta=24265000 ns, racy<=2500000000 ns 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.273865000, lastModified=2023-04-04 18:26:20.270403000, size=176, fileKey=(dev=10006b,ino=1635796764) 18:26:20.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.273933000, lastModified=2023-04-04 18:26:20.270403000, size=176, fileKey=(dev=10006b,ino=1635796764) 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.270397000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780270397000 ns, racy<=3610000 ns 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.270397000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780270397000 ns, racy<=3610000 ns 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.270397000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780270397000 ns, racy<=3610000 ns 18:26:20.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.269754000, lastModified=2023-04-04 18:26:20.189401000, delta=80353000 ns, racy<=3610000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack, is unmodified 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.270397000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780270397000 ns, racy<=3610000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/objects/pack/preserved, is unmodified 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.273525000, lastModified=2023-04-04 18:26:19.579387000, delta=694138000 ns, racy<=2500000000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.275 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.275508000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.275508000, lastModified=2023-04-04 18:26:19.579387000, delta=696121000 ns, racy<=2500000000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.273667000, lastModified=2023-04-04 18:26:20.249402000, delta=24265000 ns, racy<=2500000000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.275645000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.275645000, lastModified=2023-04-04 18:26:20.249402000, delta=26243000 ns, racy<=2500000000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.272588000, lastModified=2023-04-04 18:26:20.249402000, delta=23186000 ns, racy<=3610000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/HEAD, is unmodified 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.272653000, lastModified=2023-04-04 18:26:20.263403000, delta=9250000 ns, racy<=3610000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, is unmodified 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.275508000, lastModified=2023-04-04 18:26:19.579387000, delta=696121000 ns, racy<=2500000000 ns 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.275 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.275970000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.275970000, lastModified=2023-04-04 18:26:19.579387000, delta=696583000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.275645000, lastModified=2023-04-04 18:26:20.249402000, delta=26243000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.276112000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.276112000, lastModified=2023-04-04 18:26:20.249402000, delta=26710000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.272653000, lastModified=2023-04-04 18:26:20.263403000, delta=9250000 ns, racy<=3610000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, is unmodified 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.275970000, lastModified=2023-04-04 18:26:19.579387000, delta=696583000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.276 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.276417000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.276417000, lastModified=2023-04-04 18:26:19.579387000, delta=697030000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.276112000, lastModified=2023-04-04 18:26:20.249402000, delta=26710000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.276547000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.276547000, lastModified=2023-04-04 18:26:20.249402000, delta=27145000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.276417000, lastModified=2023-04-04 18:26:19.579387000, delta=697030000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.276 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.276692000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.276692000, lastModified=2023-04-04 18:26:19.579387000, delta=697305000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.276547000, lastModified=2023-04-04 18:26:20.249402000, delta=27145000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.276816000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.276816000, lastModified=2023-04-04 18:26:20.249402000, delta=27414000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.276692000, lastModified=2023-04-04 18:26:19.579387000, delta=697305000 ns, racy<=2500000000 ns 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.276 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.276983000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.276983000, lastModified=2023-04-04 18:26:19.579387000, delta=697596000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.276816000, lastModified=2023-04-04 18:26:20.249402000, delta=27414000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277108000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277108000, lastModified=2023-04-04 18:26:20.249402000, delta=27706000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.276983000, lastModified=2023-04-04 18:26:19.579387000, delta=697596000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277205000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277205000, lastModified=2023-04-04 18:26:19.579387000, delta=697818000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277108000, lastModified=2023-04-04 18:26:20.249402000, delta=27706000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277325000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277325000, lastModified=2023-04-04 18:26:20.249402000, delta=27923000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277205000, lastModified=2023-04-04 18:26:19.579387000, delta=697818000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277432000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277432000, lastModified=2023-04-04 18:26:19.579387000, delta=698045000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277325000, lastModified=2023-04-04 18:26:20.249402000, delta=27923000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277543000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277543000, lastModified=2023-04-04 18:26:20.249402000, delta=28141000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277432000, lastModified=2023-04-04 18:26:19.579387000, delta=698045000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277631000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277631000, lastModified=2023-04-04 18:26:19.579387000, delta=698244000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277543000, lastModified=2023-04-04 18:26:20.249402000, delta=28141000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277736000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277736000, lastModified=2023-04-04 18:26:20.249402000, delta=28334000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277813000, lastModified=2023-04-04 18:26:20.275403000, size=41, fileKey=(dev=10006b,ino=1637919110) 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277631000, lastModified=2023-04-04 18:26:19.579387000, delta=698244000 ns, racy<=2500000000 ns 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.277 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.277984000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277984000, lastModified=2023-04-04 18:26:19.579387000, delta=698597000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.277736000, lastModified=2023-04-04 18:26:20.249402000, delta=28334000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278117000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.278117000, lastModified=2023-04-04 18:26:20.249402000, delta=28715000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.277984000, lastModified=2023-04-04 18:26:19.579387000, delta=698597000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.278 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278269000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.278269000, lastModified=2023-04-04 18:26:19.579387000, delta=698882000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.266564000, lastModified=2023-04-04 18:26:20.249402000, delta=17162000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278386000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.278386000, lastModified=2023-04-04 18:26:20.249402000, delta=28984000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1637911039) to (dev=10006b,ino=1637919110) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278491000, lastModified=2023-04-04 18:26:20.275403000, size=41, fileKey=(dev=10006b,ino=1637919110) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.278269000, lastModified=2023-04-04 18:26:19.579387000, delta=698882000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.278 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278572000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.278572000, lastModified=2023-04-04 18:26:19.579387000, delta=699185000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.278386000, lastModified=2023-04-04 18:26:20.249402000, delta=28984000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, is racily clean 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278682000, lastModified=2023-04-04 18:26:20.249402000, size=78, fileKey=(dev=10006b,ino=1635796762) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.278682000, lastModified=2023-04-04 18:26:20.249402000, delta=29280000 ns, racy<=2500000000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.278491000, lastModified=2023-04-04 18:26:20.275403000, delta=3088000 ns, racy<=3610000 ns 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, is racily clean 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.278807000, lastModified=2023-04-04 18:26:20.275403000, size=41, fileKey=(dev=10006b,ino=1637919110) 18:26:20.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13129995491491755864/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.278807000, lastModified=2023-04-04 18:26:20.275403000, delta=3404000 ns, racy<=3610000 ns cde66bb599027a422f87a51200f0130dd3c93f6a 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.278572000, lastModified=2023-04-04 18:26:19.579387000, delta=699185000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.280299000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280299000, lastModified=2023-04-04 18:26:19.579387000, delta=700912000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280299000, lastModified=2023-04-04 18:26:19.579387000, delta=700912000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.280462000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280462000, lastModified=2023-04-04 18:26:19.579387000, delta=701075000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280462000, lastModified=2023-04-04 18:26:19.579387000, delta=701075000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.280678000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280678000, lastModified=2023-04-04 18:26:19.579387000, delta=701291000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280678000, lastModified=2023-04-04 18:26:19.579387000, delta=701291000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.280914000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280914000, lastModified=2023-04-04 18:26:19.579387000, delta=701527000 ns, racy<=2500000000 ns 18:26:20.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.280914000, lastModified=2023-04-04 18:26:19.579387000, delta=701527000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.281130000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.281130000, lastModified=2023-04-04 18:26:19.579387000, delta=701743000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.281130000, lastModified=2023-04-04 18:26:19.579387000, delta=701743000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.281667000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.281667000, lastModified=2023-04-04 18:26:19.579387000, delta=702280000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.281667000, lastModified=2023-04-04 18:26:19.579387000, delta=702280000 ns, racy<=2500000000 ns 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.281943000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.281943000, lastModified=2023-04-04 18:26:19.579387000, delta=702556000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.281943000, lastModified=2023-04-04 18:26:19.579387000, delta=702556000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.282 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.282250000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.282250000, lastModified=2023-04-04 18:26:19.579387000, delta=702863000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.282250000, lastModified=2023-04-04 18:26:19.579387000, delta=702863000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.282 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.282674000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.282674000, lastModified=2023-04-04 18:26:19.579387000, delta=703287000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.282674000, lastModified=2023-04-04 18:26:19.579387000, delta=703287000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.282 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.282907000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.282907000, lastModified=2023-04-04 18:26:19.579387000, delta=703520000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.282907000, lastModified=2023-04-04 18:26:19.579387000, delta=703520000 ns, racy<=2500000000 ns 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.283 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.283158000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.283158000, lastModified=2023-04-04 18:26:19.579387000, delta=703771000 ns, racy<=2500000000 ns 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.280561000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780280561000 ns, racy<=2500000000 ns 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is unmodified 18:26:20.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.283378000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.284232000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.284545000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.283158000, lastModified=2023-04-04 18:26:19.579387000, delta=703771000 ns, racy<=2500000000 ns 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.284 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.284679000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.284679000, lastModified=2023-04-04 18:26:19.579387000, delta=705292000 ns, racy<=2500000000 ns 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.284789000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.284679000, lastModified=2023-04-04 18:26:19.579387000, delta=705292000 ns, racy<=2500000000 ns 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.284 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.284883000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.284883000, lastModified=2023-04-04 18:26:19.579387000, delta=705496000 ns, racy<=2500000000 ns 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.284789000, lastModified=2023-04-04 18:26:20.283403000, delta=1386000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.285016000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.285016000, lastModified=2023-04-04 18:26:20.283403000, delta=1613000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.284883000, lastModified=2023-04-04 18:26:19.579387000, delta=705496000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.285 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.285194000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.285194000, lastModified=2023-04-04 18:26:19.579387000, delta=705807000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.285016000, lastModified=2023-04-04 18:26:20.283403000, delta=1613000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.285314000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.285314000, lastModified=2023-04-04 18:26:20.283403000, delta=1911000 ns, racy<=2500000000 ns 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.285404000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.285904000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.285194000, lastModified=2023-04-04 18:26:19.579387000, delta=705807000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286043000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286043000, lastModified=2023-04-04 18:26:19.579387000, delta=706656000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286153000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286043000, lastModified=2023-04-04 18:26:19.579387000, delta=706656000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286243000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286243000, lastModified=2023-04-04 18:26:19.579387000, delta=706856000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286153000, lastModified=2023-04-04 18:26:20.283403000, delta=2750000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286341000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286341000, lastModified=2023-04-04 18:26:20.283403000, delta=2938000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286243000, lastModified=2023-04-04 18:26:19.579387000, delta=706856000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286539000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286539000, lastModified=2023-04-04 18:26:19.579387000, delta=707152000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286341000, lastModified=2023-04-04 18:26:20.283403000, delta=2938000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286646000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286646000, lastModified=2023-04-04 18:26:20.283403000, delta=3243000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286539000, lastModified=2023-04-04 18:26:19.579387000, delta=707152000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286809000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286809000, lastModified=2023-04-04 18:26:19.579387000, delta=707422000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286646000, lastModified=2023-04-04 18:26:20.283403000, delta=3243000 ns, racy<=2500000000 ns 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.286941000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286941000, lastModified=2023-04-04 18:26:20.283403000, delta=3538000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.286809000, lastModified=2023-04-04 18:26:19.579387000, delta=707422000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.287 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287055000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.287055000, lastModified=2023-04-04 18:26:19.579387000, delta=707668000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.286941000, lastModified=2023-04-04 18:26:20.283403000, delta=3538000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287156000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.287156000, lastModified=2023-04-04 18:26:20.283403000, delta=3753000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.287055000, lastModified=2023-04-04 18:26:19.579387000, delta=707668000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.287 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287357000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.287357000, lastModified=2023-04-04 18:26:19.579387000, delta=707970000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.287156000, lastModified=2023-04-04 18:26:20.283403000, delta=3753000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287465000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.287465000, lastModified=2023-04-04 18:26:20.283403000, delta=4062000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.287357000, lastModified=2023-04-04 18:26:19.579387000, delta=707970000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.287 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287612000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.287612000, lastModified=2023-04-04 18:26:19.579387000, delta=708225000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.287465000, lastModified=2023-04-04 18:26:20.283403000, delta=4062000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287707000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.287707000, lastModified=2023-04-04 18:26:20.283403000, delta=4304000 ns, racy<=2500000000 ns 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, size=6, fileKey=(dev=10006b,ino=1665218161) 18:26:20.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, delta=7463000 ns, racy<=3610000 ns 18:26:20.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.288414000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780288414000 ns, racy<=3610000 ns 18:26:20.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, delta=7463000 ns, racy<=3610000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.288414000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780288414000 ns, racy<=3610000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.287612000, lastModified=2023-04-04 18:26:19.579387000, delta=708225000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.289 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289287000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.289287000, lastModified=2023-04-04 18:26:19.579387000, delta=709900000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.287707000, lastModified=2023-04-04 18:26:20.283403000, delta=4304000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289403000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.289403000, lastModified=2023-04-04 18:26:20.283403000, delta=6000000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289465000, lastModified=2023-04-04 18:26:20.285403000, size=0, fileKey=(dev=10006b,ino=1655732923) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.289287000, lastModified=2023-04-04 18:26:19.579387000, delta=709900000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.289 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289517000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.289517000, lastModified=2023-04-04 18:26:19.579387000, delta=710130000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.289403000, lastModified=2023-04-04 18:26:20.283403000, delta=6000000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289610000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.289610000, lastModified=2023-04-04 18:26:20.283403000, delta=6207000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289708000, lastModified=2023-04-04 18:26:20.288403000, size=104, fileKey=(dev=10006b,ino=1655732923) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289751000, lastModified=2023-04-04 18:26:20.288403000, size=104, fileKey=(dev=10006b,ino=1655732923) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.289517000, lastModified=2023-04-04 18:26:19.579387000, delta=710130000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.289 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.289798000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.289798000, lastModified=2023-04-04 18:26:19.579387000, delta=710411000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.289610000, lastModified=2023-04-04 18:26:20.283403000, delta=6207000 ns, racy<=2500000000 ns 18:26:20.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.349814000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.349814000, lastModified=2023-04-04 18:26:20.283403000, delta=66411000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350266000, lastModified=2023-04-04 18:26:20.288403000, size=104, fileKey=(dev=10006b,ino=1655732923) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350322000, lastModified=2023-04-04 18:26:20.288403000, size=104, fileKey=(dev=10006b,ino=1655732923) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350397000, lastModified=2023-04-04 18:26:20.349405000, size=0, fileKey=(dev=10006b,ino=1655732915) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.289798000, lastModified=2023-04-04 18:26:19.579387000, delta=710411000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.350 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350453000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.350453000, lastModified=2023-04-04 18:26:19.579387000, delta=771066000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.349814000, lastModified=2023-04-04 18:26:20.283403000, delta=66411000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350581000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.350581000, lastModified=2023-04-04 18:26:20.283403000, delta=67178000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350687000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.350453000, lastModified=2023-04-04 18:26:19.579387000, delta=771066000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.350 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.350876000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.350876000, lastModified=2023-04-04 18:26:19.579387000, delta=771489000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.350581000, lastModified=2023-04-04 18:26:20.283403000, delta=67178000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351023000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351023000, lastModified=2023-04-04 18:26:20.283403000, delta=67620000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.350876000, lastModified=2023-04-04 18:26:19.579387000, delta=771489000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351118000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351118000, lastModified=2023-04-04 18:26:19.579387000, delta=771731000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351023000, lastModified=2023-04-04 18:26:20.283403000, delta=67620000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351225000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351225000, lastModified=2023-04-04 18:26:20.283403000, delta=67822000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351118000, lastModified=2023-04-04 18:26:19.579387000, delta=771731000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351333000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351333000, lastModified=2023-04-04 18:26:19.579387000, delta=771946000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351225000, lastModified=2023-04-04 18:26:20.283403000, delta=67822000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351452000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351452000, lastModified=2023-04-04 18:26:20.283403000, delta=68049000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351333000, lastModified=2023-04-04 18:26:19.579387000, delta=771946000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351534000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351534000, lastModified=2023-04-04 18:26:19.579387000, delta=772147000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351452000, lastModified=2023-04-04 18:26:20.283403000, delta=68049000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351641000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351641000, lastModified=2023-04-04 18:26:20.283403000, delta=68238000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351757000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351534000, lastModified=2023-04-04 18:26:19.579387000, delta=772147000 ns, racy<=2500000000 ns 18:26:20.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.351996000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351996000, lastModified=2023-04-04 18:26:19.579387000, delta=772609000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.351641000, lastModified=2023-04-04 18:26:20.283403000, delta=68238000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.352126000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.352126000, lastModified=2023-04-04 18:26:20.283403000, delta=68723000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.351757000, lastModified=2023-04-04 18:26:20.282403000, delta=69354000 ns, racy<=3610000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.351996000, lastModified=2023-04-04 18:26:19.579387000, delta=772609000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.352780000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.352780000, lastModified=2023-04-04 18:26:19.579387000, delta=773393000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.352126000, lastModified=2023-04-04 18:26:20.283403000, delta=68723000 ns, racy<=2500000000 ns 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.352926000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.352926000, lastModified=2023-04-04 18:26:20.283403000, delta=69523000 ns, racy<=2500000000 ns 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.353120000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.353172000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, delta=7463000 ns, racy<=3610000 ns 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.288414000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780288414000 ns, racy<=3610000 ns 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, delta=7463000 ns, racy<=3610000 ns 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.288414000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780288414000 ns, racy<=3610000 ns 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, delta=7463000 ns, racy<=3610000 ns 18:26:20.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.288414000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780288414000 ns, racy<=3610000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.287866000, lastModified=2023-04-04 18:26:20.280403000, delta=7463000 ns, racy<=3610000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.288414000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780288414000 ns, racy<=3610000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.352780000, lastModified=2023-04-04 18:26:19.579387000, delta=773393000 ns, racy<=2500000000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.354569000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.354569000, lastModified=2023-04-04 18:26:19.579387000, delta=775182000 ns, racy<=2500000000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.352926000, lastModified=2023-04-04 18:26:20.283403000, delta=69523000 ns, racy<=2500000000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.354700000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.354700000, lastModified=2023-04-04 18:26:20.283403000, delta=71297000 ns, racy<=2500000000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.351757000, lastModified=2023-04-04 18:26:20.282403000, delta=69354000 ns, racy<=3610000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.354569000, lastModified=2023-04-04 18:26:19.579387000, delta=775182000 ns, racy<=2500000000 ns 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.354947000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.354947000, lastModified=2023-04-04 18:26:19.579387000, delta=775560000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.354700000, lastModified=2023-04-04 18:26:20.283403000, delta=71297000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.355073000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.355073000, lastModified=2023-04-04 18:26:20.283403000, delta=71670000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.354947000, lastModified=2023-04-04 18:26:19.579387000, delta=775560000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.355 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.355324000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.355324000, lastModified=2023-04-04 18:26:19.579387000, delta=775937000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.355073000, lastModified=2023-04-04 18:26:20.283403000, delta=71670000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.355447000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.355447000, lastModified=2023-04-04 18:26:20.283403000, delta=72044000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.355324000, lastModified=2023-04-04 18:26:19.579387000, delta=775937000 ns, racy<=2500000000 ns 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.355 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.355899000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.355 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.355899000, lastModified=2023-04-04 18:26:19.579387000, delta=776512000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.355447000, lastModified=2023-04-04 18:26:20.283403000, delta=72044000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356045000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356045000, lastModified=2023-04-04 18:26:20.283403000, delta=72642000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.355899000, lastModified=2023-04-04 18:26:19.579387000, delta=776512000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356180000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356180000, lastModified=2023-04-04 18:26:19.579387000, delta=776793000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356045000, lastModified=2023-04-04 18:26:20.283403000, delta=72642000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356295000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356295000, lastModified=2023-04-04 18:26:20.283403000, delta=72892000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356180000, lastModified=2023-04-04 18:26:19.579387000, delta=776793000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356417000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356417000, lastModified=2023-04-04 18:26:19.579387000, delta=777030000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356295000, lastModified=2023-04-04 18:26:20.283403000, delta=72892000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356580000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356580000, lastModified=2023-04-04 18:26:20.283403000, delta=73177000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356417000, lastModified=2023-04-04 18:26:19.579387000, delta=777030000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356686000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356686000, lastModified=2023-04-04 18:26:19.579387000, delta=777299000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356580000, lastModified=2023-04-04 18:26:20.283403000, delta=73177000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356796000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356796000, lastModified=2023-04-04 18:26:20.283403000, delta=73393000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356686000, lastModified=2023-04-04 18:26:19.579387000, delta=777299000 ns, racy<=2500000000 ns 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.356 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.356975000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356975000, lastModified=2023-04-04 18:26:19.579387000, delta=777588000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.356796000, lastModified=2023-04-04 18:26:20.283403000, delta=73393000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357102000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.357102000, lastModified=2023-04-04 18:26:20.283403000, delta=73699000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.356975000, lastModified=2023-04-04 18:26:19.579387000, delta=777588000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.357 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357202000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.357202000, lastModified=2023-04-04 18:26:19.579387000, delta=777815000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.357102000, lastModified=2023-04-04 18:26:20.283403000, delta=73699000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357309000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.357309000, lastModified=2023-04-04 18:26:20.283403000, delta=73906000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357435000, lastModified=2023-04-04 18:26:20.355405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.357202000, lastModified=2023-04-04 18:26:19.579387000, delta=777815000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.357 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357577000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.357577000, lastModified=2023-04-04 18:26:19.579387000, delta=778190000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.357309000, lastModified=2023-04-04 18:26:20.283403000, delta=73906000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357731000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.357731000, lastModified=2023-04-04 18:26:20.283403000, delta=74328000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.357577000, lastModified=2023-04-04 18:26:19.579387000, delta=778190000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.357 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.357883000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.357883000, lastModified=2023-04-04 18:26:19.579387000, delta=778496000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.357 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.285314000, lastModified=2023-04-04 18:26:20.283403000, delta=1911000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.358019000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.358019000, lastModified=2023-04-04 18:26:20.283403000, delta=74616000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.358108000, lastModified=2023-04-04 18:26:20.355405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.357883000, lastModified=2023-04-04 18:26:19.579387000, delta=778496000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.358 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.358202000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.358202000, lastModified=2023-04-04 18:26:19.579387000, delta=778815000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.358019000, lastModified=2023-04-04 18:26:20.283403000, delta=74616000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.358311000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.358311000, lastModified=2023-04-04 18:26:20.283403000, delta=74908000 ns, racy<=2500000000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.358108000, lastModified=2023-04-04 18:26:20.355405000, delta=2703000 ns, racy<=3610000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is racily clean 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.358769000, lastModified=2023-04-04 18:26:20.355405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.358769000, lastModified=2023-04-04 18:26:20.355405000, delta=3364000 ns, racy<=3610000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=true, read=2023-04-04 18:26:20.285404000, lastModified=2023-04-04 18:26:20.282403000, delta=3001000 ns, racy<=3610000 ns 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is racily clean 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.358907000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.358907000, lastModified=2023-04-04 18:26:20.282403000, delta=76504000 ns, racy<=3610000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.358769000, lastModified=2023-04-04 18:26:20.355405000, delta=3364000 ns, racy<=3610000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359084000, lastModified=2023-04-04 18:26:20.355405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.359084000, lastModified=2023-04-04 18:26:20.355405000, delta=3679000 ns, racy<=3610000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.358202000, lastModified=2023-04-04 18:26:19.579387000, delta=778815000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359181000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.359181000, lastModified=2023-04-04 18:26:19.579387000, delta=779794000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.358311000, lastModified=2023-04-04 18:26:20.283403000, delta=74908000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359306000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.359306000, lastModified=2023-04-04 18:26:20.283403000, delta=75903000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, size changed from 0 to 104 bytes 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359462000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.359181000, lastModified=2023-04-04 18:26:19.579387000, delta=779794000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359550000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.359550000, lastModified=2023-04-04 18:26:19.579387000, delta=780163000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.359306000, lastModified=2023-04-04 18:26:20.283403000, delta=75903000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359702000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.359702000, lastModified=2023-04-04 18:26:20.283403000, delta=76299000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, cannot be racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.359550000, lastModified=2023-04-04 18:26:19.579387000, delta=780163000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359848000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.359848000, lastModified=2023-04-04 18:26:19.579387000, delta=780461000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.359702000, lastModified=2023-04-04 18:26:20.283403000, delta=76299000 ns, racy<=2500000000 ns 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.359 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.359981000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.359981000, lastModified=2023-04-04 18:26:20.283403000, delta=76578000 ns, racy<=2500000000 ns 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, cannot be racily clean 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.360113000, lastModified=2023-04-04 18:26:20.280403000, size=6, fileKey=(dev=10006b,ino=1665218161) 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.360113000, lastModified=2023-04-04 18:26:20.280403000, delta=79710000 ns, racy<=3610000 ns 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.360880000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.359848000, lastModified=2023-04-04 18:26:19.579387000, delta=780461000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361041000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361041000, lastModified=2023-04-04 18:26:19.579387000, delta=781654000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361154000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361041000, lastModified=2023-04-04 18:26:19.579387000, delta=781654000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361251000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361251000, lastModified=2023-04-04 18:26:19.579387000, delta=781864000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.361154000, lastModified=2023-04-04 18:26:20.283403000, delta=77751000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361361000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.361361000, lastModified=2023-04-04 18:26:20.283403000, delta=77958000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361459000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361251000, lastModified=2023-04-04 18:26:19.579387000, delta=781864000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361547000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361547000, lastModified=2023-04-04 18:26:19.579387000, delta=782160000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.361361000, lastModified=2023-04-04 18:26:20.283403000, delta=77958000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361663000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.361663000, lastModified=2023-04-04 18:26:20.283403000, delta=78260000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361820000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361862000, lastModified=2023-04-04 18:26:20.349405000, size=104, fileKey=(dev=10006b,ino=1655732915) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361547000, lastModified=2023-04-04 18:26:19.579387000, delta=782160000 ns, racy<=2500000000 ns 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.361 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.361925000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361925000, lastModified=2023-04-04 18:26:19.579387000, delta=782538000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.361663000, lastModified=2023-04-04 18:26:20.283403000, delta=78260000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.362064000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.362064000, lastModified=2023-04-04 18:26:20.283403000, delta=78661000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.361925000, lastModified=2023-04-04 18:26:19.579387000, delta=782538000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.362 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.362175000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.362175000, lastModified=2023-04-04 18:26:19.579387000, delta=782788000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.362064000, lastModified=2023-04-04 18:26:20.283403000, delta=78661000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.362301000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.362301000, lastModified=2023-04-04 18:26:20.283403000, delta=78898000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.362175000, lastModified=2023-04-04 18:26:19.579387000, delta=782788000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.362 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.362550000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.362550000, lastModified=2023-04-04 18:26:19.579387000, delta=783163000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.362301000, lastModified=2023-04-04 18:26:20.283403000, delta=78898000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.362695000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.362695000, lastModified=2023-04-04 18:26:20.283403000, delta=79292000 ns, racy<=2500000000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, size=6, fileKey=(dev=10006b,ino=1665218161) 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.362 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.362550000, lastModified=2023-04-04 18:26:19.579387000, delta=783163000 ns, racy<=2500000000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.363 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.363102000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.363102000, lastModified=2023-04-04 18:26:19.579387000, delta=783715000 ns, racy<=2500000000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.362695000, lastModified=2023-04-04 18:26:20.283403000, delta=79292000 ns, racy<=2500000000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.363221000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.363221000, lastModified=2023-04-04 18:26:20.283403000, delta=79818000 ns, racy<=2500000000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.363492000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780363492000 ns, racy<=3610000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.363492000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780363492000 ns, racy<=3610000 ns 18:26:20.363 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364089000, lastModified=2023-04-04 18:26:20.360405000, size=0, fileKey=(dev=10006b,ino=1655732923) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.363102000, lastModified=2023-04-04 18:26:19.579387000, delta=783715000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.364 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364159000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.364159000, lastModified=2023-04-04 18:26:19.579387000, delta=784772000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.363221000, lastModified=2023-04-04 18:26:20.283403000, delta=79818000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364282000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.364282000, lastModified=2023-04-04 18:26:20.283403000, delta=80879000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364391000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364450000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.364159000, lastModified=2023-04-04 18:26:19.579387000, delta=784772000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.364 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364584000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.364584000, lastModified=2023-04-04 18:26:19.579387000, delta=785197000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.364282000, lastModified=2023-04-04 18:26:20.283403000, delta=80879000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364712000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.364712000, lastModified=2023-04-04 18:26:20.283403000, delta=81309000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.364584000, lastModified=2023-04-04 18:26:19.579387000, delta=785197000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.364 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364800000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.364800000, lastModified=2023-04-04 18:26:19.579387000, delta=785413000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.364712000, lastModified=2023-04-04 18:26:20.283403000, delta=81309000 ns, racy<=2500000000 ns 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.364911000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.364911000, lastModified=2023-04-04 18:26:20.283403000, delta=81508000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.364800000, lastModified=2023-04-04 18:26:19.579387000, delta=785413000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.365 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365032000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.365032000, lastModified=2023-04-04 18:26:19.579387000, delta=785645000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.364911000, lastModified=2023-04-04 18:26:20.283403000, delta=81508000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365140000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.365140000, lastModified=2023-04-04 18:26:20.283403000, delta=81737000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.365032000, lastModified=2023-04-04 18:26:19.579387000, delta=785645000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.365 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365224000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.365224000, lastModified=2023-04-04 18:26:19.579387000, delta=785837000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.365140000, lastModified=2023-04-04 18:26:20.283403000, delta=81737000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365323000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.365323000, lastModified=2023-04-04 18:26:20.283403000, delta=81920000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365407000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365451000, lastModified=2023-04-04 18:26:20.355405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.365224000, lastModified=2023-04-04 18:26:19.579387000, delta=785837000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.365 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365549000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.365549000, lastModified=2023-04-04 18:26:19.579387000, delta=786162000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.365323000, lastModified=2023-04-04 18:26:20.283403000, delta=81920000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.365661000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.365661000, lastModified=2023-04-04 18:26:20.283403000, delta=82258000 ns, racy<=2500000000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.365407000, lastModified=2023-04-04 18:26:20.282403000, delta=83004000 ns, racy<=3610000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.365451000, lastModified=2023-04-04 18:26:20.355405000, delta=10046000 ns, racy<=3610000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.365549000, lastModified=2023-04-04 18:26:19.579387000, delta=786162000 ns, racy<=2500000000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.366 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.366343000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.366343000, lastModified=2023-04-04 18:26:19.579387000, delta=786956000 ns, racy<=2500000000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.365661000, lastModified=2023-04-04 18:26:20.283403000, delta=82258000 ns, racy<=2500000000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.366479000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.366479000, lastModified=2023-04-04 18:26:20.283403000, delta=83076000 ns, racy<=2500000000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.366685000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.366736000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.363492000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780363492000 ns, racy<=3610000 ns 18:26:20.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.363492000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780363492000 ns, racy<=3610000 ns 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.363492000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780363492000 ns, racy<=3610000 ns 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.362863000, lastModified=2023-04-04 18:26:20.280403000, delta=82460000 ns, racy<=3610000 ns 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.363492000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780363492000 ns, racy<=3610000 ns 18:26:20.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.366343000, lastModified=2023-04-04 18:26:19.579387000, delta=786956000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.368177000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.368177000, lastModified=2023-04-04 18:26:19.579387000, delta=788790000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.366479000, lastModified=2023-04-04 18:26:20.283403000, delta=83076000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.368322000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.368322000, lastModified=2023-04-04 18:26:20.283403000, delta=84919000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.365407000, lastModified=2023-04-04 18:26:20.282403000, delta=83004000 ns, racy<=3610000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.365451000, lastModified=2023-04-04 18:26:20.355405000, delta=10046000 ns, racy<=3610000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.368177000, lastModified=2023-04-04 18:26:19.579387000, delta=788790000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.368590000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.368590000, lastModified=2023-04-04 18:26:19.579387000, delta=789203000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.368322000, lastModified=2023-04-04 18:26:20.283403000, delta=84919000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.368710000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.368710000, lastModified=2023-04-04 18:26:20.283403000, delta=85307000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.365451000, lastModified=2023-04-04 18:26:20.355405000, delta=10046000 ns, racy<=3610000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.368590000, lastModified=2023-04-04 18:26:19.579387000, delta=789203000 ns, racy<=2500000000 ns 18:26:20.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.368999000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.368999000, lastModified=2023-04-04 18:26:19.579387000, delta=789612000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.368710000, lastModified=2023-04-04 18:26:20.283403000, delta=85307000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369127000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369127000, lastModified=2023-04-04 18:26:20.283403000, delta=85724000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.368999000, lastModified=2023-04-04 18:26:19.579387000, delta=789612000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369253000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369253000, lastModified=2023-04-04 18:26:19.579387000, delta=789866000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369127000, lastModified=2023-04-04 18:26:20.283403000, delta=85724000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369362000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369362000, lastModified=2023-04-04 18:26:20.283403000, delta=85959000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369253000, lastModified=2023-04-04 18:26:19.579387000, delta=789866000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369474000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369474000, lastModified=2023-04-04 18:26:19.579387000, delta=790087000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369362000, lastModified=2023-04-04 18:26:20.283403000, delta=85959000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369582000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369582000, lastModified=2023-04-04 18:26:20.283403000, delta=86179000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369474000, lastModified=2023-04-04 18:26:19.579387000, delta=790087000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369668000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369668000, lastModified=2023-04-04 18:26:19.579387000, delta=790281000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369582000, lastModified=2023-04-04 18:26:20.283403000, delta=86179000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369769000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369769000, lastModified=2023-04-04 18:26:20.283403000, delta=86366000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369668000, lastModified=2023-04-04 18:26:19.579387000, delta=790281000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.369880000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369880000, lastModified=2023-04-04 18:26:19.579387000, delta=790493000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.369769000, lastModified=2023-04-04 18:26:20.283403000, delta=86366000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.370022000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.370022000, lastModified=2023-04-04 18:26:20.283403000, delta=86619000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.369880000, lastModified=2023-04-04 18:26:19.579387000, delta=790493000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.370119000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.370119000, lastModified=2023-04-04 18:26:19.579387000, delta=790732000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.370022000, lastModified=2023-04-04 18:26:20.283403000, delta=86619000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.370221000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.370221000, lastModified=2023-04-04 18:26:20.283403000, delta=86818000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.370296000, lastModified=2023-04-04 18:26:20.368405000, size=41, fileKey=(dev=10006b,ino=1657827744) 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.370119000, lastModified=2023-04-04 18:26:19.579387000, delta=790732000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.370434000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.370434000, lastModified=2023-04-04 18:26:19.579387000, delta=791047000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.370221000, lastModified=2023-04-04 18:26:20.283403000, delta=86818000 ns, racy<=2500000000 ns 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.370551000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.370551000, lastModified=2023-04-04 18:26:20.283403000, delta=87148000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371176000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.370434000, lastModified=2023-04-04 18:26:19.579387000, delta=791047000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371327000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.371327000, lastModified=2023-04-04 18:26:19.579387000, delta=791940000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371433000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.371327000, lastModified=2023-04-04 18:26:19.579387000, delta=791940000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371524000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.371524000, lastModified=2023-04-04 18:26:19.579387000, delta=792137000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.371433000, lastModified=2023-04-04 18:26:20.283403000, delta=88030000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371626000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.371626000, lastModified=2023-04-04 18:26:20.283403000, delta=88223000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371730000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.371524000, lastModified=2023-04-04 18:26:19.579387000, delta=792137000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371819000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.371819000, lastModified=2023-04-04 18:26:19.579387000, delta=792432000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.371626000, lastModified=2023-04-04 18:26:20.283403000, delta=88223000 ns, racy<=2500000000 ns 18:26:20.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.371999000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.371999000, lastModified=2023-04-04 18:26:20.283403000, delta=88596000 ns, racy<=2500000000 ns 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.372170000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.372228000, lastModified=2023-04-04 18:26:20.363405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.371819000, lastModified=2023-04-04 18:26:19.579387000, delta=792432000 ns, racy<=2500000000 ns 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.372301000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.372301000, lastModified=2023-04-04 18:26:19.579387000, delta=792914000 ns, racy<=2500000000 ns 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.371999000, lastModified=2023-04-04 18:26:20.283403000, delta=88596000 ns, racy<=2500000000 ns 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.372421000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.372421000, lastModified=2023-04-04 18:26:20.283403000, delta=89018000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.372301000, lastModified=2023-04-04 18:26:19.579387000, delta=792914000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.373275000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.373275000, lastModified=2023-04-04 18:26:19.579387000, delta=793888000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.372421000, lastModified=2023-04-04 18:26:20.283403000, delta=89018000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.373415000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.373415000, lastModified=2023-04-04 18:26:20.283403000, delta=90012000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.373275000, lastModified=2023-04-04 18:26:19.579387000, delta=793888000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.373672000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.373672000, lastModified=2023-04-04 18:26:19.579387000, delta=794285000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.373415000, lastModified=2023-04-04 18:26:20.283403000, delta=90012000 ns, racy<=2500000000 ns 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.373795000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.373795000, lastModified=2023-04-04 18:26:20.283403000, delta=90392000 ns, racy<=2500000000 ns 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, size=6, fileKey=(dev=10006b,ino=1665218161) 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.374239000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780374239000 ns, racy<=3610000 ns 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.374239000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780374239000 ns, racy<=3610000 ns 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375003000, lastModified=2023-04-04 18:26:20.371405000, size=0, fileKey=(dev=10006b,ino=1655732915) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.373672000, lastModified=2023-04-04 18:26:19.579387000, delta=794285000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375060000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375060000, lastModified=2023-04-04 18:26:19.579387000, delta=795673000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.373795000, lastModified=2023-04-04 18:26:20.283403000, delta=90392000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375195000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375195000, lastModified=2023-04-04 18:26:20.283403000, delta=91792000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375301000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375357000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375060000, lastModified=2023-04-04 18:26:19.579387000, delta=795673000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375492000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375492000, lastModified=2023-04-04 18:26:19.579387000, delta=796105000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375195000, lastModified=2023-04-04 18:26:20.283403000, delta=91792000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375608000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375608000, lastModified=2023-04-04 18:26:20.283403000, delta=92205000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375492000, lastModified=2023-04-04 18:26:19.579387000, delta=796105000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375690000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375690000, lastModified=2023-04-04 18:26:19.579387000, delta=796303000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375608000, lastModified=2023-04-04 18:26:20.283403000, delta=92205000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375786000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375786000, lastModified=2023-04-04 18:26:20.283403000, delta=92383000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375690000, lastModified=2023-04-04 18:26:19.579387000, delta=796303000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375882000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375882000, lastModified=2023-04-04 18:26:19.579387000, delta=796495000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375786000, lastModified=2023-04-04 18:26:20.283403000, delta=92383000 ns, racy<=2500000000 ns 18:26:20.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.375995000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375995000, lastModified=2023-04-04 18:26:20.283403000, delta=92592000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.375882000, lastModified=2023-04-04 18:26:19.579387000, delta=796495000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376083000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.376083000, lastModified=2023-04-04 18:26:19.579387000, delta=796696000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.375995000, lastModified=2023-04-04 18:26:20.283403000, delta=92592000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376181000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.376181000, lastModified=2023-04-04 18:26:20.283403000, delta=92778000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376260000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376303000, lastModified=2023-04-04 18:26:20.368405000, size=41, fileKey=(dev=10006b,ino=1657827744) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.376083000, lastModified=2023-04-04 18:26:19.579387000, delta=796696000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376414000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.376414000, lastModified=2023-04-04 18:26:19.579387000, delta=797027000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.376181000, lastModified=2023-04-04 18:26:20.283403000, delta=92778000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376527000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.376527000, lastModified=2023-04-04 18:26:20.283403000, delta=93124000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.376260000, lastModified=2023-04-04 18:26:20.282403000, delta=93857000 ns, racy<=3610000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.376303000, lastModified=2023-04-04 18:26:20.368405000, delta=7898000 ns, racy<=3610000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.376414000, lastModified=2023-04-04 18:26:19.579387000, delta=797027000 ns, racy<=2500000000 ns 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.376975000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.376975000, lastModified=2023-04-04 18:26:19.579387000, delta=797588000 ns, racy<=2500000000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.376527000, lastModified=2023-04-04 18:26:20.283403000, delta=93124000 ns, racy<=2500000000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.377129000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.377129000, lastModified=2023-04-04 18:26:20.283403000, delta=93726000 ns, racy<=2500000000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.377328000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.377375000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.374239000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780374239000 ns, racy<=3610000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.374239000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780374239000 ns, racy<=3610000 ns 18:26:20.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.374239000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780374239000 ns, racy<=3610000 ns 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.374047000, lastModified=2023-04-04 18:26:20.280403000, delta=93644000 ns, racy<=3610000 ns 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.374239000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780374239000 ns, racy<=3610000 ns 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.376975000, lastModified=2023-04-04 18:26:19.579387000, delta=797588000 ns, racy<=2500000000 ns 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.378 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.378884000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.378884000, lastModified=2023-04-04 18:26:19.579387000, delta=799497000 ns, racy<=2500000000 ns 18:26:20.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.377129000, lastModified=2023-04-04 18:26:20.283403000, delta=93726000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.379032000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.379032000, lastModified=2023-04-04 18:26:20.283403000, delta=95629000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.376260000, lastModified=2023-04-04 18:26:20.282403000, delta=93857000 ns, racy<=3610000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.376303000, lastModified=2023-04-04 18:26:20.368405000, delta=7898000 ns, racy<=3610000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.378884000, lastModified=2023-04-04 18:26:19.579387000, delta=799497000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.379332000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.379332000, lastModified=2023-04-04 18:26:19.579387000, delta=799945000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.379032000, lastModified=2023-04-04 18:26:20.283403000, delta=95629000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.379454000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.379454000, lastModified=2023-04-04 18:26:20.283403000, delta=96051000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.376303000, lastModified=2023-04-04 18:26:20.368405000, delta=7898000 ns, racy<=3610000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.379332000, lastModified=2023-04-04 18:26:19.579387000, delta=799945000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.379715000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.379715000, lastModified=2023-04-04 18:26:19.579387000, delta=800328000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.379454000, lastModified=2023-04-04 18:26:20.283403000, delta=96051000 ns, racy<=2500000000 ns 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.379861000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.379861000, lastModified=2023-04-04 18:26:20.283403000, delta=96458000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.379715000, lastModified=2023-04-04 18:26:19.579387000, delta=800328000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380049000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380049000, lastModified=2023-04-04 18:26:19.579387000, delta=800662000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.379861000, lastModified=2023-04-04 18:26:20.283403000, delta=96458000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380214000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380214000, lastModified=2023-04-04 18:26:20.283403000, delta=96811000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380049000, lastModified=2023-04-04 18:26:19.579387000, delta=800662000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380364000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380364000, lastModified=2023-04-04 18:26:19.579387000, delta=800977000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380214000, lastModified=2023-04-04 18:26:20.283403000, delta=96811000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380491000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380491000, lastModified=2023-04-04 18:26:20.283403000, delta=97088000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380364000, lastModified=2023-04-04 18:26:19.579387000, delta=800977000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380581000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380581000, lastModified=2023-04-04 18:26:19.579387000, delta=801194000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380491000, lastModified=2023-04-04 18:26:20.283403000, delta=97088000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380680000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380680000, lastModified=2023-04-04 18:26:20.283403000, delta=97277000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380581000, lastModified=2023-04-04 18:26:19.579387000, delta=801194000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380802000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380802000, lastModified=2023-04-04 18:26:19.579387000, delta=801415000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380680000, lastModified=2023-04-04 18:26:20.283403000, delta=97277000 ns, racy<=2500000000 ns 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.380927000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380927000, lastModified=2023-04-04 18:26:20.283403000, delta=97524000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.380802000, lastModified=2023-04-04 18:26:19.579387000, delta=801415000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.381024000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.381024000, lastModified=2023-04-04 18:26:19.579387000, delta=801637000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.380927000, lastModified=2023-04-04 18:26:20.283403000, delta=97524000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.381133000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.381133000, lastModified=2023-04-04 18:26:20.283403000, delta=97730000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.381214000, lastModified=2023-04-04 18:26:20.379405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.381024000, lastModified=2023-04-04 18:26:19.579387000, delta=801637000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.381357000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.381357000, lastModified=2023-04-04 18:26:19.579387000, delta=801970000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.381133000, lastModified=2023-04-04 18:26:20.283403000, delta=97730000 ns, racy<=2500000000 ns 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.381521000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.381521000, lastModified=2023-04-04 18:26:20.283403000, delta=98118000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382000000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.381357000, lastModified=2023-04-04 18:26:19.579387000, delta=801970000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382139000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.382139000, lastModified=2023-04-04 18:26:19.579387000, delta=802752000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382250000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.382139000, lastModified=2023-04-04 18:26:19.579387000, delta=802752000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382346000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.382346000, lastModified=2023-04-04 18:26:19.579387000, delta=802959000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.382250000, lastModified=2023-04-04 18:26:20.283403000, delta=98847000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382455000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.382455000, lastModified=2023-04-04 18:26:20.283403000, delta=99052000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382567000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.382346000, lastModified=2023-04-04 18:26:19.579387000, delta=802959000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382655000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.382655000, lastModified=2023-04-04 18:26:19.579387000, delta=803268000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.382455000, lastModified=2023-04-04 18:26:20.283403000, delta=99052000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382774000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.382774000, lastModified=2023-04-04 18:26:20.283403000, delta=99371000 ns, racy<=2500000000 ns 18:26:20.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.382954000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383004000, lastModified=2023-04-04 18:26:20.374405000, size=176, fileKey=(dev=10006b,ino=1655732915) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.382655000, lastModified=2023-04-04 18:26:19.579387000, delta=803268000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383063000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.383063000, lastModified=2023-04-04 18:26:19.579387000, delta=803676000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.382774000, lastModified=2023-04-04 18:26:20.283403000, delta=99371000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383176000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.383176000, lastModified=2023-04-04 18:26:20.283403000, delta=99773000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.383063000, lastModified=2023-04-04 18:26:19.579387000, delta=803676000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383305000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.383305000, lastModified=2023-04-04 18:26:19.579387000, delta=803918000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.383176000, lastModified=2023-04-04 18:26:20.283403000, delta=99773000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383457000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.383457000, lastModified=2023-04-04 18:26:20.283403000, delta=100054000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.383305000, lastModified=2023-04-04 18:26:19.579387000, delta=803918000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383745000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.383745000, lastModified=2023-04-04 18:26:19.579387000, delta=804358000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.383457000, lastModified=2023-04-04 18:26:20.283403000, delta=100054000 ns, racy<=2500000000 ns 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.383865000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.383865000, lastModified=2023-04-04 18:26:20.283403000, delta=100462000 ns, racy<=2500000000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, size=6, fileKey=(dev=10006b,ino=1665218161) 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.384221000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780384221000 ns, racy<=3610000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.384221000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780384221000 ns, racy<=3610000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.384755000, lastModified=2023-04-04 18:26:20.381405000, size=0, fileKey=(dev=10006b,ino=1655732923) 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.383745000, lastModified=2023-04-04 18:26:19.579387000, delta=804358000 ns, racy<=2500000000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.384 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.384811000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.384811000, lastModified=2023-04-04 18:26:19.579387000, delta=805424000 ns, racy<=2500000000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.383865000, lastModified=2023-04-04 18:26:20.283403000, delta=100462000 ns, racy<=2500000000 ns 18:26:20.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385001000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.385001000, lastModified=2023-04-04 18:26:20.283403000, delta=101598000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385125000, lastModified=2023-04-04 18:26:20.384405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385186000, lastModified=2023-04-04 18:26:20.384405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.384811000, lastModified=2023-04-04 18:26:19.579387000, delta=805424000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.385 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385242000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.385242000, lastModified=2023-04-04 18:26:19.579387000, delta=805855000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.385001000, lastModified=2023-04-04 18:26:20.283403000, delta=101598000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385366000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.385366000, lastModified=2023-04-04 18:26:20.283403000, delta=101963000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385537000, lastModified=2023-04-04 18:26:20.384405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385583000, lastModified=2023-04-04 18:26:20.384405000, size=176, fileKey=(dev=10006b,ino=1655732923) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385671000, lastModified=2023-04-04 18:26:20.384405000, size=0, fileKey=(dev=10006b,ino=1655732924) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.385242000, lastModified=2023-04-04 18:26:19.579387000, delta=805855000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.385 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385718000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.385718000, lastModified=2023-04-04 18:26:19.579387000, delta=806331000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.385366000, lastModified=2023-04-04 18:26:20.283403000, delta=101963000 ns, racy<=2500000000 ns 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.385854000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.385854000, lastModified=2023-04-04 18:26:20.283403000, delta=102451000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386009000, lastModified=2023-04-04 18:26:20.385405000, size=104, fileKey=(dev=10006b,ino=1655732924) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386072000, lastModified=2023-04-04 18:26:20.385405000, size=104, fileKey=(dev=10006b,ino=1655732924) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.385718000, lastModified=2023-04-04 18:26:19.579387000, delta=806331000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386181000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386181000, lastModified=2023-04-04 18:26:19.579387000, delta=806794000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.385854000, lastModified=2023-04-04 18:26:20.283403000, delta=102451000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386308000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386308000, lastModified=2023-04-04 18:26:20.283403000, delta=102905000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386181000, lastModified=2023-04-04 18:26:19.579387000, delta=806794000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386391000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386391000, lastModified=2023-04-04 18:26:19.579387000, delta=807004000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386308000, lastModified=2023-04-04 18:26:20.283403000, delta=102905000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386488000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386488000, lastModified=2023-04-04 18:26:20.283403000, delta=103085000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386391000, lastModified=2023-04-04 18:26:19.579387000, delta=807004000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386584000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386584000, lastModified=2023-04-04 18:26:19.579387000, delta=807197000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386488000, lastModified=2023-04-04 18:26:20.283403000, delta=103085000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386682000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386682000, lastModified=2023-04-04 18:26:20.283403000, delta=103279000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386584000, lastModified=2023-04-04 18:26:19.579387000, delta=807197000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386761000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386761000, lastModified=2023-04-04 18:26:19.579387000, delta=807374000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386682000, lastModified=2023-04-04 18:26:20.283403000, delta=103279000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386856000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386856000, lastModified=2023-04-04 18:26:20.283403000, delta=103453000 ns, racy<=2500000000 ns 18:26:20.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.386972000, lastModified=2023-04-04 18:26:20.282403000, size=23, fileKey=(dev=10006b,ino=1655732910) 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.387019000, lastModified=2023-04-04 18:26:20.379405000, size=41, fileKey=(dev=10006b,ino=1657827742) 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.386761000, lastModified=2023-04-04 18:26:19.579387000, delta=807374000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.387137000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.387137000, lastModified=2023-04-04 18:26:19.579387000, delta=807750000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.386856000, lastModified=2023-04-04 18:26:20.283403000, delta=103453000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.387279000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.387279000, lastModified=2023-04-04 18:26:20.283403000, delta=103876000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.386972000, lastModified=2023-04-04 18:26:20.282403000, delta=104569000 ns, racy<=3610000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.387019000, lastModified=2023-04-04 18:26:20.379405000, delta=7614000 ns, racy<=3610000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.387137000, lastModified=2023-04-04 18:26:19.579387000, delta=807750000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.387718000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.387718000, lastModified=2023-04-04 18:26:19.579387000, delta=808331000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.387279000, lastModified=2023-04-04 18:26:20.283403000, delta=103876000 ns, racy<=2500000000 ns 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.387847000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.387847000, lastModified=2023-04-04 18:26:20.283403000, delta=104444000 ns, racy<=2500000000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.388045000, lastModified=2023-04-04 18:26:20.385405000, size=104, fileKey=(dev=10006b,ino=1655732924) 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.388095000, lastModified=2023-04-04 18:26:20.385405000, size=104, fileKey=(dev=10006b,ino=1655732924) 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.384221000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780384221000 ns, racy<=3610000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.384221000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780384221000 ns, racy<=3610000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.384221000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780384221000 ns, racy<=3610000 ns 18:26:20.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.384040000, lastModified=2023-04-04 18:26:20.280403000, delta=103637000 ns, racy<=3610000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.384221000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780384221000 ns, racy<=3610000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/objects/pack/preserved, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.387718000, lastModified=2023-04-04 18:26:19.579387000, delta=808331000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.389 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.389401000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.389401000, lastModified=2023-04-04 18:26:19.579387000, delta=810014000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.387847000, lastModified=2023-04-04 18:26:20.283403000, delta=104444000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.389527000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.389527000, lastModified=2023-04-04 18:26:20.283403000, delta=106124000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.386972000, lastModified=2023-04-04 18:26:20.282403000, delta=104569000 ns, racy<=3610000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/HEAD, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.387019000, lastModified=2023-04-04 18:26:20.379405000, delta=7614000 ns, racy<=3610000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.389401000, lastModified=2023-04-04 18:26:19.579387000, delta=810014000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.389 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.389787000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.389787000, lastModified=2023-04-04 18:26:19.579387000, delta=810400000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.389527000, lastModified=2023-04-04 18:26:20.283403000, delta=106124000 ns, racy<=2500000000 ns 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.389928000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.389928000, lastModified=2023-04-04 18:26:20.283403000, delta=106525000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.387019000, lastModified=2023-04-04 18:26:20.379405000, delta=7614000 ns, racy<=3610000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master, is unmodified 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.389787000, lastModified=2023-04-04 18:26:19.579387000, delta=810400000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390240000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390240000, lastModified=2023-04-04 18:26:19.579387000, delta=810853000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.389928000, lastModified=2023-04-04 18:26:20.283403000, delta=106525000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390357000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.390357000, lastModified=2023-04-04 18:26:20.283403000, delta=106954000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390240000, lastModified=2023-04-04 18:26:19.579387000, delta=810853000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390480000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390480000, lastModified=2023-04-04 18:26:19.579387000, delta=811093000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.390357000, lastModified=2023-04-04 18:26:20.283403000, delta=106954000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390604000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.390604000, lastModified=2023-04-04 18:26:20.283403000, delta=107201000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390480000, lastModified=2023-04-04 18:26:19.579387000, delta=811093000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390714000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390714000, lastModified=2023-04-04 18:26:19.579387000, delta=811327000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.390604000, lastModified=2023-04-04 18:26:20.283403000, delta=107201000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390858000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.390858000, lastModified=2023-04-04 18:26:20.283403000, delta=107455000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390714000, lastModified=2023-04-04 18:26:19.579387000, delta=811327000 ns, racy<=2500000000 ns 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.390974000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390974000, lastModified=2023-04-04 18:26:19.579387000, delta=811587000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.390858000, lastModified=2023-04-04 18:26:20.283403000, delta=107455000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391090000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.391090000, lastModified=2023-04-04 18:26:20.283403000, delta=107687000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.390974000, lastModified=2023-04-04 18:26:19.579387000, delta=811587000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391212000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.391212000, lastModified=2023-04-04 18:26:19.579387000, delta=811825000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.391090000, lastModified=2023-04-04 18:26:20.283403000, delta=107687000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391369000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.391369000, lastModified=2023-04-04 18:26:20.283403000, delta=107966000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.391212000, lastModified=2023-04-04 18:26:19.579387000, delta=811825000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391455000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.391455000, lastModified=2023-04-04 18:26:19.579387000, delta=812068000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.391369000, lastModified=2023-04-04 18:26:20.283403000, delta=107966000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391554000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.391554000, lastModified=2023-04-04 18:26:20.283403000, delta=108151000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391630000, lastModified=2023-04-04 18:26:20.389406000, size=41, fileKey=(dev=10006b,ino=1657827744) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.391455000, lastModified=2023-04-04 18:26:19.579387000, delta=812068000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.391781000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.391781000, lastModified=2023-04-04 18:26:19.579387000, delta=812394000 ns, racy<=2500000000 ns 18:26:20.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.391554000, lastModified=2023-04-04 18:26:20.283403000, delta=108151000 ns, racy<=2500000000 ns 18:26:20.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, is racily clean 18:26:20.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.449889000, lastModified=2023-04-04 18:26:20.283403000, size=78, fileKey=(dev=10006b,ino=1655732917) 18:26:20.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12486873580016156220/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.449889000, lastModified=2023-04-04 18:26:20.283403000, delta=166486000 ns, racy<=2500000000 ns 18:26:20.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.391781000, lastModified=2023-04-04 18:26:19.579387000, delta=812394000 ns, racy<=2500000000 ns 18:26:20.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.451 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.451987000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.451987000, lastModified=2023-04-04 18:26:19.579387000, delta=872600000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.451987000, lastModified=2023-04-04 18:26:19.579387000, delta=872600000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.452172000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452172000, lastModified=2023-04-04 18:26:19.579387000, delta=872785000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452172000, lastModified=2023-04-04 18:26:19.579387000, delta=872785000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.452409000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452409000, lastModified=2023-04-04 18:26:19.579387000, delta=873022000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452409000, lastModified=2023-04-04 18:26:19.579387000, delta=873022000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.452639000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452639000, lastModified=2023-04-04 18:26:19.579387000, delta=873252000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452639000, lastModified=2023-04-04 18:26:19.579387000, delta=873252000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.452835000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452835000, lastModified=2023-04-04 18:26:19.579387000, delta=873448000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.452835000, lastModified=2023-04-04 18:26:19.579387000, delta=873448000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.453393000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.453393000, lastModified=2023-04-04 18:26:19.579387000, delta=874006000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.453393000, lastModified=2023-04-04 18:26:19.579387000, delta=874006000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.453667000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.453667000, lastModified=2023-04-04 18:26:19.579387000, delta=874280000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.453667000, lastModified=2023-04-04 18:26:19.579387000, delta=874280000 ns, racy<=2500000000 ns 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.453973000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.453973000, lastModified=2023-04-04 18:26:19.579387000, delta=874586000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.453973000, lastModified=2023-04-04 18:26:19.579387000, delta=874586000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.454418000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.454418000, lastModified=2023-04-04 18:26:19.579387000, delta=875031000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.454418000, lastModified=2023-04-04 18:26:19.579387000, delta=875031000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.454647000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.454647000, lastModified=2023-04-04 18:26:19.579387000, delta=875260000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.454647000, lastModified=2023-04-04 18:26:19.579387000, delta=875260000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.454865000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.454865000, lastModified=2023-04-04 18:26:19.579387000, delta=875478000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.452285000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780452285000 ns, racy<=2500000000 ns 18:26:20.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is unmodified 18:26:20.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.455081000, lastModified=2023-04-04 18:26:20.454407000, size=23, fileKey=(dev=10006b,ino=1681969487) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.456055000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.456381000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.454865000, lastModified=2023-04-04 18:26:19.579387000, delta=875478000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.456518000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.456518000, lastModified=2023-04-04 18:26:19.579387000, delta=877131000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.456630000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.456518000, lastModified=2023-04-04 18:26:19.579387000, delta=877131000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.456740000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.456740000, lastModified=2023-04-04 18:26:19.579387000, delta=877353000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.456630000, lastModified=2023-04-04 18:26:20.455407000, delta=1223000 ns, racy<=2500000000 ns 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.456857000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.456857000, lastModified=2023-04-04 18:26:20.455407000, delta=1450000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.456740000, lastModified=2023-04-04 18:26:19.579387000, delta=877353000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.457058000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.457058000, lastModified=2023-04-04 18:26:19.579387000, delta=877671000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.456857000, lastModified=2023-04-04 18:26:20.455407000, delta=1450000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.457173000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.457173000, lastModified=2023-04-04 18:26:20.455407000, delta=1766000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.457263000, lastModified=2023-04-04 18:26:20.454407000, size=23, fileKey=(dev=10006b,ino=1681969487) 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.457717000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.457058000, lastModified=2023-04-04 18:26:19.579387000, delta=877671000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.457847000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.457847000, lastModified=2023-04-04 18:26:19.579387000, delta=878460000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.457971000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.457847000, lastModified=2023-04-04 18:26:19.579387000, delta=878460000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458077000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458077000, lastModified=2023-04-04 18:26:19.579387000, delta=878690000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.457971000, lastModified=2023-04-04 18:26:20.455407000, delta=2564000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458228000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.458228000, lastModified=2023-04-04 18:26:20.455407000, delta=2821000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458077000, lastModified=2023-04-04 18:26:19.579387000, delta=878690000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458445000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458445000, lastModified=2023-04-04 18:26:19.579387000, delta=879058000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.458228000, lastModified=2023-04-04 18:26:20.455407000, delta=2821000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458562000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.458562000, lastModified=2023-04-04 18:26:20.455407000, delta=3155000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458445000, lastModified=2023-04-04 18:26:19.579387000, delta=879058000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458746000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458746000, lastModified=2023-04-04 18:26:19.579387000, delta=879359000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.458562000, lastModified=2023-04-04 18:26:20.455407000, delta=3155000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458870000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.458870000, lastModified=2023-04-04 18:26:20.455407000, delta=3463000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458746000, lastModified=2023-04-04 18:26:19.579387000, delta=879359000 ns, racy<=2500000000 ns 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.458992000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458992000, lastModified=2023-04-04 18:26:19.579387000, delta=879605000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.458870000, lastModified=2023-04-04 18:26:20.455407000, delta=3463000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.459111000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.459111000, lastModified=2023-04-04 18:26:20.455407000, delta=3704000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.458992000, lastModified=2023-04-04 18:26:19.579387000, delta=879605000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.459330000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.459330000, lastModified=2023-04-04 18:26:19.579387000, delta=879943000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.459111000, lastModified=2023-04-04 18:26:20.455407000, delta=3704000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.459451000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.459451000, lastModified=2023-04-04 18:26:20.455407000, delta=4044000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.459330000, lastModified=2023-04-04 18:26:19.579387000, delta=879943000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.459605000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.459605000, lastModified=2023-04-04 18:26:19.579387000, delta=880218000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.459451000, lastModified=2023-04-04 18:26:20.455407000, delta=4044000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.459715000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.459715000, lastModified=2023-04-04 18:26:20.455407000, delta=4308000 ns, racy<=2500000000 ns 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, size=6, fileKey=(dev=10006b,ino=1691470867) 18:26:20.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, delta=7478000 ns, racy<=3610000 ns 18:26:20.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.460537000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780460537000 ns, racy<=3610000 ns 18:26:20.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, delta=7478000 ns, racy<=3610000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.460537000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780460537000 ns, racy<=3610000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.459605000, lastModified=2023-04-04 18:26:19.579387000, delta=880218000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461415000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.461415000, lastModified=2023-04-04 18:26:19.579387000, delta=882028000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.459715000, lastModified=2023-04-04 18:26:20.455407000, delta=4308000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461536000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.461536000, lastModified=2023-04-04 18:26:20.455407000, delta=6129000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461601000, lastModified=2023-04-04 18:26:20.457407000, size=0, fileKey=(dev=10006b,ino=1681969525) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.461415000, lastModified=2023-04-04 18:26:19.579387000, delta=882028000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461644000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.461644000, lastModified=2023-04-04 18:26:19.579387000, delta=882257000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.461536000, lastModified=2023-04-04 18:26:20.455407000, delta=6129000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461747000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.461747000, lastModified=2023-04-04 18:26:20.455407000, delta=6340000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461848000, lastModified=2023-04-04 18:26:20.460407000, size=104, fileKey=(dev=10006b,ino=1681969525) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461902000, lastModified=2023-04-04 18:26:20.460407000, size=104, fileKey=(dev=10006b,ino=1681969525) 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.461644000, lastModified=2023-04-04 18:26:19.579387000, delta=882257000 ns, racy<=2500000000 ns 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.461974000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.461974000, lastModified=2023-04-04 18:26:19.579387000, delta=882587000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.461747000, lastModified=2023-04-04 18:26:20.455407000, delta=6340000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462140000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.462140000, lastModified=2023-04-04 18:26:20.455407000, delta=6733000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462315000, lastModified=2023-04-04 18:26:20.460407000, size=104, fileKey=(dev=10006b,ino=1681969525) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462357000, lastModified=2023-04-04 18:26:20.460407000, size=104, fileKey=(dev=10006b,ino=1681969525) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462421000, lastModified=2023-04-04 18:26:20.461407000, size=0, fileKey=(dev=10006b,ino=1681969489) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.461974000, lastModified=2023-04-04 18:26:19.579387000, delta=882587000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462468000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.462468000, lastModified=2023-04-04 18:26:19.579387000, delta=883081000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.462140000, lastModified=2023-04-04 18:26:20.455407000, delta=6733000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462584000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.462584000, lastModified=2023-04-04 18:26:20.455407000, delta=7177000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462685000, lastModified=2023-04-04 18:26:20.461407000, size=104, fileKey=(dev=10006b,ino=1681969489) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.462468000, lastModified=2023-04-04 18:26:19.579387000, delta=883081000 ns, racy<=2500000000 ns 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.462869000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.462869000, lastModified=2023-04-04 18:26:19.579387000, delta=883482000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.462584000, lastModified=2023-04-04 18:26:20.455407000, delta=7177000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463053000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463053000, lastModified=2023-04-04 18:26:20.455407000, delta=7646000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.462869000, lastModified=2023-04-04 18:26:19.579387000, delta=883482000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463143000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463143000, lastModified=2023-04-04 18:26:19.579387000, delta=883756000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463053000, lastModified=2023-04-04 18:26:20.455407000, delta=7646000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463242000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463242000, lastModified=2023-04-04 18:26:20.455407000, delta=7835000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463143000, lastModified=2023-04-04 18:26:19.579387000, delta=883756000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463350000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463350000, lastModified=2023-04-04 18:26:19.579387000, delta=883963000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463242000, lastModified=2023-04-04 18:26:20.455407000, delta=7835000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463469000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463469000, lastModified=2023-04-04 18:26:20.455407000, delta=8062000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463350000, lastModified=2023-04-04 18:26:19.579387000, delta=883963000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463552000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463552000, lastModified=2023-04-04 18:26:19.579387000, delta=884165000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463469000, lastModified=2023-04-04 18:26:20.455407000, delta=8062000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463652000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463652000, lastModified=2023-04-04 18:26:20.455407000, delta=8245000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463730000, lastModified=2023-04-04 18:26:20.454407000, size=23, fileKey=(dev=10006b,ino=1681969487) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463552000, lastModified=2023-04-04 18:26:19.579387000, delta=884165000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.463899000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463899000, lastModified=2023-04-04 18:26:19.579387000, delta=884512000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.463652000, lastModified=2023-04-04 18:26:20.455407000, delta=8245000 ns, racy<=2500000000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.464015000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.464015000, lastModified=2023-04-04 18:26:20.455407000, delta=8608000 ns, racy<=2500000000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.463730000, lastModified=2023-04-04 18:26:20.454407000, delta=9323000 ns, racy<=3610000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.463899000, lastModified=2023-04-04 18:26:19.579387000, delta=884512000 ns, racy<=2500000000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.464 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.464637000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.464637000, lastModified=2023-04-04 18:26:19.579387000, delta=885250000 ns, racy<=2500000000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.464015000, lastModified=2023-04-04 18:26:20.455407000, delta=8608000 ns, racy<=2500000000 ns 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.464760000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.464760000, lastModified=2023-04-04 18:26:20.455407000, delta=9353000 ns, racy<=2500000000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.464995000, lastModified=2023-04-04 18:26:20.461407000, size=104, fileKey=(dev=10006b,ino=1681969489) 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.465060000, lastModified=2023-04-04 18:26:20.461407000, size=104, fileKey=(dev=10006b,ino=1681969489) 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, delta=7478000 ns, racy<=3610000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.460537000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780460537000 ns, racy<=3610000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, delta=7478000 ns, racy<=3610000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.460537000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780460537000 ns, racy<=3610000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, delta=7478000 ns, racy<=3610000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.460537000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780460537000 ns, racy<=3610000 ns 18:26:20.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.459885000, lastModified=2023-04-04 18:26:20.452407000, delta=7478000 ns, racy<=3610000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.460537000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780460537000 ns, racy<=3610000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.464637000, lastModified=2023-04-04 18:26:19.579387000, delta=885250000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.466 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.466423000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.466423000, lastModified=2023-04-04 18:26:19.579387000, delta=887036000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.464760000, lastModified=2023-04-04 18:26:20.455407000, delta=9353000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.466556000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.466556000, lastModified=2023-04-04 18:26:20.455407000, delta=11149000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.463730000, lastModified=2023-04-04 18:26:20.454407000, delta=9323000 ns, racy<=3610000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.466423000, lastModified=2023-04-04 18:26:19.579387000, delta=887036000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.466 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.466797000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.466797000, lastModified=2023-04-04 18:26:19.579387000, delta=887410000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.466556000, lastModified=2023-04-04 18:26:20.455407000, delta=11149000 ns, racy<=2500000000 ns 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.466972000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.466972000, lastModified=2023-04-04 18:26:20.455407000, delta=11565000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.466797000, lastModified=2023-04-04 18:26:19.579387000, delta=887410000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.467 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.467227000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.467227000, lastModified=2023-04-04 18:26:19.579387000, delta=887840000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.466972000, lastModified=2023-04-04 18:26:20.455407000, delta=11565000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.467342000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.467342000, lastModified=2023-04-04 18:26:20.455407000, delta=11935000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.467227000, lastModified=2023-04-04 18:26:19.579387000, delta=887840000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.467 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.467788000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.467788000, lastModified=2023-04-04 18:26:19.579387000, delta=888401000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.467342000, lastModified=2023-04-04 18:26:20.455407000, delta=11935000 ns, racy<=2500000000 ns 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.467920000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.467920000, lastModified=2023-04-04 18:26:20.455407000, delta=12513000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.467788000, lastModified=2023-04-04 18:26:19.579387000, delta=888401000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468066000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468066000, lastModified=2023-04-04 18:26:19.579387000, delta=888679000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.467920000, lastModified=2023-04-04 18:26:20.455407000, delta=12513000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468179000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468179000, lastModified=2023-04-04 18:26:20.455407000, delta=12772000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468066000, lastModified=2023-04-04 18:26:19.579387000, delta=888679000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468292000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468292000, lastModified=2023-04-04 18:26:19.579387000, delta=888905000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468179000, lastModified=2023-04-04 18:26:20.455407000, delta=12772000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468399000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468399000, lastModified=2023-04-04 18:26:20.455407000, delta=12992000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468292000, lastModified=2023-04-04 18:26:19.579387000, delta=888905000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468482000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468482000, lastModified=2023-04-04 18:26:19.579387000, delta=889095000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468399000, lastModified=2023-04-04 18:26:20.455407000, delta=12992000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468580000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468580000, lastModified=2023-04-04 18:26:20.455407000, delta=13173000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468482000, lastModified=2023-04-04 18:26:19.579387000, delta=889095000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468733000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468733000, lastModified=2023-04-04 18:26:19.579387000, delta=889346000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468580000, lastModified=2023-04-04 18:26:20.455407000, delta=13173000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468840000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468840000, lastModified=2023-04-04 18:26:20.455407000, delta=13433000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468733000, lastModified=2023-04-04 18:26:19.579387000, delta=889346000 ns, racy<=2500000000 ns 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.468933000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468933000, lastModified=2023-04-04 18:26:19.579387000, delta=889546000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.468840000, lastModified=2023-04-04 18:26:20.455407000, delta=13433000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.469039000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.469039000, lastModified=2023-04-04 18:26:20.455407000, delta=13632000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.469195000, lastModified=2023-04-04 18:26:20.467407000, size=41, fileKey=(dev=10006b,ino=1684055404) 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.468933000, lastModified=2023-04-04 18:26:19.579387000, delta=889546000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.469330000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.469330000, lastModified=2023-04-04 18:26:19.579387000, delta=889943000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.469039000, lastModified=2023-04-04 18:26:20.455407000, delta=13632000 ns, racy<=2500000000 ns 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.469449000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.469449000, lastModified=2023-04-04 18:26:20.455407000, delta=14042000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470059000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.469330000, lastModified=2023-04-04 18:26:19.579387000, delta=889943000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470209000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.470209000, lastModified=2023-04-04 18:26:19.579387000, delta=890822000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470318000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.470209000, lastModified=2023-04-04 18:26:19.579387000, delta=890822000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470412000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.470412000, lastModified=2023-04-04 18:26:19.579387000, delta=891025000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.470318000, lastModified=2023-04-04 18:26:20.455407000, delta=14911000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470513000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.470513000, lastModified=2023-04-04 18:26:20.455407000, delta=15106000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470616000, lastModified=2023-04-04 18:26:20.461407000, size=104, fileKey=(dev=10006b,ino=1681969489) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.470412000, lastModified=2023-04-04 18:26:19.579387000, delta=891025000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470727000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.470727000, lastModified=2023-04-04 18:26:19.579387000, delta=891340000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.470513000, lastModified=2023-04-04 18:26:20.455407000, delta=15106000 ns, racy<=2500000000 ns 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.470840000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.470840000, lastModified=2023-04-04 18:26:20.455407000, delta=15433000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471002000, lastModified=2023-04-04 18:26:20.461407000, size=104, fileKey=(dev=10006b,ino=1681969489) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471050000, lastModified=2023-04-04 18:26:20.461407000, size=104, fileKey=(dev=10006b,ino=1681969489) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.470727000, lastModified=2023-04-04 18:26:19.579387000, delta=891340000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471101000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.471101000, lastModified=2023-04-04 18:26:19.579387000, delta=891714000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.470840000, lastModified=2023-04-04 18:26:20.455407000, delta=15433000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471214000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.471214000, lastModified=2023-04-04 18:26:20.455407000, delta=15807000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.471101000, lastModified=2023-04-04 18:26:19.579387000, delta=891714000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471318000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.471318000, lastModified=2023-04-04 18:26:19.579387000, delta=891931000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.471214000, lastModified=2023-04-04 18:26:20.455407000, delta=15807000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471419000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.471419000, lastModified=2023-04-04 18:26:20.455407000, delta=16012000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.471318000, lastModified=2023-04-04 18:26:19.579387000, delta=891931000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471663000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.471663000, lastModified=2023-04-04 18:26:19.579387000, delta=892276000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.471419000, lastModified=2023-04-04 18:26:20.455407000, delta=16012000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471779000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.471779000, lastModified=2023-04-04 18:26:20.455407000, delta=16372000 ns, racy<=2500000000 ns 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, size=6, fileKey=(dev=10006b,ino=1691470867) 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.471663000, lastModified=2023-04-04 18:26:19.579387000, delta=892276000 ns, racy<=2500000000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.472186000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.472186000, lastModified=2023-04-04 18:26:19.579387000, delta=892799000 ns, racy<=2500000000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.471779000, lastModified=2023-04-04 18:26:20.455407000, delta=16372000 ns, racy<=2500000000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.472299000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.472299000, lastModified=2023-04-04 18:26:20.455407000, delta=16892000 ns, racy<=2500000000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.472575000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780472575000 ns, racy<=3610000 ns 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.472575000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780472575000 ns, racy<=3610000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473246000, lastModified=2023-04-04 18:26:20.470407000, size=0, fileKey=(dev=10006b,ino=1681969525) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.472186000, lastModified=2023-04-04 18:26:19.579387000, delta=892799000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473306000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.473306000, lastModified=2023-04-04 18:26:19.579387000, delta=893919000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.472299000, lastModified=2023-04-04 18:26:20.455407000, delta=16892000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473425000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.473425000, lastModified=2023-04-04 18:26:20.455407000, delta=18018000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473532000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473590000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.473306000, lastModified=2023-04-04 18:26:19.579387000, delta=893919000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473727000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.473727000, lastModified=2023-04-04 18:26:19.579387000, delta=894340000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.473425000, lastModified=2023-04-04 18:26:20.455407000, delta=18018000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473852000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.473852000, lastModified=2023-04-04 18:26:20.455407000, delta=18445000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.473727000, lastModified=2023-04-04 18:26:19.579387000, delta=894340000 ns, racy<=2500000000 ns 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.473954000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.473954000, lastModified=2023-04-04 18:26:19.579387000, delta=894567000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.473852000, lastModified=2023-04-04 18:26:20.455407000, delta=18445000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474140000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474140000, lastModified=2023-04-04 18:26:20.455407000, delta=18733000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.473954000, lastModified=2023-04-04 18:26:19.579387000, delta=894567000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474268000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.474268000, lastModified=2023-04-04 18:26:19.579387000, delta=894881000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474140000, lastModified=2023-04-04 18:26:20.455407000, delta=18733000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474373000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474373000, lastModified=2023-04-04 18:26:20.455407000, delta=18966000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.474268000, lastModified=2023-04-04 18:26:19.579387000, delta=894881000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474452000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.474452000, lastModified=2023-04-04 18:26:19.579387000, delta=895065000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474373000, lastModified=2023-04-04 18:26:20.455407000, delta=18966000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474563000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474563000, lastModified=2023-04-04 18:26:20.455407000, delta=19156000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474643000, lastModified=2023-04-04 18:26:20.454407000, size=23, fileKey=(dev=10006b,ino=1681969487) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474685000, lastModified=2023-04-04 18:26:20.467407000, size=41, fileKey=(dev=10006b,ino=1684055404) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.474452000, lastModified=2023-04-04 18:26:19.579387000, delta=895065000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474786000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.474786000, lastModified=2023-04-04 18:26:19.579387000, delta=895399000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474563000, lastModified=2023-04-04 18:26:20.455407000, delta=19156000 ns, racy<=2500000000 ns 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.474902000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474902000, lastModified=2023-04-04 18:26:20.455407000, delta=19495000 ns, racy<=2500000000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.474643000, lastModified=2023-04-04 18:26:20.454407000, delta=20236000 ns, racy<=3610000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.474685000, lastModified=2023-04-04 18:26:20.467407000, delta=7278000 ns, racy<=3610000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.474786000, lastModified=2023-04-04 18:26:19.579387000, delta=895399000 ns, racy<=2500000000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.475857000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.475857000, lastModified=2023-04-04 18:26:19.579387000, delta=896470000 ns, racy<=2500000000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.474902000, lastModified=2023-04-04 18:26:20.455407000, delta=19495000 ns, racy<=2500000000 ns 18:26:20.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.476001000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.476001000, lastModified=2023-04-04 18:26:20.455407000, delta=20594000 ns, racy<=2500000000 ns 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.476208000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.476257000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.472575000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780472575000 ns, racy<=3610000 ns 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.472575000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780472575000 ns, racy<=3610000 ns 18:26:20.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.472575000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780472575000 ns, racy<=3610000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.471954000, lastModified=2023-04-04 18:26:20.452407000, delta=19547000 ns, racy<=3610000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.472575000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780472575000 ns, racy<=3610000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.475857000, lastModified=2023-04-04 18:26:19.579387000, delta=896470000 ns, racy<=2500000000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.477625000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.477625000, lastModified=2023-04-04 18:26:19.579387000, delta=898238000 ns, racy<=2500000000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.476001000, lastModified=2023-04-04 18:26:20.455407000, delta=20594000 ns, racy<=2500000000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.477745000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.477745000, lastModified=2023-04-04 18:26:20.455407000, delta=22338000 ns, racy<=2500000000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.474643000, lastModified=2023-04-04 18:26:20.454407000, delta=20236000 ns, racy<=3610000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.474685000, lastModified=2023-04-04 18:26:20.467407000, delta=7278000 ns, racy<=3610000 ns 18:26:20.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.477625000, lastModified=2023-04-04 18:26:19.579387000, delta=898238000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478040000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478040000, lastModified=2023-04-04 18:26:19.579387000, delta=898653000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.477745000, lastModified=2023-04-04 18:26:20.455407000, delta=22338000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478156000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478156000, lastModified=2023-04-04 18:26:20.455407000, delta=22749000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.474685000, lastModified=2023-04-04 18:26:20.467407000, delta=7278000 ns, racy<=3610000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478040000, lastModified=2023-04-04 18:26:19.579387000, delta=898653000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478404000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478404000, lastModified=2023-04-04 18:26:19.579387000, delta=899017000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478156000, lastModified=2023-04-04 18:26:20.455407000, delta=22749000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478513000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478513000, lastModified=2023-04-04 18:26:20.455407000, delta=23106000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478404000, lastModified=2023-04-04 18:26:19.579387000, delta=899017000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478636000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478636000, lastModified=2023-04-04 18:26:19.579387000, delta=899249000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478513000, lastModified=2023-04-04 18:26:20.455407000, delta=23106000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478737000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478737000, lastModified=2023-04-04 18:26:20.455407000, delta=23330000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478636000, lastModified=2023-04-04 18:26:19.579387000, delta=899249000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478847000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478847000, lastModified=2023-04-04 18:26:19.579387000, delta=899460000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478737000, lastModified=2023-04-04 18:26:20.455407000, delta=23330000 ns, racy<=2500000000 ns 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.478974000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478974000, lastModified=2023-04-04 18:26:20.455407000, delta=23567000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.478847000, lastModified=2023-04-04 18:26:19.579387000, delta=899460000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479068000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479068000, lastModified=2023-04-04 18:26:19.579387000, delta=899681000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.478974000, lastModified=2023-04-04 18:26:20.455407000, delta=23567000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479170000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479170000, lastModified=2023-04-04 18:26:20.455407000, delta=23763000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479068000, lastModified=2023-04-04 18:26:19.579387000, delta=899681000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479274000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479274000, lastModified=2023-04-04 18:26:19.579387000, delta=899887000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479170000, lastModified=2023-04-04 18:26:20.455407000, delta=23763000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479375000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479375000, lastModified=2023-04-04 18:26:20.455407000, delta=23968000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479274000, lastModified=2023-04-04 18:26:19.579387000, delta=899887000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479454000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479454000, lastModified=2023-04-04 18:26:19.579387000, delta=900067000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479375000, lastModified=2023-04-04 18:26:20.455407000, delta=23968000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479551000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479551000, lastModified=2023-04-04 18:26:20.455407000, delta=24144000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479622000, lastModified=2023-04-04 18:26:20.477408000, size=41, fileKey=(dev=10006b,ino=1684055405) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479454000, lastModified=2023-04-04 18:26:19.579387000, delta=900067000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479760000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479760000, lastModified=2023-04-04 18:26:19.579387000, delta=900373000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479551000, lastModified=2023-04-04 18:26:20.455407000, delta=24144000 ns, racy<=2500000000 ns 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.479876000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.479876000, lastModified=2023-04-04 18:26:20.455407000, delta=24469000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.480489000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.479760000, lastModified=2023-04-04 18:26:19.579387000, delta=900373000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.480 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.480628000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.480628000, lastModified=2023-04-04 18:26:19.579387000, delta=901241000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.480733000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.480628000, lastModified=2023-04-04 18:26:19.579387000, delta=901241000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.480 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.480835000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.480835000, lastModified=2023-04-04 18:26:19.579387000, delta=901448000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.480733000, lastModified=2023-04-04 18:26:20.455407000, delta=25326000 ns, racy<=2500000000 ns 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.480992000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.480992000, lastModified=2023-04-04 18:26:20.455407000, delta=25585000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481094000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.480835000, lastModified=2023-04-04 18:26:19.579387000, delta=901448000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481177000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.481177000, lastModified=2023-04-04 18:26:19.579387000, delta=901790000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.480992000, lastModified=2023-04-04 18:26:20.455407000, delta=25585000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481286000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.481286000, lastModified=2023-04-04 18:26:20.455407000, delta=25879000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481435000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481479000, lastModified=2023-04-04 18:26:20.472408000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.481177000, lastModified=2023-04-04 18:26:19.579387000, delta=901790000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481530000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.481530000, lastModified=2023-04-04 18:26:19.579387000, delta=902143000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.481286000, lastModified=2023-04-04 18:26:20.455407000, delta=25879000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481638000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.481638000, lastModified=2023-04-04 18:26:20.455407000, delta=26231000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.481530000, lastModified=2023-04-04 18:26:19.579387000, delta=902143000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481743000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.481743000, lastModified=2023-04-04 18:26:19.579387000, delta=902356000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.481638000, lastModified=2023-04-04 18:26:20.455407000, delta=26231000 ns, racy<=2500000000 ns 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.481846000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.481846000, lastModified=2023-04-04 18:26:20.455407000, delta=26439000 ns, racy<=2500000000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.481743000, lastModified=2023-04-04 18:26:19.579387000, delta=902356000 ns, racy<=2500000000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.482 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.482106000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.482106000, lastModified=2023-04-04 18:26:19.579387000, delta=902719000 ns, racy<=2500000000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.481846000, lastModified=2023-04-04 18:26:20.455407000, delta=26439000 ns, racy<=2500000000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.482227000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.482227000, lastModified=2023-04-04 18:26:20.455407000, delta=26820000 ns, racy<=2500000000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, size=6, fileKey=(dev=10006b,ino=1691470867) 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.482592000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780482592000 ns, racy<=3610000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.482592000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780482592000 ns, racy<=3610000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483357000, lastModified=2023-04-04 18:26:20.480408000, size=0, fileKey=(dev=10006b,ino=1681969489) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.482106000, lastModified=2023-04-04 18:26:19.579387000, delta=902719000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483405000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.483405000, lastModified=2023-04-04 18:26:19.579387000, delta=904018000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.482227000, lastModified=2023-04-04 18:26:20.455407000, delta=26820000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483517000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.483517000, lastModified=2023-04-04 18:26:20.455407000, delta=28110000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483621000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483677000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.483405000, lastModified=2023-04-04 18:26:19.579387000, delta=904018000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483806000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.483806000, lastModified=2023-04-04 18:26:19.579387000, delta=904419000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.483517000, lastModified=2023-04-04 18:26:20.455407000, delta=28110000 ns, racy<=2500000000 ns 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.483948000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.483948000, lastModified=2023-04-04 18:26:20.455407000, delta=28541000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.483806000, lastModified=2023-04-04 18:26:19.579387000, delta=904419000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484043000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484043000, lastModified=2023-04-04 18:26:19.579387000, delta=904656000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.483948000, lastModified=2023-04-04 18:26:20.455407000, delta=28541000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484146000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484146000, lastModified=2023-04-04 18:26:20.455407000, delta=28739000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484043000, lastModified=2023-04-04 18:26:19.579387000, delta=904656000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484249000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484249000, lastModified=2023-04-04 18:26:19.579387000, delta=904862000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484146000, lastModified=2023-04-04 18:26:20.455407000, delta=28739000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484349000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484349000, lastModified=2023-04-04 18:26:20.455407000, delta=28942000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484249000, lastModified=2023-04-04 18:26:19.579387000, delta=904862000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484428000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484428000, lastModified=2023-04-04 18:26:19.579387000, delta=905041000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484349000, lastModified=2023-04-04 18:26:20.455407000, delta=28942000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484546000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484546000, lastModified=2023-04-04 18:26:20.455407000, delta=29139000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484629000, lastModified=2023-04-04 18:26:20.454407000, size=23, fileKey=(dev=10006b,ino=1681969487) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484678000, lastModified=2023-04-04 18:26:20.477408000, size=41, fileKey=(dev=10006b,ino=1684055405) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484428000, lastModified=2023-04-04 18:26:19.579387000, delta=905041000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484801000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484801000, lastModified=2023-04-04 18:26:19.579387000, delta=905414000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484546000, lastModified=2023-04-04 18:26:20.455407000, delta=29139000 ns, racy<=2500000000 ns 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.484934000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484934000, lastModified=2023-04-04 18:26:20.455407000, delta=29527000 ns, racy<=2500000000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.484629000, lastModified=2023-04-04 18:26:20.454407000, delta=30222000 ns, racy<=3610000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.484678000, lastModified=2023-04-04 18:26:20.477408000, delta=7270000 ns, racy<=3610000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.484801000, lastModified=2023-04-04 18:26:19.579387000, delta=905414000 ns, racy<=2500000000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.485 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.485387000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.485387000, lastModified=2023-04-04 18:26:19.579387000, delta=906000000 ns, racy<=2500000000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.484934000, lastModified=2023-04-04 18:26:20.455407000, delta=29527000 ns, racy<=2500000000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.485544000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.485544000, lastModified=2023-04-04 18:26:20.455407000, delta=30137000 ns, racy<=2500000000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.485735000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.485781000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.482592000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780482592000 ns, racy<=3610000 ns 18:26:20.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.482592000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780482592000 ns, racy<=3610000 ns 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.482592000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780482592000 ns, racy<=3610000 ns 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.482380000, lastModified=2023-04-04 18:26:20.452407000, delta=29973000 ns, racy<=3610000 ns 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.482592000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780482592000 ns, racy<=3610000 ns 18:26:20.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.485387000, lastModified=2023-04-04 18:26:19.579387000, delta=906000000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.487170000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.487170000, lastModified=2023-04-04 18:26:19.579387000, delta=907783000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.485544000, lastModified=2023-04-04 18:26:20.455407000, delta=30137000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.487297000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.487297000, lastModified=2023-04-04 18:26:20.455407000, delta=31890000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.484629000, lastModified=2023-04-04 18:26:20.454407000, delta=30222000 ns, racy<=3610000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.484678000, lastModified=2023-04-04 18:26:20.477408000, delta=7270000 ns, racy<=3610000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.487170000, lastModified=2023-04-04 18:26:19.579387000, delta=907783000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.487573000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.487573000, lastModified=2023-04-04 18:26:19.579387000, delta=908186000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.487297000, lastModified=2023-04-04 18:26:20.455407000, delta=31890000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.487692000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.487692000, lastModified=2023-04-04 18:26:20.455407000, delta=32285000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.484678000, lastModified=2023-04-04 18:26:20.477408000, delta=7270000 ns, racy<=3610000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.487573000, lastModified=2023-04-04 18:26:19.579387000, delta=908186000 ns, racy<=2500000000 ns 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.487977000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.487977000, lastModified=2023-04-04 18:26:19.579387000, delta=908590000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.487692000, lastModified=2023-04-04 18:26:20.455407000, delta=32285000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488102000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488102000, lastModified=2023-04-04 18:26:20.455407000, delta=32695000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.487977000, lastModified=2023-04-04 18:26:19.579387000, delta=908590000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488247000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.488247000, lastModified=2023-04-04 18:26:19.579387000, delta=908860000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488102000, lastModified=2023-04-04 18:26:20.455407000, delta=32695000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488354000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488354000, lastModified=2023-04-04 18:26:20.455407000, delta=32947000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.488247000, lastModified=2023-04-04 18:26:19.579387000, delta=908860000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488474000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.488474000, lastModified=2023-04-04 18:26:19.579387000, delta=909087000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488354000, lastModified=2023-04-04 18:26:20.455407000, delta=32947000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488581000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488581000, lastModified=2023-04-04 18:26:20.455407000, delta=33174000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.488474000, lastModified=2023-04-04 18:26:19.579387000, delta=909087000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488670000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.488670000, lastModified=2023-04-04 18:26:19.579387000, delta=909283000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488581000, lastModified=2023-04-04 18:26:20.455407000, delta=33174000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.488775000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488775000, lastModified=2023-04-04 18:26:20.455407000, delta=33368000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.488670000, lastModified=2023-04-04 18:26:19.579387000, delta=909283000 ns, racy<=2500000000 ns 18:26:20.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489007000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489007000, lastModified=2023-04-04 18:26:19.579387000, delta=909620000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.488775000, lastModified=2023-04-04 18:26:20.455407000, delta=33368000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489131000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489131000, lastModified=2023-04-04 18:26:20.455407000, delta=33724000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489007000, lastModified=2023-04-04 18:26:19.579387000, delta=909620000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489215000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489215000, lastModified=2023-04-04 18:26:19.579387000, delta=909828000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489131000, lastModified=2023-04-04 18:26:20.455407000, delta=33724000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489311000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489311000, lastModified=2023-04-04 18:26:20.455407000, delta=33904000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489385000, lastModified=2023-04-04 18:26:20.487408000, size=41, fileKey=(dev=10006b,ino=1684055404) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489215000, lastModified=2023-04-04 18:26:19.579387000, delta=909828000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489528000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489528000, lastModified=2023-04-04 18:26:19.579387000, delta=910141000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489311000, lastModified=2023-04-04 18:26:20.455407000, delta=33904000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489642000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489642000, lastModified=2023-04-04 18:26:20.455407000, delta=34235000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489528000, lastModified=2023-04-04 18:26:19.579387000, delta=910141000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489803000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489803000, lastModified=2023-04-04 18:26:19.579387000, delta=910416000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.457173000, lastModified=2023-04-04 18:26:20.455407000, delta=1766000 ns, racy<=2500000000 ns 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.489922000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489922000, lastModified=2023-04-04 18:26:20.455407000, delta=34515000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490002000, lastModified=2023-04-04 18:26:20.487408000, size=41, fileKey=(dev=10006b,ino=1684055404) 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.489803000, lastModified=2023-04-04 18:26:19.579387000, delta=910416000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.490 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490092000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.490092000, lastModified=2023-04-04 18:26:19.579387000, delta=910705000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.489922000, lastModified=2023-04-04 18:26:20.455407000, delta=34515000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490188000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.490188000, lastModified=2023-04-04 18:26:20.455407000, delta=34781000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.490002000, lastModified=2023-04-04 18:26:20.487408000, delta=2594000 ns, racy<=3610000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is racily clean 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490288000, lastModified=2023-04-04 18:26:20.487408000, size=41, fileKey=(dev=10006b,ino=1684055404) 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.490288000, lastModified=2023-04-04 18:26:20.487408000, delta=2880000 ns, racy<=3610000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490726000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.490092000, lastModified=2023-04-04 18:26:19.579387000, delta=910705000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.490 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490847000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.490847000, lastModified=2023-04-04 18:26:19.579387000, delta=911460000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.490965000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.490847000, lastModified=2023-04-04 18:26:19.579387000, delta=911460000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491057000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491057000, lastModified=2023-04-04 18:26:19.579387000, delta=911670000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.490965000, lastModified=2023-04-04 18:26:20.455407000, delta=35558000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491147000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.491147000, lastModified=2023-04-04 18:26:20.455407000, delta=35740000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491249000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491057000, lastModified=2023-04-04 18:26:19.579387000, delta=911670000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491327000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491327000, lastModified=2023-04-04 18:26:19.579387000, delta=911940000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.491147000, lastModified=2023-04-04 18:26:20.455407000, delta=35740000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491425000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.491425000, lastModified=2023-04-04 18:26:20.455407000, delta=36018000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491577000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491616000, lastModified=2023-04-04 18:26:20.482408000, size=176, fileKey=(dev=10006b,ino=1681969489) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491327000, lastModified=2023-04-04 18:26:19.579387000, delta=911940000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491662000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491662000, lastModified=2023-04-04 18:26:19.579387000, delta=912275000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.491425000, lastModified=2023-04-04 18:26:20.455407000, delta=36018000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491758000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.491758000, lastModified=2023-04-04 18:26:20.455407000, delta=36351000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491662000, lastModified=2023-04-04 18:26:19.579387000, delta=912275000 ns, racy<=2500000000 ns 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.491858000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491858000, lastModified=2023-04-04 18:26:19.579387000, delta=912471000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.491758000, lastModified=2023-04-04 18:26:20.455407000, delta=36351000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.550184000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.550184000, lastModified=2023-04-04 18:26:20.455407000, delta=94777000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.491858000, lastModified=2023-04-04 18:26:19.579387000, delta=912471000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.550602000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.550602000, lastModified=2023-04-04 18:26:19.579387000, delta=971215000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.550184000, lastModified=2023-04-04 18:26:20.455407000, delta=94777000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.550766000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.550766000, lastModified=2023-04-04 18:26:20.455407000, delta=95359000 ns, racy<=2500000000 ns 18:26:20.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, size=6, fileKey=(dev=10006b,ino=1691470867) 18:26:20.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.551255000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780551255000 ns, racy<=3610000 ns 18:26:20.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.551255000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780551255000 ns, racy<=3610000 ns 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.552658000, lastModified=2023-04-04 18:26:20.490408000, size=0, fileKey=(dev=10006b,ino=1681969525) 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.550602000, lastModified=2023-04-04 18:26:19.579387000, delta=971215000 ns, racy<=2500000000 ns 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.552769000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.552769000, lastModified=2023-04-04 18:26:19.579387000, delta=973382000 ns, racy<=2500000000 ns 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.550766000, lastModified=2023-04-04 18:26:20.455407000, delta=95359000 ns, racy<=2500000000 ns 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.552955000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.552955000, lastModified=2023-04-04 18:26:20.455407000, delta=97548000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553104000, lastModified=2023-04-04 18:26:20.552409000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553185000, lastModified=2023-04-04 18:26:20.552409000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.552769000, lastModified=2023-04-04 18:26:19.579387000, delta=973382000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553261000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.553261000, lastModified=2023-04-04 18:26:19.579387000, delta=973874000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.552955000, lastModified=2023-04-04 18:26:20.455407000, delta=97548000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553454000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.553454000, lastModified=2023-04-04 18:26:20.455407000, delta=98047000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553683000, lastModified=2023-04-04 18:26:20.552409000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553742000, lastModified=2023-04-04 18:26:20.552409000, size=176, fileKey=(dev=10006b,ino=1681969525) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553859000, lastModified=2023-04-04 18:26:20.552409000, size=0, fileKey=(dev=10006b,ino=1681969526) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.553261000, lastModified=2023-04-04 18:26:19.579387000, delta=973874000 ns, racy<=2500000000 ns 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.553927000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.553927000, lastModified=2023-04-04 18:26:19.579387000, delta=974540000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.553454000, lastModified=2023-04-04 18:26:20.455407000, delta=98047000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554072000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554072000, lastModified=2023-04-04 18:26:20.455407000, delta=98665000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554188000, lastModified=2023-04-04 18:26:20.553409000, size=104, fileKey=(dev=10006b,ino=1681969526) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554250000, lastModified=2023-04-04 18:26:20.553409000, size=104, fileKey=(dev=10006b,ino=1681969526) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.553927000, lastModified=2023-04-04 18:26:19.579387000, delta=974540000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554386000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.554386000, lastModified=2023-04-04 18:26:19.579387000, delta=974999000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554072000, lastModified=2023-04-04 18:26:20.455407000, delta=98665000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554521000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554521000, lastModified=2023-04-04 18:26:20.455407000, delta=99114000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.554386000, lastModified=2023-04-04 18:26:19.579387000, delta=974999000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554622000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.554622000, lastModified=2023-04-04 18:26:19.579387000, delta=975235000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554521000, lastModified=2023-04-04 18:26:20.455407000, delta=99114000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554733000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554733000, lastModified=2023-04-04 18:26:20.455407000, delta=99326000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.554622000, lastModified=2023-04-04 18:26:19.579387000, delta=975235000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554859000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.554859000, lastModified=2023-04-04 18:26:19.579387000, delta=975472000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554733000, lastModified=2023-04-04 18:26:20.455407000, delta=99326000 ns, racy<=2500000000 ns 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.554990000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554990000, lastModified=2023-04-04 18:26:20.455407000, delta=99583000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.554859000, lastModified=2023-04-04 18:26:19.579387000, delta=975472000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.555097000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.555097000, lastModified=2023-04-04 18:26:19.579387000, delta=975710000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.554990000, lastModified=2023-04-04 18:26:20.455407000, delta=99583000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.555213000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.555213000, lastModified=2023-04-04 18:26:20.455407000, delta=99806000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.555306000, lastModified=2023-04-04 18:26:20.454407000, size=23, fileKey=(dev=10006b,ino=1681969487) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.555360000, lastModified=2023-04-04 18:26:20.487408000, size=41, fileKey=(dev=10006b,ino=1684055404) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.555097000, lastModified=2023-04-04 18:26:19.579387000, delta=975710000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.555514000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.555514000, lastModified=2023-04-04 18:26:19.579387000, delta=976127000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.555213000, lastModified=2023-04-04 18:26:20.455407000, delta=99806000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.555691000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.555691000, lastModified=2023-04-04 18:26:20.455407000, delta=100284000 ns, racy<=2500000000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.555306000, lastModified=2023-04-04 18:26:20.454407000, delta=100899000 ns, racy<=3610000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.555360000, lastModified=2023-04-04 18:26:20.487408000, delta=67952000 ns, racy<=3610000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.555514000, lastModified=2023-04-04 18:26:19.579387000, delta=976127000 ns, racy<=2500000000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.556293000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.556293000, lastModified=2023-04-04 18:26:19.579387000, delta=976906000 ns, racy<=2500000000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.555691000, lastModified=2023-04-04 18:26:20.455407000, delta=100284000 ns, racy<=2500000000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.556455000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.556455000, lastModified=2023-04-04 18:26:20.455407000, delta=101048000 ns, racy<=2500000000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.556676000, lastModified=2023-04-04 18:26:20.553409000, size=104, fileKey=(dev=10006b,ino=1681969526) 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.556723000, lastModified=2023-04-04 18:26:20.553409000, size=104, fileKey=(dev=10006b,ino=1681969526) 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.551255000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780551255000 ns, racy<=3610000 ns 18:26:20.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.551255000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780551255000 ns, racy<=3610000 ns 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.551255000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780551255000 ns, racy<=3610000 ns 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.550995000, lastModified=2023-04-04 18:26:20.452407000, delta=98588000 ns, racy<=3610000 ns 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.551255000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780551255000 ns, racy<=3610000 ns 18:26:20.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack/preserved, is unmodified 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.556293000, lastModified=2023-04-04 18:26:19.579387000, delta=976906000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.558239000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.558239000, lastModified=2023-04-04 18:26:19.579387000, delta=978852000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.556455000, lastModified=2023-04-04 18:26:20.455407000, delta=101048000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.558384000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.558384000, lastModified=2023-04-04 18:26:20.455407000, delta=102977000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.555306000, lastModified=2023-04-04 18:26:20.454407000, delta=100899000 ns, racy<=3610000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/HEAD, is unmodified 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.555360000, lastModified=2023-04-04 18:26:20.487408000, delta=67952000 ns, racy<=3610000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.558239000, lastModified=2023-04-04 18:26:19.579387000, delta=978852000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.558695000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.558695000, lastModified=2023-04-04 18:26:19.579387000, delta=979308000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.558384000, lastModified=2023-04-04 18:26:20.455407000, delta=102977000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.558834000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.558834000, lastModified=2023-04-04 18:26:20.455407000, delta=103427000 ns, racy<=2500000000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.555360000, lastModified=2023-04-04 18:26:20.487408000, delta=67952000 ns, racy<=3610000 ns 18:26:20.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is unmodified 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.558695000, lastModified=2023-04-04 18:26:19.579387000, delta=979308000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559160000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559160000, lastModified=2023-04-04 18:26:19.579387000, delta=979773000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.558834000, lastModified=2023-04-04 18:26:20.455407000, delta=103427000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559294000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.559294000, lastModified=2023-04-04 18:26:20.455407000, delta=103887000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559160000, lastModified=2023-04-04 18:26:19.579387000, delta=979773000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559437000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559437000, lastModified=2023-04-04 18:26:19.579387000, delta=980050000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.559294000, lastModified=2023-04-04 18:26:20.455407000, delta=103887000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559561000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.559561000, lastModified=2023-04-04 18:26:20.455407000, delta=104154000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559437000, lastModified=2023-04-04 18:26:19.579387000, delta=980050000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559694000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559694000, lastModified=2023-04-04 18:26:19.579387000, delta=980307000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.559561000, lastModified=2023-04-04 18:26:20.455407000, delta=104154000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559815000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.559815000, lastModified=2023-04-04 18:26:20.455407000, delta=104408000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559694000, lastModified=2023-04-04 18:26:19.579387000, delta=980307000 ns, racy<=2500000000 ns 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.559932000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559932000, lastModified=2023-04-04 18:26:19.579387000, delta=980545000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.559815000, lastModified=2023-04-04 18:26:20.455407000, delta=104408000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560082000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560082000, lastModified=2023-04-04 18:26:20.455407000, delta=104675000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.559932000, lastModified=2023-04-04 18:26:19.579387000, delta=980545000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560204000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.560204000, lastModified=2023-04-04 18:26:19.579387000, delta=980817000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560082000, lastModified=2023-04-04 18:26:20.455407000, delta=104675000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560323000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560323000, lastModified=2023-04-04 18:26:20.455407000, delta=104916000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.560204000, lastModified=2023-04-04 18:26:19.579387000, delta=980817000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560421000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.560421000, lastModified=2023-04-04 18:26:19.579387000, delta=981034000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560323000, lastModified=2023-04-04 18:26:20.455407000, delta=104916000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560536000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560536000, lastModified=2023-04-04 18:26:20.455407000, delta=105129000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560621000, lastModified=2023-04-04 18:26:20.558410000, size=41, fileKey=(dev=10006b,ino=1684055405) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.560421000, lastModified=2023-04-04 18:26:19.579387000, delta=981034000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560800000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.560800000, lastModified=2023-04-04 18:26:19.579387000, delta=981413000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560536000, lastModified=2023-04-04 18:26:20.455407000, delta=105129000 ns, racy<=2500000000 ns 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.560952000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.560952000, lastModified=2023-04-04 18:26:20.455407000, delta=105545000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.560800000, lastModified=2023-04-04 18:26:19.579387000, delta=981413000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561161000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.561161000, lastModified=2023-04-04 18:26:19.579387000, delta=981774000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.490188000, lastModified=2023-04-04 18:26:20.455407000, delta=34781000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561297000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.561297000, lastModified=2023-04-04 18:26:20.455407000, delta=105890000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1684055404) to (dev=10006b,ino=1684055405) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561412000, lastModified=2023-04-04 18:26:20.558410000, size=41, fileKey=(dev=10006b,ino=1684055405) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.561161000, lastModified=2023-04-04 18:26:19.579387000, delta=981774000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561520000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.561520000, lastModified=2023-04-04 18:26:19.579387000, delta=982133000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.561297000, lastModified=2023-04-04 18:26:20.455407000, delta=105890000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561650000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.561650000, lastModified=2023-04-04 18:26:20.455407000, delta=106243000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.561412000, lastModified=2023-04-04 18:26:20.558410000, delta=3002000 ns, racy<=3610000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, is racily clean 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561775000, lastModified=2023-04-04 18:26:20.558410000, size=41, fileKey=(dev=10006b,ino=1684055405) 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.561775000, lastModified=2023-04-04 18:26:20.558410000, delta=3365000 ns, racy<=3610000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.561520000, lastModified=2023-04-04 18:26:19.579387000, delta=982133000 ns, racy<=2500000000 ns 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.561969000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.561969000, lastModified=2023-04-04 18:26:19.579387000, delta=982582000 ns, racy<=2500000000 ns 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.561650000, lastModified=2023-04-04 18:26:20.455407000, delta=106243000 ns, racy<=2500000000 ns 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.562169000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.562169000, lastModified=2023-04-04 18:26:20.455407000, delta=106762000 ns, racy<=2500000000 ns 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, size=6, fileKey=(dev=10006b,ino=1691470867) 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, delta=110249000 ns, racy<=3610000 ns 18:26:20.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.561969000, lastModified=2023-04-04 18:26:19.579387000, delta=982582000 ns, racy<=2500000000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.563 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.563066000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.563066000, lastModified=2023-04-04 18:26:19.579387000, delta=983679000 ns, racy<=2500000000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.562169000, lastModified=2023-04-04 18:26:20.455407000, delta=106762000 ns, racy<=2500000000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.563210000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.563210000, lastModified=2023-04-04 18:26:20.455407000, delta=107803000 ns, racy<=2500000000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, delta=110249000 ns, racy<=3610000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, delta=110249000 ns, racy<=3610000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, delta=110249000 ns, racy<=3610000 ns 18:26:20.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564014000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.563066000, lastModified=2023-04-04 18:26:19.579387000, delta=983679000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.564 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564185000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.564185000, lastModified=2023-04-04 18:26:19.579387000, delta=984798000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564305000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.564185000, lastModified=2023-04-04 18:26:19.579387000, delta=984798000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.564 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564415000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.564415000, lastModified=2023-04-04 18:26:19.579387000, delta=985028000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.564305000, lastModified=2023-04-04 18:26:20.455407000, delta=108898000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564538000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.564538000, lastModified=2023-04-04 18:26:20.455407000, delta=109131000 ns, racy<=2500000000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564650000, lastModified=2023-04-04 18:26:20.553409000, size=104, fileKey=(dev=10006b,ino=1681969526) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.564726000, lastModified=2023-04-04 18:26:20.452407000, size=6, fileKey=(dev=10006b,ino=1691470867) 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.564726000, lastModified=2023-04-04 18:26:20.452407000, delta=112319000 ns, racy<=3610000 ns 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.564726000, lastModified=2023-04-04 18:26:20.452407000, delta=112319000 ns, racy<=3610000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.564726000, lastModified=2023-04-04 18:26:20.452407000, delta=112319000 ns, racy<=3610000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.564726000, lastModified=2023-04-04 18:26:20.452407000, delta=112319000 ns, racy<=3610000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.564415000, lastModified=2023-04-04 18:26:19.579387000, delta=985028000 ns, racy<=2500000000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.565379000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.565379000, lastModified=2023-04-04 18:26:19.579387000, delta=985992000 ns, racy<=2500000000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.563210000, lastModified=2023-04-04 18:26:20.455407000, delta=107803000 ns, racy<=2500000000 ns 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.565613000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.565613000, lastModified=2023-04-04 18:26:20.455407000, delta=110206000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, delta=110249000 ns, racy<=3610000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.562656000, lastModified=2023-04-04 18:26:20.452407000, delta=110249000 ns, racy<=3610000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/objects/pack, is unmodified 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.565379000, lastModified=2023-04-04 18:26:19.579387000, delta=985992000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.566557000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.566557000, lastModified=2023-04-04 18:26:19.579387000, delta=987170000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.565613000, lastModified=2023-04-04 18:26:20.455407000, delta=110206000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.566764000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.566764000, lastModified=2023-04-04 18:26:20.455407000, delta=111357000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.566557000, lastModified=2023-04-04 18:26:19.579387000, delta=987170000 ns, racy<=2500000000 ns 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.566938000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.566938000, lastModified=2023-04-04 18:26:19.579387000, delta=987551000 ns, racy<=2500000000 ns 18:26:20.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.566764000, lastModified=2023-04-04 18:26:20.455407000, delta=111357000 ns, racy<=2500000000 ns 18:26:20.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, is racily clean 18:26:20.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.567084000, lastModified=2023-04-04 18:26:20.455407000, size=78, fileKey=(dev=10006b,ino=1681969514) 18:26:20.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10770171562591113325/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.567084000, lastModified=2023-04-04 18:26:20.455407000, delta=111677000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.566938000, lastModified=2023-04-04 18:26:19.579387000, delta=987551000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.571141000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.571141000, lastModified=2023-04-04 18:26:19.579387000, delta=991754000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.571141000, lastModified=2023-04-04 18:26:19.579387000, delta=991754000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.571425000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.571425000, lastModified=2023-04-04 18:26:19.579387000, delta=992038000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.571425000, lastModified=2023-04-04 18:26:19.579387000, delta=992038000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.571801000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.571801000, lastModified=2023-04-04 18:26:19.579387000, delta=992414000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.571801000, lastModified=2023-04-04 18:26:19.579387000, delta=992414000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.572258000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.572258000, lastModified=2023-04-04 18:26:19.579387000, delta=992871000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.572258000, lastModified=2023-04-04 18:26:19.579387000, delta=992871000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.572611000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.572611000, lastModified=2023-04-04 18:26:19.579387000, delta=993224000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.572611000, lastModified=2023-04-04 18:26:19.579387000, delta=993224000 ns, racy<=2500000000 ns 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.573526000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.573526000, lastModified=2023-04-04 18:26:19.579387000, delta=994139000 ns, racy<=2500000000 ns 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.573526000, lastModified=2023-04-04 18:26:19.579387000, delta=994139000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.574066000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.574066000, lastModified=2023-04-04 18:26:19.579387000, delta=994679000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.574066000, lastModified=2023-04-04 18:26:19.579387000, delta=994679000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.574592000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.574592000, lastModified=2023-04-04 18:26:19.579387000, delta=995205000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.574592000, lastModified=2023-04-04 18:26:19.579387000, delta=995205000 ns, racy<=2500000000 ns 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.575394000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.575394000, lastModified=2023-04-04 18:26:19.579387000, delta=996007000 ns, racy<=2500000000 ns 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.575394000, lastModified=2023-04-04 18:26:19.579387000, delta=996007000 ns, racy<=2500000000 ns 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.575835000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.575835000, lastModified=2023-04-04 18:26:19.579387000, delta=996448000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.575835000, lastModified=2023-04-04 18:26:19.579387000, delta=996448000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.576285000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.576285000, lastModified=2023-04-04 18:26:19.579387000, delta=996898000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.571600000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780571600000 ns, racy<=2500000000 ns 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is unmodified 18:26:20.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.576701000, lastModified=2023-04-04 18:26:20.575410000, size=23, fileKey=(dev=10006b,ino=1708304029) 18:26:20.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.578334000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.578837000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.576285000, lastModified=2023-04-04 18:26:19.579387000, delta=996898000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.579 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.579085000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.579085000, lastModified=2023-04-04 18:26:19.579387000, delta=999698000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.579270000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.579085000, lastModified=2023-04-04 18:26:19.579387000, delta=999698000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.579 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.579448000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.579448000, lastModified=2023-04-04 18:26:19.579387000, delta=1000061000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.579270000, lastModified=2023-04-04 18:26:20.577410000, delta=1860000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.579651000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.579651000, lastModified=2023-04-04 18:26:20.577410000, delta=2241000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.579448000, lastModified=2023-04-04 18:26:19.579387000, delta=1000061000 ns, racy<=2500000000 ns 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.579 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.579957000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.579957000, lastModified=2023-04-04 18:26:19.579387000, delta=1000570000 ns, racy<=2500000000 ns 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.579651000, lastModified=2023-04-04 18:26:20.577410000, delta=2241000 ns, racy<=2500000000 ns 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.580159000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.580159000, lastModified=2023-04-04 18:26:20.577410000, delta=2749000 ns, racy<=2500000000 ns 18:26:20.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.580306000, lastModified=2023-04-04 18:26:20.575410000, size=23, fileKey=(dev=10006b,ino=1708304029) 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.581061000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.579957000, lastModified=2023-04-04 18:26:19.579387000, delta=1000570000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.581 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.581275000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.581275000, lastModified=2023-04-04 18:26:19.579387000, delta=1001888000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.581458000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.581275000, lastModified=2023-04-04 18:26:19.579387000, delta=1001888000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.581 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.581622000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.581622000, lastModified=2023-04-04 18:26:19.579387000, delta=1002235000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.581458000, lastModified=2023-04-04 18:26:20.577410000, delta=4048000 ns, racy<=2500000000 ns 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.581783000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.581783000, lastModified=2023-04-04 18:26:20.577410000, delta=4373000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.581622000, lastModified=2023-04-04 18:26:19.579387000, delta=1002235000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.582138000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.582138000, lastModified=2023-04-04 18:26:19.579387000, delta=1002751000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.581783000, lastModified=2023-04-04 18:26:20.577410000, delta=4373000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.582274000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.582274000, lastModified=2023-04-04 18:26:20.577410000, delta=4864000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.582138000, lastModified=2023-04-04 18:26:19.579387000, delta=1002751000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.582481000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.582481000, lastModified=2023-04-04 18:26:19.579387000, delta=1003094000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.582274000, lastModified=2023-04-04 18:26:20.577410000, delta=4864000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.582608000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.582608000, lastModified=2023-04-04 18:26:20.577410000, delta=5198000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.582481000, lastModified=2023-04-04 18:26:19.579387000, delta=1003094000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.582738000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.582738000, lastModified=2023-04-04 18:26:19.579387000, delta=1003351000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.582608000, lastModified=2023-04-04 18:26:20.577410000, delta=5198000 ns, racy<=2500000000 ns 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.582855000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.582855000, lastModified=2023-04-04 18:26:20.577410000, delta=5445000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.582738000, lastModified=2023-04-04 18:26:19.579387000, delta=1003351000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.583134000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.583134000, lastModified=2023-04-04 18:26:19.579387000, delta=1003747000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.582855000, lastModified=2023-04-04 18:26:20.577410000, delta=5445000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.583269000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.583269000, lastModified=2023-04-04 18:26:20.577410000, delta=5859000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.583134000, lastModified=2023-04-04 18:26:19.579387000, delta=1003747000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.583444000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.583444000, lastModified=2023-04-04 18:26:19.579387000, delta=1004057000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.583269000, lastModified=2023-04-04 18:26:20.577410000, delta=5859000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.583562000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.583562000, lastModified=2023-04-04 18:26:20.577410000, delta=6152000 ns, racy<=2500000000 ns 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, size=6, fileKey=(dev=10006b,ino=1717599219) 18:26:20.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, delta=11387000 ns, racy<=3610000 ns 18:26:20.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, is unmodified 18:26:20.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.584465000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780584465000 ns, racy<=3610000 ns 18:26:20.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, is unmodified 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, delta=11387000 ns, racy<=3610000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, is unmodified 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.584465000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780584465000 ns, racy<=3610000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, is unmodified 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.583444000, lastModified=2023-04-04 18:26:19.579387000, delta=1004057000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.585 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.585530000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.585530000, lastModified=2023-04-04 18:26:19.579387000, delta=1006143000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.583562000, lastModified=2023-04-04 18:26:20.577410000, delta=6152000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.585676000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.585676000, lastModified=2023-04-04 18:26:20.577410000, delta=8266000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.585758000, lastModified=2023-04-04 18:26:20.581410000, size=0, fileKey=(dev=10006b,ino=1708304033) 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.585530000, lastModified=2023-04-04 18:26:19.579387000, delta=1006143000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.585 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.585821000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.585821000, lastModified=2023-04-04 18:26:19.579387000, delta=1006434000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.585676000, lastModified=2023-04-04 18:26:20.577410000, delta=8266000 ns, racy<=2500000000 ns 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.585967000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.585967000, lastModified=2023-04-04 18:26:20.577410000, delta=8557000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586117000, lastModified=2023-04-04 18:26:20.585410000, size=104, fileKey=(dev=10006b,ino=1708304033) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586175000, lastModified=2023-04-04 18:26:20.585410000, size=104, fileKey=(dev=10006b,ino=1708304033) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.585821000, lastModified=2023-04-04 18:26:19.579387000, delta=1006434000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586244000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.586244000, lastModified=2023-04-04 18:26:19.579387000, delta=1006857000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.585967000, lastModified=2023-04-04 18:26:20.577410000, delta=8557000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586376000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.586376000, lastModified=2023-04-04 18:26:20.577410000, delta=8966000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586562000, lastModified=2023-04-04 18:26:20.585410000, size=104, fileKey=(dev=10006b,ino=1708304033) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586612000, lastModified=2023-04-04 18:26:20.585410000, size=104, fileKey=(dev=10006b,ino=1708304033) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586697000, lastModified=2023-04-04 18:26:20.585410000, size=0, fileKey=(dev=10006b,ino=1708304030) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.586244000, lastModified=2023-04-04 18:26:19.579387000, delta=1006857000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586751000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.586751000, lastModified=2023-04-04 18:26:19.579387000, delta=1007364000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.586376000, lastModified=2023-04-04 18:26:20.577410000, delta=8966000 ns, racy<=2500000000 ns 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.586880000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.586880000, lastModified=2023-04-04 18:26:20.577410000, delta=9470000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.650053000, lastModified=2023-04-04 18:26:20.649412000, size=104, fileKey=(dev=10006b,ino=1708304030) 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.586751000, lastModified=2023-04-04 18:26:19.579387000, delta=1007364000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.650373000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.650373000, lastModified=2023-04-04 18:26:19.579387000, delta=1070986000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.586880000, lastModified=2023-04-04 18:26:20.577410000, delta=9470000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.650590000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.650590000, lastModified=2023-04-04 18:26:20.577410000, delta=73180000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.650373000, lastModified=2023-04-04 18:26:19.579387000, delta=1070986000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.650721000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.650721000, lastModified=2023-04-04 18:26:19.579387000, delta=1071334000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.650590000, lastModified=2023-04-04 18:26:20.577410000, delta=73180000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.650845000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.650845000, lastModified=2023-04-04 18:26:20.577410000, delta=73435000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.650721000, lastModified=2023-04-04 18:26:19.579387000, delta=1071334000 ns, racy<=2500000000 ns 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.650985000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.650985000, lastModified=2023-04-04 18:26:19.579387000, delta=1071598000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.650845000, lastModified=2023-04-04 18:26:20.577410000, delta=73435000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.651134000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.651134000, lastModified=2023-04-04 18:26:20.577410000, delta=73724000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.650985000, lastModified=2023-04-04 18:26:19.579387000, delta=1071598000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.651234000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.651234000, lastModified=2023-04-04 18:26:19.579387000, delta=1071847000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.651134000, lastModified=2023-04-04 18:26:20.577410000, delta=73724000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.651346000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.651346000, lastModified=2023-04-04 18:26:20.577410000, delta=73936000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.651445000, lastModified=2023-04-04 18:26:20.575410000, size=23, fileKey=(dev=10006b,ino=1708304029) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.651234000, lastModified=2023-04-04 18:26:19.579387000, delta=1071847000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.651713000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.651713000, lastModified=2023-04-04 18:26:19.579387000, delta=1072326000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.651346000, lastModified=2023-04-04 18:26:20.577410000, delta=73936000 ns, racy<=2500000000 ns 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.651850000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.651850000, lastModified=2023-04-04 18:26:20.577410000, delta=74440000 ns, racy<=2500000000 ns 18:26:20.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.651445000, lastModified=2023-04-04 18:26:20.575410000, delta=76035000 ns, racy<=3610000 ns 18:26:20.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD, is unmodified 18:26:20.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.651713000, lastModified=2023-04-04 18:26:19.579387000, delta=1072326000 ns, racy<=2500000000 ns 18:26:20.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.652967000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.652967000, lastModified=2023-04-04 18:26:19.579387000, delta=1073580000 ns, racy<=2500000000 ns 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.651850000, lastModified=2023-04-04 18:26:20.577410000, delta=74440000 ns, racy<=2500000000 ns 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.653129000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.653129000, lastModified=2023-04-04 18:26:20.577410000, delta=75719000 ns, racy<=2500000000 ns 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.653399000, lastModified=2023-04-04 18:26:20.649412000, size=104, fileKey=(dev=10006b,ino=1708304030) 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.653453000, lastModified=2023-04-04 18:26:20.649412000, size=104, fileKey=(dev=10006b,ino=1708304030) 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, delta=11387000 ns, racy<=3610000 ns 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, is unmodified 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.584465000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780584465000 ns, racy<=3610000 ns 18:26:20.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, is unmodified 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, delta=11387000 ns, racy<=3610000 ns 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, is unmodified 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.584465000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780584465000 ns, racy<=3610000 ns 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, is unmodified 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, delta=11387000 ns, racy<=3610000 ns 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, is unmodified 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.584465000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780584465000 ns, racy<=3610000 ns 18:26:20.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, is unmodified 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.583797000, lastModified=2023-04-04 18:26:20.572410000, delta=11387000 ns, racy<=3610000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack, is unmodified 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.584465000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780584465000 ns, racy<=3610000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/objects/pack/preserved, is unmodified 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.652967000, lastModified=2023-04-04 18:26:19.579387000, delta=1073580000 ns, racy<=2500000000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.655537000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.655537000, lastModified=2023-04-04 18:26:19.579387000, delta=1076150000 ns, racy<=2500000000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.653129000, lastModified=2023-04-04 18:26:20.577410000, delta=75719000 ns, racy<=2500000000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.655680000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.655680000, lastModified=2023-04-04 18:26:20.577410000, delta=78270000 ns, racy<=2500000000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.651445000, lastModified=2023-04-04 18:26:20.575410000, delta=76035000 ns, racy<=3610000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/HEAD, is unmodified 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.655537000, lastModified=2023-04-04 18:26:19.579387000, delta=1076150000 ns, racy<=2500000000 ns 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.655971000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.655971000, lastModified=2023-04-04 18:26:19.579387000, delta=1076584000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.655680000, lastModified=2023-04-04 18:26:20.577410000, delta=78270000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.656113000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.656113000, lastModified=2023-04-04 18:26:20.577410000, delta=78703000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.655971000, lastModified=2023-04-04 18:26:19.579387000, delta=1076584000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.656 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.656393000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.656393000, lastModified=2023-04-04 18:26:19.579387000, delta=1077006000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.656113000, lastModified=2023-04-04 18:26:20.577410000, delta=78703000 ns, racy<=2500000000 ns 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.656533000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.656533000, lastModified=2023-04-04 18:26:20.577410000, delta=79123000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.656393000, lastModified=2023-04-04 18:26:19.579387000, delta=1077006000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657095000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657095000, lastModified=2023-04-04 18:26:19.579387000, delta=1077708000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.656533000, lastModified=2023-04-04 18:26:20.577410000, delta=79123000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657232000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.657232000, lastModified=2023-04-04 18:26:20.577410000, delta=79822000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657095000, lastModified=2023-04-04 18:26:19.579387000, delta=1077708000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657378000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657378000, lastModified=2023-04-04 18:26:19.579387000, delta=1077991000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.657232000, lastModified=2023-04-04 18:26:20.577410000, delta=79822000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657505000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.657505000, lastModified=2023-04-04 18:26:20.577410000, delta=80095000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657378000, lastModified=2023-04-04 18:26:19.579387000, delta=1077991000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657647000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657647000, lastModified=2023-04-04 18:26:19.579387000, delta=1078260000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.657505000, lastModified=2023-04-04 18:26:20.577410000, delta=80095000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657773000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.657773000, lastModified=2023-04-04 18:26:20.577410000, delta=80363000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657647000, lastModified=2023-04-04 18:26:19.579387000, delta=1078260000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.657879000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657879000, lastModified=2023-04-04 18:26:19.579387000, delta=1078492000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.657773000, lastModified=2023-04-04 18:26:20.577410000, delta=80363000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658021000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.658021000, lastModified=2023-04-04 18:26:20.577410000, delta=80611000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.657879000, lastModified=2023-04-04 18:26:19.579387000, delta=1078492000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658204000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.658204000, lastModified=2023-04-04 18:26:19.579387000, delta=1078817000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.658021000, lastModified=2023-04-04 18:26:20.577410000, delta=80611000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658332000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.658332000, lastModified=2023-04-04 18:26:20.577410000, delta=80922000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.658204000, lastModified=2023-04-04 18:26:19.579387000, delta=1078817000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658433000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.658433000, lastModified=2023-04-04 18:26:19.579387000, delta=1079046000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.658332000, lastModified=2023-04-04 18:26:20.577410000, delta=80922000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658548000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.658548000, lastModified=2023-04-04 18:26:20.577410000, delta=81138000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658683000, lastModified=2023-04-04 18:26:20.656412000, size=41, fileKey=(dev=10006b,ino=1710586248) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.658433000, lastModified=2023-04-04 18:26:19.579387000, delta=1079046000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.658854000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.658854000, lastModified=2023-04-04 18:26:19.579387000, delta=1079467000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.658548000, lastModified=2023-04-04 18:26:20.577410000, delta=81138000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.659015000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.659015000, lastModified=2023-04-04 18:26:20.577410000, delta=81605000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.658854000, lastModified=2023-04-04 18:26:19.579387000, delta=1079467000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.659197000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.659197000, lastModified=2023-04-04 18:26:19.579387000, delta=1079810000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.580159000, lastModified=2023-04-04 18:26:20.577410000, delta=2749000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.659327000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.659327000, lastModified=2023-04-04 18:26:20.577410000, delta=81917000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.659418000, lastModified=2023-04-04 18:26:20.656412000, size=41, fileKey=(dev=10006b,ino=1710586248) 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.659197000, lastModified=2023-04-04 18:26:19.579387000, delta=1079810000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.659523000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.659523000, lastModified=2023-04-04 18:26:19.579387000, delta=1080136000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.659327000, lastModified=2023-04-04 18:26:20.577410000, delta=81917000 ns, racy<=2500000000 ns 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, is racily clean 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.659642000, lastModified=2023-04-04 18:26:20.577410000, size=78, fileKey=(dev=10006b,ino=1708304032) 18:26:20.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.659642000, lastModified=2023-04-04 18:26:20.577410000, delta=82232000 ns, racy<=2500000000 ns 18:26:20.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.659418000, lastModified=2023-04-04 18:26:20.656412000, delta=3006000 ns, racy<=3610000 ns 18:26:20.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/refs/heads/master, is racily clean 18:26:20.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.660165000, lastModified=2023-04-04 18:26:20.656412000, size=41, fileKey=(dev=10006b,ino=1710586248) 18:26:20.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18237070566354497526/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.660165000, lastModified=2023-04-04 18:26:20.656412000, delta=3753000 ns, racy<=3610000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.659523000, lastModified=2023-04-04 18:26:19.579387000, delta=1080136000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.662065000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662065000, lastModified=2023-04-04 18:26:19.579387000, delta=1082678000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662065000, lastModified=2023-04-04 18:26:19.579387000, delta=1082678000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.662236000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662236000, lastModified=2023-04-04 18:26:19.579387000, delta=1082849000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662236000, lastModified=2023-04-04 18:26:19.579387000, delta=1082849000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.662495000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662495000, lastModified=2023-04-04 18:26:19.579387000, delta=1083108000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662495000, lastModified=2023-04-04 18:26:19.579387000, delta=1083108000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.662753000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662753000, lastModified=2023-04-04 18:26:19.579387000, delta=1083366000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.662753000, lastModified=2023-04-04 18:26:19.579387000, delta=1083366000 ns, racy<=2500000000 ns 18:26:20.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.663022000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.663022000, lastModified=2023-04-04 18:26:19.579387000, delta=1083635000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.663022000, lastModified=2023-04-04 18:26:19.579387000, delta=1083635000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.663591000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.663591000, lastModified=2023-04-04 18:26:19.579387000, delta=1084204000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.663591000, lastModified=2023-04-04 18:26:19.579387000, delta=1084204000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.663886000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.663886000, lastModified=2023-04-04 18:26:19.579387000, delta=1084499000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.663886000, lastModified=2023-04-04 18:26:19.579387000, delta=1084499000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.664247000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.664247000, lastModified=2023-04-04 18:26:19.579387000, delta=1084860000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.664247000, lastModified=2023-04-04 18:26:19.579387000, delta=1084860000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.664759000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.664759000, lastModified=2023-04-04 18:26:19.579387000, delta=1085372000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.664759000, lastModified=2023-04-04 18:26:19.579387000, delta=1085372000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.665089000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.665089000, lastModified=2023-04-04 18:26:19.579387000, delta=1085702000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.665089000, lastModified=2023-04-04 18:26:19.579387000, delta=1085702000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.665358000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.665358000, lastModified=2023-04-04 18:26:19.579387000, delta=1085971000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.662364000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780662364000 ns, racy<=2500000000 ns 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is unmodified 18:26:20.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.665617000, lastModified=2023-04-04 18:26:20.664412000, size=23, fileKey=(dev=10006b,ino=1724929225) 18:26:20.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.666500000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.666857000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.665358000, lastModified=2023-04-04 18:26:19.579387000, delta=1085971000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667033000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.667033000, lastModified=2023-04-04 18:26:19.579387000, delta=1087646000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667156000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.667033000, lastModified=2023-04-04 18:26:19.579387000, delta=1087646000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667262000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.667262000, lastModified=2023-04-04 18:26:19.579387000, delta=1087875000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.667156000, lastModified=2023-04-04 18:26:20.665412000, delta=1744000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667383000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.667383000, lastModified=2023-04-04 18:26:20.665412000, delta=1971000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.667262000, lastModified=2023-04-04 18:26:19.579387000, delta=1087875000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667576000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.667576000, lastModified=2023-04-04 18:26:19.579387000, delta=1088189000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.667383000, lastModified=2023-04-04 18:26:20.665412000, delta=1971000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667697000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.667697000, lastModified=2023-04-04 18:26:20.665412000, delta=2285000 ns, racy<=2500000000 ns 18:26:20.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.667787000, lastModified=2023-04-04 18:26:20.664412000, size=23, fileKey=(dev=10006b,ino=1724929225) 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.668336000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.667576000, lastModified=2023-04-04 18:26:19.579387000, delta=1088189000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.668485000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.668485000, lastModified=2023-04-04 18:26:19.579387000, delta=1089098000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.668601000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.668485000, lastModified=2023-04-04 18:26:19.579387000, delta=1089098000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.668702000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.668702000, lastModified=2023-04-04 18:26:19.579387000, delta=1089315000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.668601000, lastModified=2023-04-04 18:26:20.665412000, delta=3189000 ns, racy<=2500000000 ns 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.668823000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.668823000, lastModified=2023-04-04 18:26:20.665412000, delta=3411000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.668702000, lastModified=2023-04-04 18:26:19.579387000, delta=1089315000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.669080000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.669080000, lastModified=2023-04-04 18:26:19.579387000, delta=1089693000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.668823000, lastModified=2023-04-04 18:26:20.665412000, delta=3411000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.669211000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.669211000, lastModified=2023-04-04 18:26:20.665412000, delta=3799000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.669080000, lastModified=2023-04-04 18:26:19.579387000, delta=1089693000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.669407000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.669407000, lastModified=2023-04-04 18:26:19.579387000, delta=1090020000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.669211000, lastModified=2023-04-04 18:26:20.665412000, delta=3799000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.669534000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.669534000, lastModified=2023-04-04 18:26:20.665412000, delta=4122000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.669407000, lastModified=2023-04-04 18:26:19.579387000, delta=1090020000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.669659000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.669659000, lastModified=2023-04-04 18:26:19.579387000, delta=1090272000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.669534000, lastModified=2023-04-04 18:26:20.665412000, delta=4122000 ns, racy<=2500000000 ns 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.669775000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.669775000, lastModified=2023-04-04 18:26:20.665412000, delta=4363000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.669659000, lastModified=2023-04-04 18:26:19.579387000, delta=1090272000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.670073000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.670073000, lastModified=2023-04-04 18:26:19.579387000, delta=1090686000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.669775000, lastModified=2023-04-04 18:26:20.665412000, delta=4363000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.670214000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.670214000, lastModified=2023-04-04 18:26:20.665412000, delta=4802000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.670073000, lastModified=2023-04-04 18:26:19.579387000, delta=1090686000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.670387000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.670387000, lastModified=2023-04-04 18:26:19.579387000, delta=1091000000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.670214000, lastModified=2023-04-04 18:26:20.665412000, delta=4802000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.670506000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.670506000, lastModified=2023-04-04 18:26:20.665412000, delta=5094000 ns, racy<=2500000000 ns 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, size=6, fileKey=(dev=10006b,ino=1734589569) 18:26:20.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, delta=8284000 ns, racy<=3610000 ns 18:26:20.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.671339000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780671339000 ns, racy<=3610000 ns 18:26:20.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, delta=8284000 ns, racy<=3610000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.671339000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780671339000 ns, racy<=3610000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.670387000, lastModified=2023-04-04 18:26:19.579387000, delta=1091000000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.672561000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.672561000, lastModified=2023-04-04 18:26:19.579387000, delta=1093174000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.670506000, lastModified=2023-04-04 18:26:20.665412000, delta=5094000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.672700000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.672700000, lastModified=2023-04-04 18:26:20.665412000, delta=7288000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.672785000, lastModified=2023-04-04 18:26:20.668412000, size=0, fileKey=(dev=10006b,ino=1724929242) 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.672561000, lastModified=2023-04-04 18:26:19.579387000, delta=1093174000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.672838000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.672838000, lastModified=2023-04-04 18:26:19.579387000, delta=1093451000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.672700000, lastModified=2023-04-04 18:26:20.665412000, delta=7288000 ns, racy<=2500000000 ns 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.672972000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.672972000, lastModified=2023-04-04 18:26:20.665412000, delta=7560000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673104000, lastModified=2023-04-04 18:26:20.672412000, size=104, fileKey=(dev=10006b,ino=1724929242) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673159000, lastModified=2023-04-04 18:26:20.672412000, size=104, fileKey=(dev=10006b,ino=1724929242) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.672838000, lastModified=2023-04-04 18:26:19.579387000, delta=1093451000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673225000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.673225000, lastModified=2023-04-04 18:26:19.579387000, delta=1093838000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.672972000, lastModified=2023-04-04 18:26:20.665412000, delta=7560000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673357000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.673357000, lastModified=2023-04-04 18:26:20.665412000, delta=7945000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673533000, lastModified=2023-04-04 18:26:20.672412000, size=104, fileKey=(dev=10006b,ino=1724929242) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673583000, lastModified=2023-04-04 18:26:20.672412000, size=104, fileKey=(dev=10006b,ino=1724929242) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673671000, lastModified=2023-04-04 18:26:20.672412000, size=0, fileKey=(dev=10006b,ino=1724929226) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.673225000, lastModified=2023-04-04 18:26:19.579387000, delta=1093838000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673749000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.673749000, lastModified=2023-04-04 18:26:19.579387000, delta=1094362000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.673357000, lastModified=2023-04-04 18:26:20.665412000, delta=7945000 ns, racy<=2500000000 ns 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.673991000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.673991000, lastModified=2023-04-04 18:26:20.665412000, delta=8579000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674118000, lastModified=2023-04-04 18:26:20.673412000, size=104, fileKey=(dev=10006b,ino=1724929226) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.673749000, lastModified=2023-04-04 18:26:19.579387000, delta=1094362000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674314000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.674314000, lastModified=2023-04-04 18:26:19.579387000, delta=1094927000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.673991000, lastModified=2023-04-04 18:26:20.665412000, delta=8579000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674447000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.674447000, lastModified=2023-04-04 18:26:20.665412000, delta=9035000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.674314000, lastModified=2023-04-04 18:26:19.579387000, delta=1094927000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674549000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.674549000, lastModified=2023-04-04 18:26:19.579387000, delta=1095162000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.674447000, lastModified=2023-04-04 18:26:20.665412000, delta=9035000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674682000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.674682000, lastModified=2023-04-04 18:26:20.665412000, delta=9270000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.674549000, lastModified=2023-04-04 18:26:19.579387000, delta=1095162000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674808000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.674808000, lastModified=2023-04-04 18:26:19.579387000, delta=1095421000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.674682000, lastModified=2023-04-04 18:26:20.665412000, delta=9270000 ns, racy<=2500000000 ns 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.674937000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.674937000, lastModified=2023-04-04 18:26:20.665412000, delta=9525000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.674808000, lastModified=2023-04-04 18:26:19.579387000, delta=1095421000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.675060000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.675060000, lastModified=2023-04-04 18:26:19.579387000, delta=1095673000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.674937000, lastModified=2023-04-04 18:26:20.665412000, delta=9525000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.675178000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.675178000, lastModified=2023-04-04 18:26:20.665412000, delta=9766000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.675274000, lastModified=2023-04-04 18:26:20.664412000, size=23, fileKey=(dev=10006b,ino=1724929225) 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.675060000, lastModified=2023-04-04 18:26:19.579387000, delta=1095673000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.675479000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.675479000, lastModified=2023-04-04 18:26:19.579387000, delta=1096092000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.675178000, lastModified=2023-04-04 18:26:20.665412000, delta=9766000 ns, racy<=2500000000 ns 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.675604000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.675604000, lastModified=2023-04-04 18:26:20.665412000, delta=10192000 ns, racy<=2500000000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.675274000, lastModified=2023-04-04 18:26:20.664412000, delta=10862000 ns, racy<=3610000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, is unmodified 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.675479000, lastModified=2023-04-04 18:26:19.579387000, delta=1096092000 ns, racy<=2500000000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.676 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.676303000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.676303000, lastModified=2023-04-04 18:26:19.579387000, delta=1096916000 ns, racy<=2500000000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.675604000, lastModified=2023-04-04 18:26:20.665412000, delta=10192000 ns, racy<=2500000000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.676438000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.676438000, lastModified=2023-04-04 18:26:20.665412000, delta=11026000 ns, racy<=2500000000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.676653000, lastModified=2023-04-04 18:26:20.673412000, size=104, fileKey=(dev=10006b,ino=1724929226) 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.676703000, lastModified=2023-04-04 18:26:20.673412000, size=104, fileKey=(dev=10006b,ino=1724929226) 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, delta=8284000 ns, racy<=3610000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.671339000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780671339000 ns, racy<=3610000 ns 18:26:20.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, delta=8284000 ns, racy<=3610000 ns 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.671339000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780671339000 ns, racy<=3610000 ns 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, delta=8284000 ns, racy<=3610000 ns 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.671339000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780671339000 ns, racy<=3610000 ns 18:26:20.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.670696000, lastModified=2023-04-04 18:26:20.662412000, delta=8284000 ns, racy<=3610000 ns 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.671339000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780671339000 ns, racy<=3610000 ns 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.676303000, lastModified=2023-04-04 18:26:19.579387000, delta=1096916000 ns, racy<=2500000000 ns 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.678711000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.678711000, lastModified=2023-04-04 18:26:19.579387000, delta=1099324000 ns, racy<=2500000000 ns 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.676438000, lastModified=2023-04-04 18:26:20.665412000, delta=11026000 ns, racy<=2500000000 ns 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.678938000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.678938000, lastModified=2023-04-04 18:26:20.665412000, delta=13526000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.675274000, lastModified=2023-04-04 18:26:20.664412000, delta=10862000 ns, racy<=3610000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, is unmodified 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.678711000, lastModified=2023-04-04 18:26:19.579387000, delta=1099324000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.679 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.679237000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.679237000, lastModified=2023-04-04 18:26:19.579387000, delta=1099850000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.678938000, lastModified=2023-04-04 18:26:20.665412000, delta=13526000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.679367000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.679367000, lastModified=2023-04-04 18:26:20.665412000, delta=13955000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.679237000, lastModified=2023-04-04 18:26:19.579387000, delta=1099850000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.679 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.679636000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.679636000, lastModified=2023-04-04 18:26:19.579387000, delta=1100249000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.679367000, lastModified=2023-04-04 18:26:20.665412000, delta=13955000 ns, racy<=2500000000 ns 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.679785000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.679785000, lastModified=2023-04-04 18:26:20.665412000, delta=14373000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.679636000, lastModified=2023-04-04 18:26:19.579387000, delta=1100249000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.680320000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.680320000, lastModified=2023-04-04 18:26:19.579387000, delta=1100933000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.679785000, lastModified=2023-04-04 18:26:20.665412000, delta=14373000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.680458000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.680458000, lastModified=2023-04-04 18:26:20.665412000, delta=15046000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.680320000, lastModified=2023-04-04 18:26:19.579387000, delta=1100933000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.680603000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.680603000, lastModified=2023-04-04 18:26:19.579387000, delta=1101216000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.680458000, lastModified=2023-04-04 18:26:20.665412000, delta=15046000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.680726000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.680726000, lastModified=2023-04-04 18:26:20.665412000, delta=15314000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.680603000, lastModified=2023-04-04 18:26:19.579387000, delta=1101216000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.680857000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.680857000, lastModified=2023-04-04 18:26:19.579387000, delta=1101470000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.680726000, lastModified=2023-04-04 18:26:20.665412000, delta=15314000 ns, racy<=2500000000 ns 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.680991000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.680991000, lastModified=2023-04-04 18:26:20.665412000, delta=15579000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.680857000, lastModified=2023-04-04 18:26:19.579387000, delta=1101470000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.681 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681109000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.681109000, lastModified=2023-04-04 18:26:19.579387000, delta=1101722000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.680991000, lastModified=2023-04-04 18:26:20.665412000, delta=15579000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681227000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.681227000, lastModified=2023-04-04 18:26:20.665412000, delta=15815000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.681109000, lastModified=2023-04-04 18:26:19.579387000, delta=1101722000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.681 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681401000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.681401000, lastModified=2023-04-04 18:26:19.579387000, delta=1102014000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.681227000, lastModified=2023-04-04 18:26:20.665412000, delta=15815000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681528000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.681528000, lastModified=2023-04-04 18:26:20.665412000, delta=16116000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.681401000, lastModified=2023-04-04 18:26:19.579387000, delta=1102014000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.681 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681625000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.681625000, lastModified=2023-04-04 18:26:19.579387000, delta=1102238000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.681528000, lastModified=2023-04-04 18:26:20.665412000, delta=16116000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681742000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.681742000, lastModified=2023-04-04 18:26:20.665412000, delta=16330000 ns, racy<=2500000000 ns 18:26:20.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.681877000, lastModified=2023-04-04 18:26:20.679412000, size=41, fileKey=(dev=10006b,ino=1727028693) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.681625000, lastModified=2023-04-04 18:26:19.579387000, delta=1102238000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.682 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682065000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.682065000, lastModified=2023-04-04 18:26:19.579387000, delta=1102678000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.681742000, lastModified=2023-04-04 18:26:20.665412000, delta=16330000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682208000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.682208000, lastModified=2023-04-04 18:26:20.665412000, delta=16796000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.682065000, lastModified=2023-04-04 18:26:19.579387000, delta=1102678000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.682 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682385000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.682385000, lastModified=2023-04-04 18:26:19.579387000, delta=1102998000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.667697000, lastModified=2023-04-04 18:26:20.665412000, delta=2285000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682540000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.682540000, lastModified=2023-04-04 18:26:20.665412000, delta=17128000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682636000, lastModified=2023-04-04 18:26:20.679412000, size=41, fileKey=(dev=10006b,ino=1727028693) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.682385000, lastModified=2023-04-04 18:26:19.579387000, delta=1102998000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.682 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682736000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.682736000, lastModified=2023-04-04 18:26:19.579387000, delta=1103349000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.682540000, lastModified=2023-04-04 18:26:20.665412000, delta=17128000 ns, racy<=2500000000 ns 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.682869000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.682869000, lastModified=2023-04-04 18:26:20.665412000, delta=17457000 ns, racy<=2500000000 ns 18:26:20.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.682636000, lastModified=2023-04-04 18:26:20.679412000, delta=3224000 ns, racy<=3610000 ns 18:26:20.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, is racily clean 18:26:20.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.683416000, lastModified=2023-04-04 18:26:20.679412000, size=41, fileKey=(dev=10006b,ino=1727028693) 18:26:20.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.683416000, lastModified=2023-04-04 18:26:20.679412000, delta=4004000 ns, racy<=3610000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684129000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.682736000, lastModified=2023-04-04 18:26:19.579387000, delta=1103349000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684296000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.684296000, lastModified=2023-04-04 18:26:19.579387000, delta=1104909000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684418000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.684296000, lastModified=2023-04-04 18:26:19.579387000, delta=1104909000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684523000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.684523000, lastModified=2023-04-04 18:26:19.579387000, delta=1105136000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.684418000, lastModified=2023-04-04 18:26:20.665412000, delta=19006000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684647000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.684647000, lastModified=2023-04-04 18:26:20.665412000, delta=19235000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684776000, lastModified=2023-04-04 18:26:20.673412000, size=104, fileKey=(dev=10006b,ino=1724929226) 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.684523000, lastModified=2023-04-04 18:26:19.579387000, delta=1105136000 ns, racy<=2500000000 ns 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.684950000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.684950000, lastModified=2023-04-04 18:26:19.579387000, delta=1105563000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.684647000, lastModified=2023-04-04 18:26:20.665412000, delta=19235000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685153000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.685153000, lastModified=2023-04-04 18:26:20.665412000, delta=19741000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685353000, lastModified=2023-04-04 18:26:20.673412000, size=104, fileKey=(dev=10006b,ino=1724929226) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685403000, lastModified=2023-04-04 18:26:20.673412000, size=104, fileKey=(dev=10006b,ino=1724929226) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.684950000, lastModified=2023-04-04 18:26:19.579387000, delta=1105563000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685467000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.685467000, lastModified=2023-04-04 18:26:19.579387000, delta=1106080000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.685153000, lastModified=2023-04-04 18:26:20.665412000, delta=19741000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685597000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.685597000, lastModified=2023-04-04 18:26:20.665412000, delta=20185000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.685467000, lastModified=2023-04-04 18:26:19.579387000, delta=1106080000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685726000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.685726000, lastModified=2023-04-04 18:26:19.579387000, delta=1106339000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.685597000, lastModified=2023-04-04 18:26:20.665412000, delta=20185000 ns, racy<=2500000000 ns 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.685844000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.685844000, lastModified=2023-04-04 18:26:20.665412000, delta=20432000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.685726000, lastModified=2023-04-04 18:26:19.579387000, delta=1106339000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.686203000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.686203000, lastModified=2023-04-04 18:26:19.579387000, delta=1106816000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.685844000, lastModified=2023-04-04 18:26:20.665412000, delta=20432000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.686376000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.686376000, lastModified=2023-04-04 18:26:20.665412000, delta=20964000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, size=6, fileKey=(dev=10006b,ino=1734589569) 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.686203000, lastModified=2023-04-04 18:26:19.579387000, delta=1106816000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.686820000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.686820000, lastModified=2023-04-04 18:26:19.579387000, delta=1107433000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.686376000, lastModified=2023-04-04 18:26:20.665412000, delta=20964000 ns, racy<=2500000000 ns 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.686974000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.686974000, lastModified=2023-04-04 18:26:20.665412000, delta=21562000 ns, racy<=2500000000 ns 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.687286000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780687286000 ns, racy<=3610000 ns 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.687286000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780687286000 ns, racy<=3610000 ns 18:26:20.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688037000, lastModified=2023-04-04 18:26:20.684412000, size=0, fileKey=(dev=10006b,ino=1724929242) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.686820000, lastModified=2023-04-04 18:26:19.579387000, delta=1107433000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688118000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.688118000, lastModified=2023-04-04 18:26:19.579387000, delta=1108731000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.686974000, lastModified=2023-04-04 18:26:20.665412000, delta=21562000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688254000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.688254000, lastModified=2023-04-04 18:26:20.665412000, delta=22842000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688400000, lastModified=2023-04-04 18:26:20.687413000, size=176, fileKey=(dev=10006b,ino=1724929242) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688469000, lastModified=2023-04-04 18:26:20.687413000, size=176, fileKey=(dev=10006b,ino=1724929242) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.688118000, lastModified=2023-04-04 18:26:19.579387000, delta=1108731000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688634000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.688634000, lastModified=2023-04-04 18:26:19.579387000, delta=1109247000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.688254000, lastModified=2023-04-04 18:26:20.665412000, delta=22842000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688770000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.688770000, lastModified=2023-04-04 18:26:20.665412000, delta=23358000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.688634000, lastModified=2023-04-04 18:26:19.579387000, delta=1109247000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.688873000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.688873000, lastModified=2023-04-04 18:26:19.579387000, delta=1109486000 ns, racy<=2500000000 ns 18:26:20.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.688770000, lastModified=2023-04-04 18:26:20.665412000, delta=23358000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689040000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689040000, lastModified=2023-04-04 18:26:20.665412000, delta=23628000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.688873000, lastModified=2023-04-04 18:26:19.579387000, delta=1109486000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689162000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.689162000, lastModified=2023-04-04 18:26:19.579387000, delta=1109775000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689040000, lastModified=2023-04-04 18:26:20.665412000, delta=23628000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689279000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689279000, lastModified=2023-04-04 18:26:20.665412000, delta=23867000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.689162000, lastModified=2023-04-04 18:26:19.579387000, delta=1109775000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689374000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.689374000, lastModified=2023-04-04 18:26:19.579387000, delta=1109987000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689279000, lastModified=2023-04-04 18:26:20.665412000, delta=23867000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689485000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689485000, lastModified=2023-04-04 18:26:20.665412000, delta=24073000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689578000, lastModified=2023-04-04 18:26:20.664412000, size=23, fileKey=(dev=10006b,ino=1724929225) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689631000, lastModified=2023-04-04 18:26:20.679412000, size=41, fileKey=(dev=10006b,ino=1727028693) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.689374000, lastModified=2023-04-04 18:26:19.579387000, delta=1109987000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689747000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.689747000, lastModified=2023-04-04 18:26:19.579387000, delta=1110360000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689485000, lastModified=2023-04-04 18:26:20.665412000, delta=24073000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.689867000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689867000, lastModified=2023-04-04 18:26:20.665412000, delta=24455000 ns, racy<=2500000000 ns 18:26:20.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.689578000, lastModified=2023-04-04 18:26:20.664412000, delta=25166000 ns, racy<=3610000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, is unmodified 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.689631000, lastModified=2023-04-04 18:26:20.679412000, delta=10219000 ns, racy<=3610000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, is unmodified 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.689747000, lastModified=2023-04-04 18:26:19.579387000, delta=1110360000 ns, racy<=2500000000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.690 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.690556000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.690556000, lastModified=2023-04-04 18:26:19.579387000, delta=1111169000 ns, racy<=2500000000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.689867000, lastModified=2023-04-04 18:26:20.665412000, delta=24455000 ns, racy<=2500000000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.690710000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.690710000, lastModified=2023-04-04 18:26:20.665412000, delta=25298000 ns, racy<=2500000000 ns 18:26:20.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.690942000, lastModified=2023-04-04 18:26:20.687413000, size=176, fileKey=(dev=10006b,ino=1724929242) 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.690999000, lastModified=2023-04-04 18:26:20.687413000, size=176, fileKey=(dev=10006b,ino=1724929242) 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.687286000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780687286000 ns, racy<=3610000 ns 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.687286000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780687286000 ns, racy<=3610000 ns 18:26:20.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.687286000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780687286000 ns, racy<=3610000 ns 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.686577000, lastModified=2023-04-04 18:26:20.662412000, delta=24165000 ns, racy<=3610000 ns 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.687286000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780687286000 ns, racy<=3610000 ns 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack/preserved, is unmodified 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.690556000, lastModified=2023-04-04 18:26:19.579387000, delta=1111169000 ns, racy<=2500000000 ns 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.750 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.750975000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.750975000, lastModified=2023-04-04 18:26:19.579387000, delta=1171588000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.690710000, lastModified=2023-04-04 18:26:20.665412000, delta=25298000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.751168000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.751168000, lastModified=2023-04-04 18:26:20.665412000, delta=85756000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.689578000, lastModified=2023-04-04 18:26:20.664412000, delta=25166000 ns, racy<=3610000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/HEAD, is unmodified 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.689631000, lastModified=2023-04-04 18:26:20.679412000, delta=10219000 ns, racy<=3610000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, is unmodified 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.750975000, lastModified=2023-04-04 18:26:19.579387000, delta=1171588000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.751547000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.751547000, lastModified=2023-04-04 18:26:19.579387000, delta=1172160000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.751168000, lastModified=2023-04-04 18:26:20.665412000, delta=85756000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.751690000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.751690000, lastModified=2023-04-04 18:26:20.665412000, delta=86278000 ns, racy<=2500000000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.689631000, lastModified=2023-04-04 18:26:20.679412000, delta=10219000 ns, racy<=3610000 ns 18:26:20.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, is unmodified 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.751547000, lastModified=2023-04-04 18:26:19.579387000, delta=1172160000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752048000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752048000, lastModified=2023-04-04 18:26:19.579387000, delta=1172661000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.751690000, lastModified=2023-04-04 18:26:20.665412000, delta=86278000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752191000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752191000, lastModified=2023-04-04 18:26:20.665412000, delta=86779000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752048000, lastModified=2023-04-04 18:26:19.579387000, delta=1172661000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752339000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752339000, lastModified=2023-04-04 18:26:19.579387000, delta=1172952000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752191000, lastModified=2023-04-04 18:26:20.665412000, delta=86779000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752464000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752464000, lastModified=2023-04-04 18:26:20.665412000, delta=87052000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752339000, lastModified=2023-04-04 18:26:19.579387000, delta=1172952000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752627000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752627000, lastModified=2023-04-04 18:26:19.579387000, delta=1173240000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752464000, lastModified=2023-04-04 18:26:20.665412000, delta=87052000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752750000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752750000, lastModified=2023-04-04 18:26:20.665412000, delta=87338000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752627000, lastModified=2023-04-04 18:26:19.579387000, delta=1173240000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752857000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752857000, lastModified=2023-04-04 18:26:19.579387000, delta=1173470000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752750000, lastModified=2023-04-04 18:26:20.665412000, delta=87338000 ns, racy<=2500000000 ns 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.752986000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752986000, lastModified=2023-04-04 18:26:20.665412000, delta=87574000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.752857000, lastModified=2023-04-04 18:26:19.579387000, delta=1173470000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.753131000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.753131000, lastModified=2023-04-04 18:26:19.579387000, delta=1173744000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.752986000, lastModified=2023-04-04 18:26:20.665412000, delta=87574000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.753256000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.753256000, lastModified=2023-04-04 18:26:20.665412000, delta=87844000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.753131000, lastModified=2023-04-04 18:26:19.579387000, delta=1173744000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.753388000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.753388000, lastModified=2023-04-04 18:26:19.579387000, delta=1174001000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.753256000, lastModified=2023-04-04 18:26:20.665412000, delta=87844000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.753558000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.753558000, lastModified=2023-04-04 18:26:20.665412000, delta=88146000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.753687000, lastModified=2023-04-04 18:26:20.751414000, size=41, fileKey=(dev=10006b,ino=1727028696) 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.753388000, lastModified=2023-04-04 18:26:19.579387000, delta=1174001000 ns, racy<=2500000000 ns 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.753983000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.753983000, lastModified=2023-04-04 18:26:19.579387000, delta=1174596000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.753558000, lastModified=2023-04-04 18:26:20.665412000, delta=88146000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.754217000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.754217000, lastModified=2023-04-04 18:26:20.665412000, delta=88805000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.753983000, lastModified=2023-04-04 18:26:19.579387000, delta=1174596000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.754513000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.754513000, lastModified=2023-04-04 18:26:19.579387000, delta=1175126000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.682869000, lastModified=2023-04-04 18:26:20.665412000, delta=17457000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.754715000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.754715000, lastModified=2023-04-04 18:26:20.665412000, delta=89303000 ns, racy<=2500000000 ns 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1727028693) to (dev=10006b,ino=1727028696) 18:26:20.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.754905000, lastModified=2023-04-04 18:26:20.751414000, size=41, fileKey=(dev=10006b,ino=1727028696) 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.754513000, lastModified=2023-04-04 18:26:19.579387000, delta=1175126000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.755058000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.755058000, lastModified=2023-04-04 18:26:19.579387000, delta=1175671000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.754715000, lastModified=2023-04-04 18:26:20.665412000, delta=89303000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.755262000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.755262000, lastModified=2023-04-04 18:26:20.665412000, delta=89850000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.754905000, lastModified=2023-04-04 18:26:20.751414000, delta=3491000 ns, racy<=3610000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, is racily clean 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.755462000, lastModified=2023-04-04 18:26:20.751414000, size=41, fileKey=(dev=10006b,ino=1727028696) 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.755462000, lastModified=2023-04-04 18:26:20.751414000, delta=4048000 ns, racy<=3610000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.755058000, lastModified=2023-04-04 18:26:19.579387000, delta=1175671000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.755678000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.755678000, lastModified=2023-04-04 18:26:19.579387000, delta=1176291000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.755262000, lastModified=2023-04-04 18:26:20.665412000, delta=89850000 ns, racy<=2500000000 ns 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.755874000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.755874000, lastModified=2023-04-04 18:26:20.665412000, delta=90462000 ns, racy<=2500000000 ns 18:26:20.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.756600000, lastModified=2023-04-04 18:26:20.662412000, size=6, fileKey=(dev=10006b,ino=1734589569) 18:26:20.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.756600000, lastModified=2023-04-04 18:26:20.662412000, delta=94188000 ns, racy<=3610000 ns 18:26:20.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.755678000, lastModified=2023-04-04 18:26:19.579387000, delta=1176291000 ns, racy<=2500000000 ns 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.757088000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.757088000, lastModified=2023-04-04 18:26:19.579387000, delta=1177701000 ns, racy<=2500000000 ns 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.755874000, lastModified=2023-04-04 18:26:20.665412000, delta=90462000 ns, racy<=2500000000 ns 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.757303000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.757303000, lastModified=2023-04-04 18:26:20.665412000, delta=91891000 ns, racy<=2500000000 ns 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.756600000, lastModified=2023-04-04 18:26:20.662412000, delta=94188000 ns, racy<=3610000 ns 18:26:20.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758014000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.757088000, lastModified=2023-04-04 18:26:19.579387000, delta=1177701000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758175000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.758175000, lastModified=2023-04-04 18:26:19.579387000, delta=1178788000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758293000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.758175000, lastModified=2023-04-04 18:26:19.579387000, delta=1178788000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758400000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.758400000, lastModified=2023-04-04 18:26:19.579387000, delta=1179013000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.758293000, lastModified=2023-04-04 18:26:20.665412000, delta=92881000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758525000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.758525000, lastModified=2023-04-04 18:26:20.665412000, delta=93113000 ns, racy<=2500000000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758656000, lastModified=2023-04-04 18:26:20.687413000, size=176, fileKey=(dev=10006b,ino=1724929242) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.758795000, lastModified=2023-04-04 18:26:20.662412000, size=6, fileKey=(dev=10006b,ino=1734589569) 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.758795000, lastModified=2023-04-04 18:26:20.662412000, delta=96383000 ns, racy<=3610000 ns 18:26:20.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.758795000, lastModified=2023-04-04 18:26:20.662412000, delta=96383000 ns, racy<=3610000 ns 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.758400000, lastModified=2023-04-04 18:26:19.579387000, delta=1179013000 ns, racy<=2500000000 ns 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.759428000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.759428000, lastModified=2023-04-04 18:26:19.579387000, delta=1180041000 ns, racy<=2500000000 ns 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.757303000, lastModified=2023-04-04 18:26:20.665412000, delta=91891000 ns, racy<=2500000000 ns 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.759654000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.759654000, lastModified=2023-04-04 18:26:20.665412000, delta=94242000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.756600000, lastModified=2023-04-04 18:26:20.662412000, delta=94188000 ns, racy<=3610000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.756600000, lastModified=2023-04-04 18:26:20.662412000, delta=94188000 ns, racy<=3610000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/objects/pack, is unmodified 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.759428000, lastModified=2023-04-04 18:26:19.579387000, delta=1180041000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.760387000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.760387000, lastModified=2023-04-04 18:26:19.579387000, delta=1181000000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.759654000, lastModified=2023-04-04 18:26:20.665412000, delta=94242000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.760529000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.760529000, lastModified=2023-04-04 18:26:20.665412000, delta=95117000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.760387000, lastModified=2023-04-04 18:26:19.579387000, delta=1181000000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.760685000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.760685000, lastModified=2023-04-04 18:26:19.579387000, delta=1181298000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.760529000, lastModified=2023-04-04 18:26:20.665412000, delta=95117000 ns, racy<=2500000000 ns 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, is racily clean 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.760810000, lastModified=2023-04-04 18:26:20.665412000, size=78, fileKey=(dev=10006b,ino=1724929241) 18:26:20.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4441777121352732180/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.760810000, lastModified=2023-04-04 18:26:20.665412000, delta=95398000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.760685000, lastModified=2023-04-04 18:26:19.579387000, delta=1181298000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.763295000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763295000, lastModified=2023-04-04 18:26:19.579387000, delta=1183908000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763295000, lastModified=2023-04-04 18:26:19.579387000, delta=1183908000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.763470000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763470000, lastModified=2023-04-04 18:26:19.579387000, delta=1184083000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763470000, lastModified=2023-04-04 18:26:19.579387000, delta=1184083000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.763709000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763709000, lastModified=2023-04-04 18:26:19.579387000, delta=1184322000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763709000, lastModified=2023-04-04 18:26:19.579387000, delta=1184322000 ns, racy<=2500000000 ns 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.763982000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763982000, lastModified=2023-04-04 18:26:19.579387000, delta=1184595000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.763982000, lastModified=2023-04-04 18:26:19.579387000, delta=1184595000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.764217000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.764217000, lastModified=2023-04-04 18:26:19.579387000, delta=1184830000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.764217000, lastModified=2023-04-04 18:26:19.579387000, delta=1184830000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.764793000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.764793000, lastModified=2023-04-04 18:26:19.579387000, delta=1185406000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.764793000, lastModified=2023-04-04 18:26:19.579387000, delta=1185406000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.765151000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.765151000, lastModified=2023-04-04 18:26:19.579387000, delta=1185764000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.765151000, lastModified=2023-04-04 18:26:19.579387000, delta=1185764000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.765553000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.765553000, lastModified=2023-04-04 18:26:19.579387000, delta=1186166000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.765553000, lastModified=2023-04-04 18:26:19.579387000, delta=1186166000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.766075000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.766075000, lastModified=2023-04-04 18:26:19.579387000, delta=1186688000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.766075000, lastModified=2023-04-04 18:26:19.579387000, delta=1186688000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.766338000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.766338000, lastModified=2023-04-04 18:26:19.579387000, delta=1186951000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.766338000, lastModified=2023-04-04 18:26:19.579387000, delta=1186951000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.766583000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.766583000, lastModified=2023-04-04 18:26:19.579387000, delta=1187196000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.763578000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780763578000 ns, racy<=2500000000 ns 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is unmodified 18:26:20.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.766848000, lastModified=2023-04-04 18:26:20.765414000, size=23, fileKey=(dev=10006b,ino=1744860937) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.768037000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.768412000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.766583000, lastModified=2023-04-04 18:26:19.579387000, delta=1187196000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.768559000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.768559000, lastModified=2023-04-04 18:26:19.579387000, delta=1189172000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.768678000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.768559000, lastModified=2023-04-04 18:26:19.579387000, delta=1189172000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.768784000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.768784000, lastModified=2023-04-04 18:26:19.579387000, delta=1189397000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.768678000, lastModified=2023-04-04 18:26:20.767414000, delta=1264000 ns, racy<=2500000000 ns 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.768917000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.768917000, lastModified=2023-04-04 18:26:20.767414000, delta=1503000 ns, racy<=2500000000 ns 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.768784000, lastModified=2023-04-04 18:26:19.579387000, delta=1189397000 ns, racy<=2500000000 ns 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.769124000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.769124000, lastModified=2023-04-04 18:26:19.579387000, delta=1189737000 ns, racy<=2500000000 ns 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.768917000, lastModified=2023-04-04 18:26:20.767414000, delta=1503000 ns, racy<=2500000000 ns 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.769257000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.769257000, lastModified=2023-04-04 18:26:20.767414000, delta=1843000 ns, racy<=2500000000 ns 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.769347000, lastModified=2023-04-04 18:26:20.765414000, size=23, fileKey=(dev=10006b,ino=1744860937) 18:26:20.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.769963000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.769124000, lastModified=2023-04-04 18:26:19.579387000, delta=1189737000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.770172000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.770172000, lastModified=2023-04-04 18:26:19.579387000, delta=1190785000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.770350000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.770172000, lastModified=2023-04-04 18:26:19.579387000, delta=1190785000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.770516000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.770516000, lastModified=2023-04-04 18:26:19.579387000, delta=1191129000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.770350000, lastModified=2023-04-04 18:26:20.767414000, delta=2936000 ns, racy<=2500000000 ns 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.770706000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.770706000, lastModified=2023-04-04 18:26:20.767414000, delta=3292000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.770516000, lastModified=2023-04-04 18:26:19.579387000, delta=1191129000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.771165000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.771165000, lastModified=2023-04-04 18:26:19.579387000, delta=1191778000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.770706000, lastModified=2023-04-04 18:26:20.767414000, delta=3292000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.771376000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.771376000, lastModified=2023-04-04 18:26:20.767414000, delta=3962000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.771165000, lastModified=2023-04-04 18:26:19.579387000, delta=1191778000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.771598000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.771598000, lastModified=2023-04-04 18:26:19.579387000, delta=1192211000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.771376000, lastModified=2023-04-04 18:26:20.767414000, delta=3962000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.771734000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.771734000, lastModified=2023-04-04 18:26:20.767414000, delta=4320000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.771598000, lastModified=2023-04-04 18:26:19.579387000, delta=1192211000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.771888000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.771888000, lastModified=2023-04-04 18:26:19.579387000, delta=1192501000 ns, racy<=2500000000 ns 18:26:20.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.771734000, lastModified=2023-04-04 18:26:20.767414000, delta=4320000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.772039000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.772039000, lastModified=2023-04-04 18:26:20.767414000, delta=4625000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.771888000, lastModified=2023-04-04 18:26:19.579387000, delta=1192501000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.772296000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.772296000, lastModified=2023-04-04 18:26:19.579387000, delta=1192909000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.772039000, lastModified=2023-04-04 18:26:20.767414000, delta=4625000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.772428000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.772428000, lastModified=2023-04-04 18:26:20.767414000, delta=5014000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.772296000, lastModified=2023-04-04 18:26:19.579387000, delta=1192909000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.772601000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.772601000, lastModified=2023-04-04 18:26:19.579387000, delta=1193214000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.772428000, lastModified=2023-04-04 18:26:20.767414000, delta=5014000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.772720000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.772720000, lastModified=2023-04-04 18:26:20.767414000, delta=5306000 ns, racy<=2500000000 ns 18:26:20.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, size=6, fileKey=(dev=10006b,ino=1754311331) 18:26:20.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, delta=9575000 ns, racy<=3610000 ns 18:26:20.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.773720000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780773720000 ns, racy<=3610000 ns 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, is unmodified 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, delta=9575000 ns, racy<=3610000 ns 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.773720000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780773720000 ns, racy<=3610000 ns 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, is unmodified 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.772601000, lastModified=2023-04-04 18:26:19.579387000, delta=1193214000 ns, racy<=2500000000 ns 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.774905000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.774905000, lastModified=2023-04-04 18:26:19.579387000, delta=1195518000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.772720000, lastModified=2023-04-04 18:26:20.767414000, delta=5306000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775047000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.775047000, lastModified=2023-04-04 18:26:20.767414000, delta=7633000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775123000, lastModified=2023-04-04 18:26:20.770414000, size=0, fileKey=(dev=10006b,ino=1744860957) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.774905000, lastModified=2023-04-04 18:26:19.579387000, delta=1195518000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.775 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775172000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.775172000, lastModified=2023-04-04 18:26:19.579387000, delta=1195785000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.775047000, lastModified=2023-04-04 18:26:20.767414000, delta=7633000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775282000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.775282000, lastModified=2023-04-04 18:26:20.767414000, delta=7868000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775396000, lastModified=2023-04-04 18:26:20.774415000, size=104, fileKey=(dev=10006b,ino=1744860957) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775452000, lastModified=2023-04-04 18:26:20.774415000, size=104, fileKey=(dev=10006b,ino=1744860957) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.775172000, lastModified=2023-04-04 18:26:19.579387000, delta=1195785000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.775 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775517000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.775517000, lastModified=2023-04-04 18:26:19.579387000, delta=1196130000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.775282000, lastModified=2023-04-04 18:26:20.767414000, delta=7868000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775635000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.775635000, lastModified=2023-04-04 18:26:20.767414000, delta=8221000 ns, racy<=2500000000 ns 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775805000, lastModified=2023-04-04 18:26:20.774415000, size=104, fileKey=(dev=10006b,ino=1744860957) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775851000, lastModified=2023-04-04 18:26:20.774415000, size=104, fileKey=(dev=10006b,ino=1744860957) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.775959000, lastModified=2023-04-04 18:26:20.774415000, size=0, fileKey=(dev=10006b,ino=1744860954) 18:26:20.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.775517000, lastModified=2023-04-04 18:26:19.579387000, delta=1196130000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776021000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776021000, lastModified=2023-04-04 18:26:19.579387000, delta=1196634000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.775635000, lastModified=2023-04-04 18:26:20.767414000, delta=8221000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776143000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.776143000, lastModified=2023-04-04 18:26:20.767414000, delta=8729000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776248000, lastModified=2023-04-04 18:26:20.775415000, size=104, fileKey=(dev=10006b,ino=1744860954) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776021000, lastModified=2023-04-04 18:26:19.579387000, delta=1196634000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776451000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776451000, lastModified=2023-04-04 18:26:19.579387000, delta=1197064000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.776143000, lastModified=2023-04-04 18:26:20.767414000, delta=8729000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776576000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.776576000, lastModified=2023-04-04 18:26:20.767414000, delta=9162000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776451000, lastModified=2023-04-04 18:26:19.579387000, delta=1197064000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776669000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776669000, lastModified=2023-04-04 18:26:19.579387000, delta=1197282000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.776576000, lastModified=2023-04-04 18:26:20.767414000, delta=9162000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776768000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.776768000, lastModified=2023-04-04 18:26:20.767414000, delta=9354000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776669000, lastModified=2023-04-04 18:26:19.579387000, delta=1197282000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.776879000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776879000, lastModified=2023-04-04 18:26:19.579387000, delta=1197492000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.776768000, lastModified=2023-04-04 18:26:20.767414000, delta=9354000 ns, racy<=2500000000 ns 18:26:20.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.777002000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.777002000, lastModified=2023-04-04 18:26:20.767414000, delta=9588000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.776879000, lastModified=2023-04-04 18:26:19.579387000, delta=1197492000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.777110000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.777110000, lastModified=2023-04-04 18:26:19.579387000, delta=1197723000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.777002000, lastModified=2023-04-04 18:26:20.767414000, delta=9588000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.777210000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.777210000, lastModified=2023-04-04 18:26:20.767414000, delta=9796000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.777293000, lastModified=2023-04-04 18:26:20.765414000, size=23, fileKey=(dev=10006b,ino=1744860937) 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.777110000, lastModified=2023-04-04 18:26:19.579387000, delta=1197723000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.777500000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.777500000, lastModified=2023-04-04 18:26:19.579387000, delta=1198113000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.777210000, lastModified=2023-04-04 18:26:20.767414000, delta=9796000 ns, racy<=2500000000 ns 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.777615000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.777615000, lastModified=2023-04-04 18:26:20.767414000, delta=10201000 ns, racy<=2500000000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.777293000, lastModified=2023-04-04 18:26:20.765414000, delta=11879000 ns, racy<=3610000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD, is unmodified 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.777500000, lastModified=2023-04-04 18:26:19.579387000, delta=1198113000 ns, racy<=2500000000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.778 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.778295000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.778295000, lastModified=2023-04-04 18:26:19.579387000, delta=1198908000 ns, racy<=2500000000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.777615000, lastModified=2023-04-04 18:26:20.767414000, delta=10201000 ns, racy<=2500000000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.778418000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.778418000, lastModified=2023-04-04 18:26:20.767414000, delta=11004000 ns, racy<=2500000000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.778619000, lastModified=2023-04-04 18:26:20.775415000, size=104, fileKey=(dev=10006b,ino=1744860954) 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.778663000, lastModified=2023-04-04 18:26:20.775415000, size=104, fileKey=(dev=10006b,ino=1744860954) 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, delta=9575000 ns, racy<=3610000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.773720000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780773720000 ns, racy<=3610000 ns 18:26:20.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, is unmodified 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, delta=9575000 ns, racy<=3610000 ns 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.773720000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780773720000 ns, racy<=3610000 ns 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, is unmodified 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, delta=9575000 ns, racy<=3610000 ns 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.773720000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780773720000 ns, racy<=3610000 ns 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, is unmodified 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.772989000, lastModified=2023-04-04 18:26:20.763414000, delta=9575000 ns, racy<=3610000 ns 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.773720000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780773720000 ns, racy<=3610000 ns 18:26:20.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack/preserved, is unmodified 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.778295000, lastModified=2023-04-04 18:26:19.579387000, delta=1198908000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.780096000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.780096000, lastModified=2023-04-04 18:26:19.579387000, delta=1200709000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.778418000, lastModified=2023-04-04 18:26:20.767414000, delta=11004000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.780223000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.780223000, lastModified=2023-04-04 18:26:20.767414000, delta=12809000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.777293000, lastModified=2023-04-04 18:26:20.765414000, delta=11879000 ns, racy<=3610000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/HEAD, is unmodified 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.780096000, lastModified=2023-04-04 18:26:19.579387000, delta=1200709000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.780477000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.780477000, lastModified=2023-04-04 18:26:19.579387000, delta=1201090000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.780223000, lastModified=2023-04-04 18:26:20.767414000, delta=12809000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.780587000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.780587000, lastModified=2023-04-04 18:26:20.767414000, delta=13173000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.780477000, lastModified=2023-04-04 18:26:19.579387000, delta=1201090000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.780836000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.780836000, lastModified=2023-04-04 18:26:19.579387000, delta=1201449000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.780587000, lastModified=2023-04-04 18:26:20.767414000, delta=13173000 ns, racy<=2500000000 ns 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.780964000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.780964000, lastModified=2023-04-04 18:26:20.767414000, delta=13550000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.780836000, lastModified=2023-04-04 18:26:19.579387000, delta=1201449000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.781436000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.781436000, lastModified=2023-04-04 18:26:19.579387000, delta=1202049000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.780964000, lastModified=2023-04-04 18:26:20.767414000, delta=13550000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.781551000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.781551000, lastModified=2023-04-04 18:26:20.767414000, delta=14137000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.781436000, lastModified=2023-04-04 18:26:19.579387000, delta=1202049000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.781677000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.781677000, lastModified=2023-04-04 18:26:19.579387000, delta=1202290000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.781551000, lastModified=2023-04-04 18:26:20.767414000, delta=14137000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.781789000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.781789000, lastModified=2023-04-04 18:26:20.767414000, delta=14375000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.781677000, lastModified=2023-04-04 18:26:19.579387000, delta=1202290000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.781920000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.781920000, lastModified=2023-04-04 18:26:19.579387000, delta=1202533000 ns, racy<=2500000000 ns 18:26:20.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.781789000, lastModified=2023-04-04 18:26:20.767414000, delta=14375000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782038000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782038000, lastModified=2023-04-04 18:26:20.767414000, delta=14624000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.781920000, lastModified=2023-04-04 18:26:19.579387000, delta=1202533000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782131000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782131000, lastModified=2023-04-04 18:26:19.579387000, delta=1202744000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782038000, lastModified=2023-04-04 18:26:20.767414000, delta=14624000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782233000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782233000, lastModified=2023-04-04 18:26:20.767414000, delta=14819000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782131000, lastModified=2023-04-04 18:26:19.579387000, delta=1202744000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782398000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782398000, lastModified=2023-04-04 18:26:19.579387000, delta=1203011000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782233000, lastModified=2023-04-04 18:26:20.767414000, delta=14819000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782517000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782517000, lastModified=2023-04-04 18:26:20.767414000, delta=15103000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782398000, lastModified=2023-04-04 18:26:19.579387000, delta=1203011000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782602000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782602000, lastModified=2023-04-04 18:26:19.579387000, delta=1203215000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782517000, lastModified=2023-04-04 18:26:20.767414000, delta=15103000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782700000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782700000, lastModified=2023-04-04 18:26:20.767414000, delta=15286000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782820000, lastModified=2023-04-04 18:26:20.780415000, size=41, fileKey=(dev=10006b,ino=1746993474) 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782602000, lastModified=2023-04-04 18:26:19.579387000, delta=1203215000 ns, racy<=2500000000 ns 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.782983000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782983000, lastModified=2023-04-04 18:26:19.579387000, delta=1203596000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.782700000, lastModified=2023-04-04 18:26:20.767414000, delta=15286000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.783110000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.783110000, lastModified=2023-04-04 18:26:20.767414000, delta=15696000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.782983000, lastModified=2023-04-04 18:26:19.579387000, delta=1203596000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.783268000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.783268000, lastModified=2023-04-04 18:26:19.579387000, delta=1203881000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.769257000, lastModified=2023-04-04 18:26:20.767414000, delta=1843000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.783378000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.783378000, lastModified=2023-04-04 18:26:20.767414000, delta=15964000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.783457000, lastModified=2023-04-04 18:26:20.780415000, size=41, fileKey=(dev=10006b,ino=1746993474) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.783268000, lastModified=2023-04-04 18:26:19.579387000, delta=1203881000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.783560000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.783560000, lastModified=2023-04-04 18:26:19.579387000, delta=1204173000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.783378000, lastModified=2023-04-04 18:26:20.767414000, delta=15964000 ns, racy<=2500000000 ns 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.783664000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.783664000, lastModified=2023-04-04 18:26:20.767414000, delta=16250000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.783457000, lastModified=2023-04-04 18:26:20.780415000, delta=3042000 ns, racy<=3610000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784145000, lastModified=2023-04-04 18:26:20.780415000, size=41, fileKey=(dev=10006b,ino=1746993474) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.784145000, lastModified=2023-04-04 18:26:20.780415000, delta=3730000 ns, racy<=3610000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.783560000, lastModified=2023-04-04 18:26:19.579387000, delta=1204173000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784303000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.784303000, lastModified=2023-04-04 18:26:19.579387000, delta=1204916000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.783664000, lastModified=2023-04-04 18:26:20.767414000, delta=16250000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784428000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.784428000, lastModified=2023-04-04 18:26:20.767414000, delta=17014000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, cannot be racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.784303000, lastModified=2023-04-04 18:26:19.579387000, delta=1204916000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784557000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.784557000, lastModified=2023-04-04 18:26:19.579387000, delta=1205170000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.784428000, lastModified=2023-04-04 18:26:20.767414000, delta=17014000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784654000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.784654000, lastModified=2023-04-04 18:26:20.767414000, delta=17240000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/refs/heads/master, cannot be racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.784557000, lastModified=2023-04-04 18:26:19.579387000, delta=1205170000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784823000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.784823000, lastModified=2023-04-04 18:26:19.579387000, delta=1205436000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.784654000, lastModified=2023-04-04 18:26:20.767414000, delta=17240000 ns, racy<=2500000000 ns 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.784947000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.784947000, lastModified=2023-04-04 18:26:20.767414000, delta=17533000 ns, racy<=2500000000 ns 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.785338000, lastModified=2023-04-04 18:26:20.763414000, size=6, fileKey=(dev=10006b,ino=1754311331) 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.785338000, lastModified=2023-04-04 18:26:20.763414000, delta=21924000 ns, racy<=3610000 ns 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.784823000, lastModified=2023-04-04 18:26:19.579387000, delta=1205436000 ns, racy<=2500000000 ns 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.785 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.785656000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.785656000, lastModified=2023-04-04 18:26:19.579387000, delta=1206269000 ns, racy<=2500000000 ns 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.784947000, lastModified=2023-04-04 18:26:20.767414000, delta=17533000 ns, racy<=2500000000 ns 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.785777000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.785777000, lastModified=2023-04-04 18:26:20.767414000, delta=18363000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786191000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.785656000, lastModified=2023-04-04 18:26:19.579387000, delta=1206269000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.786 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786340000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.786340000, lastModified=2023-04-04 18:26:19.579387000, delta=1206953000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786443000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.786340000, lastModified=2023-04-04 18:26:19.579387000, delta=1206953000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.786 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786536000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.786536000, lastModified=2023-04-04 18:26:19.579387000, delta=1207149000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.786443000, lastModified=2023-04-04 18:26:20.767414000, delta=19029000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, is racily clean 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786640000, lastModified=2023-04-04 18:26:20.767414000, size=78, fileKey=(dev=10006b,ino=1744860956) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.786640000, lastModified=2023-04-04 18:26:20.767414000, delta=19226000 ns, racy<=2500000000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786743000, lastModified=2023-04-04 18:26:20.775415000, size=104, fileKey=(dev=10006b,ino=1744860954) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.786811000, lastModified=2023-04-04 18:26:20.763414000, size=6, fileKey=(dev=10006b,ino=1754311331) 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.786811000, lastModified=2023-04-04 18:26:20.763414000, delta=23397000 ns, racy<=3610000 ns 18:26:20.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit677690100035630494/.git/objects/pack, is unmodified 18:26:20.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.786536000, lastModified=2023-04-04 18:26:19.579387000, delta=1207149000 ns, racy<=2500000000 ns 18:26:20.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.851817000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.851817000, lastModified=2023-04-04 18:26:19.579387000, delta=1272430000 ns, racy<=2500000000 ns 18:26:20.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.851817000, lastModified=2023-04-04 18:26:19.579387000, delta=1272430000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.852069000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852069000, lastModified=2023-04-04 18:26:19.579387000, delta=1272682000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852069000, lastModified=2023-04-04 18:26:19.579387000, delta=1272682000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.852347000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852347000, lastModified=2023-04-04 18:26:19.579387000, delta=1272960000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852347000, lastModified=2023-04-04 18:26:19.579387000, delta=1272960000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.852612000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852612000, lastModified=2023-04-04 18:26:19.579387000, delta=1273225000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852612000, lastModified=2023-04-04 18:26:19.579387000, delta=1273225000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.852843000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852843000, lastModified=2023-04-04 18:26:19.579387000, delta=1273456000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.852843000, lastModified=2023-04-04 18:26:19.579387000, delta=1273456000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.853503000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.853503000, lastModified=2023-04-04 18:26:19.579387000, delta=1274116000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.853503000, lastModified=2023-04-04 18:26:19.579387000, delta=1274116000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.853885000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.853885000, lastModified=2023-04-04 18:26:19.579387000, delta=1274498000 ns, racy<=2500000000 ns 18:26:20.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.853885000, lastModified=2023-04-04 18:26:19.579387000, delta=1274498000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.854288000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.854288000, lastModified=2023-04-04 18:26:19.579387000, delta=1274901000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.854288000, lastModified=2023-04-04 18:26:19.579387000, delta=1274901000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.854780000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.854780000, lastModified=2023-04-04 18:26:19.579387000, delta=1275393000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.854780000, lastModified=2023-04-04 18:26:19.579387000, delta=1275393000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.855052000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.855052000, lastModified=2023-04-04 18:26:19.579387000, delta=1275665000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.855052000, lastModified=2023-04-04 18:26:19.579387000, delta=1275665000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.855299000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.855299000, lastModified=2023-04-04 18:26:19.579387000, delta=1275912000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.852187000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780852187000 ns, racy<=2500000000 ns 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is unmodified 18:26:20.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.855544000, lastModified=2023-04-04 18:26:20.854416000, size=23, fileKey=(dev=10006b,ino=1761640370) 18:26:20.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.856506000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.856883000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.855299000, lastModified=2023-04-04 18:26:19.579387000, delta=1275912000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857094000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.857094000, lastModified=2023-04-04 18:26:19.579387000, delta=1277707000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857221000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.857094000, lastModified=2023-04-04 18:26:19.579387000, delta=1277707000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857331000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.857331000, lastModified=2023-04-04 18:26:19.579387000, delta=1277944000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.857221000, lastModified=2023-04-04 18:26:20.855416000, delta=1805000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857452000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.857452000, lastModified=2023-04-04 18:26:20.855416000, delta=2036000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.857331000, lastModified=2023-04-04 18:26:19.579387000, delta=1277944000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857643000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.857643000, lastModified=2023-04-04 18:26:19.579387000, delta=1278256000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.857452000, lastModified=2023-04-04 18:26:20.855416000, delta=2036000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857761000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.857761000, lastModified=2023-04-04 18:26:20.855416000, delta=2345000 ns, racy<=2500000000 ns 18:26:20.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.857846000, lastModified=2023-04-04 18:26:20.854416000, size=23, fileKey=(dev=10006b,ino=1761640370) 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.858415000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.857643000, lastModified=2023-04-04 18:26:19.579387000, delta=1278256000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.858587000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.858587000, lastModified=2023-04-04 18:26:19.579387000, delta=1279200000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.858707000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.858587000, lastModified=2023-04-04 18:26:19.579387000, delta=1279200000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.858811000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.858811000, lastModified=2023-04-04 18:26:19.579387000, delta=1279424000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.858707000, lastModified=2023-04-04 18:26:20.855416000, delta=3291000 ns, racy<=2500000000 ns 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.858946000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.858946000, lastModified=2023-04-04 18:26:20.855416000, delta=3530000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.858811000, lastModified=2023-04-04 18:26:19.579387000, delta=1279424000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.859208000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.859208000, lastModified=2023-04-04 18:26:19.579387000, delta=1279821000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.858946000, lastModified=2023-04-04 18:26:20.855416000, delta=3530000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.859342000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.859342000, lastModified=2023-04-04 18:26:20.855416000, delta=3926000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.859208000, lastModified=2023-04-04 18:26:19.579387000, delta=1279821000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.859553000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.859553000, lastModified=2023-04-04 18:26:19.579387000, delta=1280166000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.859342000, lastModified=2023-04-04 18:26:20.855416000, delta=3926000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.859684000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.859684000, lastModified=2023-04-04 18:26:20.855416000, delta=4268000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.859553000, lastModified=2023-04-04 18:26:19.579387000, delta=1280166000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.859812000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.859812000, lastModified=2023-04-04 18:26:19.579387000, delta=1280425000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.859684000, lastModified=2023-04-04 18:26:20.855416000, delta=4268000 ns, racy<=2500000000 ns 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.859938000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.859938000, lastModified=2023-04-04 18:26:20.855416000, delta=4522000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.859812000, lastModified=2023-04-04 18:26:19.579387000, delta=1280425000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.860217000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.860217000, lastModified=2023-04-04 18:26:19.579387000, delta=1280830000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.859938000, lastModified=2023-04-04 18:26:20.855416000, delta=4522000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.860353000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.860353000, lastModified=2023-04-04 18:26:20.855416000, delta=4937000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.860217000, lastModified=2023-04-04 18:26:19.579387000, delta=1280830000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.860565000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.860565000, lastModified=2023-04-04 18:26:19.579387000, delta=1281178000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.860353000, lastModified=2023-04-04 18:26:20.855416000, delta=4937000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.860693000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.860693000, lastModified=2023-04-04 18:26:20.855416000, delta=5277000 ns, racy<=2500000000 ns 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, size=6, fileKey=(dev=10006b,ino=1771046822) 18:26:20.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, delta=8472000 ns, racy<=3610000 ns 18:26:20.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.861621000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780861621000 ns, racy<=3610000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, delta=8472000 ns, racy<=3610000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.861621000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780861621000 ns, racy<=3610000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.860565000, lastModified=2023-04-04 18:26:19.579387000, delta=1281178000 ns, racy<=2500000000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.862744000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.862744000, lastModified=2023-04-04 18:26:19.579387000, delta=1283357000 ns, racy<=2500000000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.860693000, lastModified=2023-04-04 18:26:20.855416000, delta=5277000 ns, racy<=2500000000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.862887000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.862887000, lastModified=2023-04-04 18:26:20.855416000, delta=7471000 ns, racy<=2500000000 ns 18:26:20.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.862975000, lastModified=2023-04-04 18:26:20.858417000, size=0, fileKey=(dev=10006b,ino=1761640375) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.862744000, lastModified=2023-04-04 18:26:19.579387000, delta=1283357000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863039000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.863039000, lastModified=2023-04-04 18:26:19.579387000, delta=1283652000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.862887000, lastModified=2023-04-04 18:26:20.855416000, delta=7471000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863164000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.863164000, lastModified=2023-04-04 18:26:20.855416000, delta=7748000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863283000, lastModified=2023-04-04 18:26:20.862417000, size=104, fileKey=(dev=10006b,ino=1761640375) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863343000, lastModified=2023-04-04 18:26:20.862417000, size=104, fileKey=(dev=10006b,ino=1761640375) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.863039000, lastModified=2023-04-04 18:26:19.579387000, delta=1283652000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863410000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.863410000, lastModified=2023-04-04 18:26:19.579387000, delta=1284023000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.863164000, lastModified=2023-04-04 18:26:20.855416000, delta=7748000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863540000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.863540000, lastModified=2023-04-04 18:26:20.855416000, delta=8124000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863724000, lastModified=2023-04-04 18:26:20.862417000, size=104, fileKey=(dev=10006b,ino=1761640375) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863774000, lastModified=2023-04-04 18:26:20.862417000, size=104, fileKey=(dev=10006b,ino=1761640375) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863858000, lastModified=2023-04-04 18:26:20.862417000, size=0, fileKey=(dev=10006b,ino=1761640372) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.863410000, lastModified=2023-04-04 18:26:19.579387000, delta=1284023000 ns, racy<=2500000000 ns 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.863925000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.863925000, lastModified=2023-04-04 18:26:19.579387000, delta=1284538000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.863540000, lastModified=2023-04-04 18:26:20.855416000, delta=8124000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864065000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.864065000, lastModified=2023-04-04 18:26:20.855416000, delta=8649000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864179000, lastModified=2023-04-04 18:26:20.863417000, size=104, fileKey=(dev=10006b,ino=1761640372) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.863925000, lastModified=2023-04-04 18:26:19.579387000, delta=1284538000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864399000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.864399000, lastModified=2023-04-04 18:26:19.579387000, delta=1285012000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.864065000, lastModified=2023-04-04 18:26:20.855416000, delta=8649000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864538000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.864538000, lastModified=2023-04-04 18:26:20.855416000, delta=9122000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.864399000, lastModified=2023-04-04 18:26:19.579387000, delta=1285012000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864643000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.864643000, lastModified=2023-04-04 18:26:19.579387000, delta=1285256000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.864538000, lastModified=2023-04-04 18:26:20.855416000, delta=9122000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864759000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.864759000, lastModified=2023-04-04 18:26:20.855416000, delta=9343000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.864643000, lastModified=2023-04-04 18:26:19.579387000, delta=1285256000 ns, racy<=2500000000 ns 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.864950000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.864950000, lastModified=2023-04-04 18:26:19.579387000, delta=1285563000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.864759000, lastModified=2023-04-04 18:26:20.855416000, delta=9343000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.865085000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.865085000, lastModified=2023-04-04 18:26:20.855416000, delta=9669000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.864950000, lastModified=2023-04-04 18:26:19.579387000, delta=1285563000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.865196000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.865196000, lastModified=2023-04-04 18:26:19.579387000, delta=1285809000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.865085000, lastModified=2023-04-04 18:26:20.855416000, delta=9669000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.865311000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.865311000, lastModified=2023-04-04 18:26:20.855416000, delta=9895000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.865401000, lastModified=2023-04-04 18:26:20.854416000, size=23, fileKey=(dev=10006b,ino=1761640370) 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.865196000, lastModified=2023-04-04 18:26:19.579387000, delta=1285809000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.865617000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.865617000, lastModified=2023-04-04 18:26:19.579387000, delta=1286230000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.865311000, lastModified=2023-04-04 18:26:20.855416000, delta=9895000 ns, racy<=2500000000 ns 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.865743000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.865743000, lastModified=2023-04-04 18:26:20.855416000, delta=10327000 ns, racy<=2500000000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.865401000, lastModified=2023-04-04 18:26:20.854416000, delta=10985000 ns, racy<=3610000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, is unmodified 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.865617000, lastModified=2023-04-04 18:26:19.579387000, delta=1286230000 ns, racy<=2500000000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.866510000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.866510000, lastModified=2023-04-04 18:26:19.579387000, delta=1287123000 ns, racy<=2500000000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.865743000, lastModified=2023-04-04 18:26:20.855416000, delta=10327000 ns, racy<=2500000000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.866646000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.866646000, lastModified=2023-04-04 18:26:20.855416000, delta=11230000 ns, racy<=2500000000 ns 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.866866000, lastModified=2023-04-04 18:26:20.863417000, size=104, fileKey=(dev=10006b,ino=1761640372) 18:26:20.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.866924000, lastModified=2023-04-04 18:26:20.863417000, size=104, fileKey=(dev=10006b,ino=1761640372) 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, delta=8472000 ns, racy<=3610000 ns 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.861621000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780861621000 ns, racy<=3610000 ns 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, delta=8472000 ns, racy<=3610000 ns 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.861621000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780861621000 ns, racy<=3610000 ns 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, delta=8472000 ns, racy<=3610000 ns 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.861621000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780861621000 ns, racy<=3610000 ns 18:26:20.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.860888000, lastModified=2023-04-04 18:26:20.852416000, delta=8472000 ns, racy<=3610000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.861621000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780861621000 ns, racy<=3610000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.866510000, lastModified=2023-04-04 18:26:19.579387000, delta=1287123000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.868445000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.868445000, lastModified=2023-04-04 18:26:19.579387000, delta=1289058000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.866646000, lastModified=2023-04-04 18:26:20.855416000, delta=11230000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.868589000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.868589000, lastModified=2023-04-04 18:26:20.855416000, delta=13173000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.865401000, lastModified=2023-04-04 18:26:20.854416000, delta=10985000 ns, racy<=3610000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, is unmodified 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.868445000, lastModified=2023-04-04 18:26:19.579387000, delta=1289058000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.868852000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.868852000, lastModified=2023-04-04 18:26:19.579387000, delta=1289465000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.868589000, lastModified=2023-04-04 18:26:20.855416000, delta=13173000 ns, racy<=2500000000 ns 18:26:20.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.868998000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.868998000, lastModified=2023-04-04 18:26:20.855416000, delta=13582000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.868852000, lastModified=2023-04-04 18:26:19.579387000, delta=1289465000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.869289000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.869289000, lastModified=2023-04-04 18:26:19.579387000, delta=1289902000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.868998000, lastModified=2023-04-04 18:26:20.855416000, delta=13582000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.869424000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.869424000, lastModified=2023-04-04 18:26:20.855416000, delta=14008000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.869289000, lastModified=2023-04-04 18:26:19.579387000, delta=1289902000 ns, racy<=2500000000 ns 18:26:20.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.869992000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.869992000, lastModified=2023-04-04 18:26:19.579387000, delta=1290605000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.869424000, lastModified=2023-04-04 18:26:20.855416000, delta=14008000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870150000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870150000, lastModified=2023-04-04 18:26:20.855416000, delta=14734000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.869992000, lastModified=2023-04-04 18:26:19.579387000, delta=1290605000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870296000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.870296000, lastModified=2023-04-04 18:26:19.579387000, delta=1290909000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870150000, lastModified=2023-04-04 18:26:20.855416000, delta=14734000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870419000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870419000, lastModified=2023-04-04 18:26:20.855416000, delta=15003000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.870296000, lastModified=2023-04-04 18:26:19.579387000, delta=1290909000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870552000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.870552000, lastModified=2023-04-04 18:26:19.579387000, delta=1291165000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870419000, lastModified=2023-04-04 18:26:20.855416000, delta=15003000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870673000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870673000, lastModified=2023-04-04 18:26:20.855416000, delta=15257000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.870552000, lastModified=2023-04-04 18:26:19.579387000, delta=1291165000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870773000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.870773000, lastModified=2023-04-04 18:26:19.579387000, delta=1291386000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870673000, lastModified=2023-04-04 18:26:20.855416000, delta=15257000 ns, racy<=2500000000 ns 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.870906000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870906000, lastModified=2023-04-04 18:26:20.855416000, delta=15490000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.870773000, lastModified=2023-04-04 18:26:19.579387000, delta=1291386000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871106000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.871106000, lastModified=2023-04-04 18:26:19.579387000, delta=1291719000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.870906000, lastModified=2023-04-04 18:26:20.855416000, delta=15490000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871236000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.871236000, lastModified=2023-04-04 18:26:20.855416000, delta=15820000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.871106000, lastModified=2023-04-04 18:26:19.579387000, delta=1291719000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871333000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.871333000, lastModified=2023-04-04 18:26:19.579387000, delta=1291946000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.871236000, lastModified=2023-04-04 18:26:20.855416000, delta=15820000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871451000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.871451000, lastModified=2023-04-04 18:26:20.855416000, delta=16035000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871589000, lastModified=2023-04-04 18:26:20.869417000, size=41, fileKey=(dev=10006b,ino=1763796633) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.871333000, lastModified=2023-04-04 18:26:19.579387000, delta=1291946000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871776000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.871776000, lastModified=2023-04-04 18:26:19.579387000, delta=1292389000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.871451000, lastModified=2023-04-04 18:26:20.855416000, delta=16035000 ns, racy<=2500000000 ns 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.871922000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.871922000, lastModified=2023-04-04 18:26:20.855416000, delta=16506000 ns, racy<=2500000000 ns 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.872689000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.871776000, lastModified=2023-04-04 18:26:19.579387000, delta=1292389000 ns, racy<=2500000000 ns 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.872849000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.872849000, lastModified=2023-04-04 18:26:19.579387000, delta=1293462000 ns, racy<=2500000000 ns 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873006000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.872849000, lastModified=2023-04-04 18:26:19.579387000, delta=1293462000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873121000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.873121000, lastModified=2023-04-04 18:26:19.579387000, delta=1293734000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.873006000, lastModified=2023-04-04 18:26:20.855416000, delta=17590000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873243000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.873243000, lastModified=2023-04-04 18:26:20.855416000, delta=17827000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873355000, lastModified=2023-04-04 18:26:20.863417000, size=104, fileKey=(dev=10006b,ino=1761640372) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.873121000, lastModified=2023-04-04 18:26:19.579387000, delta=1293734000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873454000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.873454000, lastModified=2023-04-04 18:26:19.579387000, delta=1294067000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.873243000, lastModified=2023-04-04 18:26:20.855416000, delta=17827000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873580000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.873580000, lastModified=2023-04-04 18:26:20.855416000, delta=18164000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873773000, lastModified=2023-04-04 18:26:20.863417000, size=104, fileKey=(dev=10006b,ino=1761640372) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873822000, lastModified=2023-04-04 18:26:20.863417000, size=104, fileKey=(dev=10006b,ino=1761640372) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.873454000, lastModified=2023-04-04 18:26:19.579387000, delta=1294067000 ns, racy<=2500000000 ns 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.873910000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.873910000, lastModified=2023-04-04 18:26:19.579387000, delta=1294523000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.873580000, lastModified=2023-04-04 18:26:20.855416000, delta=18164000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.874047000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.874047000, lastModified=2023-04-04 18:26:20.855416000, delta=18631000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.873910000, lastModified=2023-04-04 18:26:19.579387000, delta=1294523000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.874175000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.874175000, lastModified=2023-04-04 18:26:19.579387000, delta=1294788000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.874047000, lastModified=2023-04-04 18:26:20.855416000, delta=18631000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.874291000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.874291000, lastModified=2023-04-04 18:26:20.855416000, delta=18875000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.874175000, lastModified=2023-04-04 18:26:19.579387000, delta=1294788000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.874600000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.874600000, lastModified=2023-04-04 18:26:19.579387000, delta=1295213000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.874291000, lastModified=2023-04-04 18:26:20.855416000, delta=18875000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.874733000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.874733000, lastModified=2023-04-04 18:26:20.855416000, delta=19317000 ns, racy<=2500000000 ns 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, size=6, fileKey=(dev=10006b,ino=1771046822) 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.874600000, lastModified=2023-04-04 18:26:19.579387000, delta=1295213000 ns, racy<=2500000000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.875187000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.875187000, lastModified=2023-04-04 18:26:19.579387000, delta=1295800000 ns, racy<=2500000000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.874733000, lastModified=2023-04-04 18:26:20.855416000, delta=19317000 ns, racy<=2500000000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.875315000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.875315000, lastModified=2023-04-04 18:26:20.855416000, delta=19899000 ns, racy<=2500000000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.875607000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780875607000 ns, racy<=3610000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.875607000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780875607000 ns, racy<=3610000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.876300000, lastModified=2023-04-04 18:26:20.872417000, size=0, fileKey=(dev=10006b,ino=1761640375) 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.875187000, lastModified=2023-04-04 18:26:19.579387000, delta=1295800000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.876370000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.876370000, lastModified=2023-04-04 18:26:19.579387000, delta=1296983000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.875315000, lastModified=2023-04-04 18:26:20.855416000, delta=19899000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.876512000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.876512000, lastModified=2023-04-04 18:26:20.855416000, delta=21096000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.876636000, lastModified=2023-04-04 18:26:20.875417000, size=176, fileKey=(dev=10006b,ino=1761640375) 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.876717000, lastModified=2023-04-04 18:26:20.875417000, size=176, fileKey=(dev=10006b,ino=1761640375) 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.876370000, lastModified=2023-04-04 18:26:19.579387000, delta=1296983000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.876884000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.876884000, lastModified=2023-04-04 18:26:19.579387000, delta=1297497000 ns, racy<=2500000000 ns 18:26:20.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.876512000, lastModified=2023-04-04 18:26:20.855416000, delta=21096000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877047000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877047000, lastModified=2023-04-04 18:26:20.855416000, delta=21631000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.876884000, lastModified=2023-04-04 18:26:19.579387000, delta=1297497000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877152000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.877152000, lastModified=2023-04-04 18:26:19.579387000, delta=1297765000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877047000, lastModified=2023-04-04 18:26:20.855416000, delta=21631000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877272000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877272000, lastModified=2023-04-04 18:26:20.855416000, delta=21856000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.877152000, lastModified=2023-04-04 18:26:19.579387000, delta=1297765000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877416000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.877416000, lastModified=2023-04-04 18:26:19.579387000, delta=1298029000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877272000, lastModified=2023-04-04 18:26:20.855416000, delta=21856000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877537000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877537000, lastModified=2023-04-04 18:26:20.855416000, delta=22121000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.877416000, lastModified=2023-04-04 18:26:19.579387000, delta=1298029000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877636000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.877636000, lastModified=2023-04-04 18:26:19.579387000, delta=1298249000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877537000, lastModified=2023-04-04 18:26:20.855416000, delta=22121000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877753000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877753000, lastModified=2023-04-04 18:26:20.855416000, delta=22337000 ns, racy<=2500000000 ns 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877846000, lastModified=2023-04-04 18:26:20.854416000, size=23, fileKey=(dev=10006b,ino=1761640370) 18:26:20.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.877910000, lastModified=2023-04-04 18:26:20.869417000, size=41, fileKey=(dev=10006b,ino=1763796633) 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.877636000, lastModified=2023-04-04 18:26:19.579387000, delta=1298249000 ns, racy<=2500000000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.878041000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.878041000, lastModified=2023-04-04 18:26:19.579387000, delta=1298654000 ns, racy<=2500000000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.877753000, lastModified=2023-04-04 18:26:20.855416000, delta=22337000 ns, racy<=2500000000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.878176000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.878176000, lastModified=2023-04-04 18:26:20.855416000, delta=22760000 ns, racy<=2500000000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.877846000, lastModified=2023-04-04 18:26:20.854416000, delta=23430000 ns, racy<=3610000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, is unmodified 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.877910000, lastModified=2023-04-04 18:26:20.869417000, delta=8493000 ns, racy<=3610000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, is unmodified 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.878041000, lastModified=2023-04-04 18:26:19.579387000, delta=1298654000 ns, racy<=2500000000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.879244000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.879244000, lastModified=2023-04-04 18:26:19.579387000, delta=1299857000 ns, racy<=2500000000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.878176000, lastModified=2023-04-04 18:26:20.855416000, delta=22760000 ns, racy<=2500000000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.879400000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.879400000, lastModified=2023-04-04 18:26:20.855416000, delta=23984000 ns, racy<=2500000000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.879630000, lastModified=2023-04-04 18:26:20.875417000, size=176, fileKey=(dev=10006b,ino=1761640375) 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.879685000, lastModified=2023-04-04 18:26:20.875417000, size=176, fileKey=(dev=10006b,ino=1761640375) 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.875607000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780875607000 ns, racy<=3610000 ns 18:26:20.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.875607000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780875607000 ns, racy<=3610000 ns 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.875607000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780875607000 ns, racy<=3610000 ns 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.874934000, lastModified=2023-04-04 18:26:20.852416000, delta=22518000 ns, racy<=3610000 ns 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.875607000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780875607000 ns, racy<=3610000 ns 18:26:20.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack/preserved, is unmodified 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.879244000, lastModified=2023-04-04 18:26:19.579387000, delta=1299857000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.881296000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.881296000, lastModified=2023-04-04 18:26:19.579387000, delta=1301909000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.879400000, lastModified=2023-04-04 18:26:20.855416000, delta=23984000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.881444000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.881444000, lastModified=2023-04-04 18:26:20.855416000, delta=26028000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.877846000, lastModified=2023-04-04 18:26:20.854416000, delta=23430000 ns, racy<=3610000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, is unmodified 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.877910000, lastModified=2023-04-04 18:26:20.869417000, delta=8493000 ns, racy<=3610000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, is unmodified 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.881296000, lastModified=2023-04-04 18:26:19.579387000, delta=1301909000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.881758000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.881758000, lastModified=2023-04-04 18:26:19.579387000, delta=1302371000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.881444000, lastModified=2023-04-04 18:26:20.855416000, delta=26028000 ns, racy<=2500000000 ns 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.881908000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.881908000, lastModified=2023-04-04 18:26:20.855416000, delta=26492000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.877910000, lastModified=2023-04-04 18:26:20.869417000, delta=8493000 ns, racy<=3610000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, is unmodified 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.881758000, lastModified=2023-04-04 18:26:19.579387000, delta=1302371000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.882250000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.882250000, lastModified=2023-04-04 18:26:19.579387000, delta=1302863000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.881908000, lastModified=2023-04-04 18:26:20.855416000, delta=26492000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.882389000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.882389000, lastModified=2023-04-04 18:26:20.855416000, delta=26973000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.882250000, lastModified=2023-04-04 18:26:19.579387000, delta=1302863000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.882537000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.882537000, lastModified=2023-04-04 18:26:19.579387000, delta=1303150000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.882389000, lastModified=2023-04-04 18:26:20.855416000, delta=26973000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.882666000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.882666000, lastModified=2023-04-04 18:26:20.855416000, delta=27250000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.882537000, lastModified=2023-04-04 18:26:19.579387000, delta=1303150000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.882800000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.882800000, lastModified=2023-04-04 18:26:19.579387000, delta=1303413000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.882666000, lastModified=2023-04-04 18:26:20.855416000, delta=27250000 ns, racy<=2500000000 ns 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.882950000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.882950000, lastModified=2023-04-04 18:26:20.855416000, delta=27534000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.882800000, lastModified=2023-04-04 18:26:19.579387000, delta=1303413000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883062000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883062000, lastModified=2023-04-04 18:26:19.579387000, delta=1303675000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.882950000, lastModified=2023-04-04 18:26:20.855416000, delta=27534000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883184000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.883184000, lastModified=2023-04-04 18:26:20.855416000, delta=27768000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883062000, lastModified=2023-04-04 18:26:19.579387000, delta=1303675000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883305000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883305000, lastModified=2023-04-04 18:26:19.579387000, delta=1303918000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.883184000, lastModified=2023-04-04 18:26:20.855416000, delta=27768000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883425000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.883425000, lastModified=2023-04-04 18:26:20.855416000, delta=28009000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883305000, lastModified=2023-04-04 18:26:19.579387000, delta=1303918000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883521000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883521000, lastModified=2023-04-04 18:26:19.579387000, delta=1304134000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.883425000, lastModified=2023-04-04 18:26:20.855416000, delta=28009000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883638000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.883638000, lastModified=2023-04-04 18:26:20.855416000, delta=28222000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883722000, lastModified=2023-04-04 18:26:20.881417000, size=41, fileKey=(dev=10006b,ino=1763796634) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883521000, lastModified=2023-04-04 18:26:19.579387000, delta=1304134000 ns, racy<=2500000000 ns 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.883902000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883902000, lastModified=2023-04-04 18:26:19.579387000, delta=1304515000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.883638000, lastModified=2023-04-04 18:26:20.855416000, delta=28222000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884050000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.884050000, lastModified=2023-04-04 18:26:20.855416000, delta=28634000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, isRacyClean=true, read=2023-04-04 18:26:20.857846000, lastModified=2023-04-04 18:26:20.854416000, delta=3430000 ns, racy<=3610000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, is racily clean 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884198000, lastModified=2023-04-04 18:26:20.854416000, size=23, fileKey=(dev=10006b,ino=1761640370) 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.884198000, lastModified=2023-04-04 18:26:20.854416000, delta=29782000 ns, racy<=3610000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884413000, lastModified=2023-04-04 18:26:20.881417000, size=41, fileKey=(dev=10006b,ino=1763796634) 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.883902000, lastModified=2023-04-04 18:26:19.579387000, delta=1304515000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884526000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.884526000, lastModified=2023-04-04 18:26:19.579387000, delta=1305139000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.857761000, lastModified=2023-04-04 18:26:20.855416000, delta=2345000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884665000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.884665000, lastModified=2023-04-04 18:26:20.855416000, delta=29249000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, size changed from 0 to 176 bytes 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884850000, lastModified=2023-04-04 18:26:20.875417000, size=176, fileKey=(dev=10006b,ino=1761640375) 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.884526000, lastModified=2023-04-04 18:26:19.579387000, delta=1305139000 ns, racy<=2500000000 ns 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.884965000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.884965000, lastModified=2023-04-04 18:26:19.579387000, delta=1305578000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.884665000, lastModified=2023-04-04 18:26:20.855416000, delta=29249000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.885112000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.885112000, lastModified=2023-04-04 18:26:20.855416000, delta=29696000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.884413000, lastModified=2023-04-04 18:26:20.881417000, delta=2996000 ns, racy<=3610000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, is racily clean 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.885244000, lastModified=2023-04-04 18:26:20.881417000, size=41, fileKey=(dev=10006b,ino=1763796634) 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.885244000, lastModified=2023-04-04 18:26:20.881417000, delta=3827000 ns, racy<=3610000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.884965000, lastModified=2023-04-04 18:26:19.579387000, delta=1305578000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.885332000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.885332000, lastModified=2023-04-04 18:26:19.579387000, delta=1305945000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.885112000, lastModified=2023-04-04 18:26:20.855416000, delta=29696000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.885453000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.885453000, lastModified=2023-04-04 18:26:20.855416000, delta=30037000 ns, racy<=2500000000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, cannot be racily clean 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.885591000, lastModified=2023-04-04 18:26:20.852416000, size=6, fileKey=(dev=10006b,ino=1771046822) 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.885591000, lastModified=2023-04-04 18:26:20.852416000, delta=33175000 ns, racy<=3610000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.885591000, lastModified=2023-04-04 18:26:20.852416000, delta=33175000 ns, racy<=3610000 ns 18:26:20.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.885332000, lastModified=2023-04-04 18:26:19.579387000, delta=1305945000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.886115000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.886115000, lastModified=2023-04-04 18:26:19.579387000, delta=1306728000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.885453000, lastModified=2023-04-04 18:26:20.855416000, delta=30037000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.886260000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.886260000, lastModified=2023-04-04 18:26:20.855416000, delta=30844000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, cannot be racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.886115000, lastModified=2023-04-04 18:26:19.579387000, delta=1306728000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.886408000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.886408000, lastModified=2023-04-04 18:26:19.579387000, delta=1307021000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.886260000, lastModified=2023-04-04 18:26:20.855416000, delta=30844000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.886525000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.886525000, lastModified=2023-04-04 18:26:20.855416000, delta=31109000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/refs/heads/master, cannot be racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.886408000, lastModified=2023-04-04 18:26:19.579387000, delta=1307021000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.886722000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.886722000, lastModified=2023-04-04 18:26:19.579387000, delta=1307335000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.886525000, lastModified=2023-04-04 18:26:20.855416000, delta=31109000 ns, racy<=2500000000 ns 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.886852000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.886852000, lastModified=2023-04-04 18:26:20.855416000, delta=31436000 ns, racy<=2500000000 ns 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.886722000, lastModified=2023-04-04 18:26:19.579387000, delta=1307335000 ns, racy<=2500000000 ns 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.887439000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.887439000, lastModified=2023-04-04 18:26:19.579387000, delta=1308052000 ns, racy<=2500000000 ns 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.886852000, lastModified=2023-04-04 18:26:20.855416000, delta=31436000 ns, racy<=2500000000 ns 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.887579000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.887579000, lastModified=2023-04-04 18:26:20.855416000, delta=32163000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888148000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.887439000, lastModified=2023-04-04 18:26:19.579387000, delta=1308052000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888305000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.888305000, lastModified=2023-04-04 18:26:19.579387000, delta=1308918000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888424000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.888305000, lastModified=2023-04-04 18:26:19.579387000, delta=1308918000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888531000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.888531000, lastModified=2023-04-04 18:26:19.579387000, delta=1309144000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.888424000, lastModified=2023-04-04 18:26:20.855416000, delta=33008000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888654000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.888654000, lastModified=2023-04-04 18:26:20.855416000, delta=33238000 ns, racy<=2500000000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888767000, lastModified=2023-04-04 18:26:20.875417000, size=176, fileKey=(dev=10006b,ino=1761640375) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.888840000, lastModified=2023-04-04 18:26:20.852416000, size=6, fileKey=(dev=10006b,ino=1771046822) 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.888840000, lastModified=2023-04-04 18:26:20.852416000, delta=36424000 ns, racy<=3610000 ns 18:26:20.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.888840000, lastModified=2023-04-04 18:26:20.852416000, delta=36424000 ns, racy<=3610000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.888531000, lastModified=2023-04-04 18:26:19.579387000, delta=1309144000 ns, racy<=2500000000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.889251000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.889251000, lastModified=2023-04-04 18:26:19.579387000, delta=1309864000 ns, racy<=2500000000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.887579000, lastModified=2023-04-04 18:26:20.855416000, delta=32163000 ns, racy<=2500000000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.889392000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.889392000, lastModified=2023-04-04 18:26:20.855416000, delta=33976000 ns, racy<=2500000000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.885591000, lastModified=2023-04-04 18:26:20.852416000, delta=33175000 ns, racy<=3610000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.885591000, lastModified=2023-04-04 18:26:20.852416000, delta=33175000 ns, racy<=3610000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/objects/pack, is unmodified 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.889251000, lastModified=2023-04-04 18:26:19.579387000, delta=1309864000 ns, racy<=2500000000 ns 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.889908000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.889908000, lastModified=2023-04-04 18:26:19.579387000, delta=1310521000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.889392000, lastModified=2023-04-04 18:26:20.855416000, delta=33976000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.890065000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.890065000, lastModified=2023-04-04 18:26:20.855416000, delta=34649000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.889908000, lastModified=2023-04-04 18:26:19.579387000, delta=1310521000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.890 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.890205000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.890205000, lastModified=2023-04-04 18:26:19.579387000, delta=1310818000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.890065000, lastModified=2023-04-04 18:26:20.855416000, delta=34649000 ns, racy<=2500000000 ns 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, is racily clean 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.890326000, lastModified=2023-04-04 18:26:20.855416000, size=78, fileKey=(dev=10006b,ino=1761640374) 18:26:20.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2776447438346684435/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.890326000, lastModified=2023-04-04 18:26:20.855416000, delta=34910000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.890205000, lastModified=2023-04-04 18:26:19.579387000, delta=1310818000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.892 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.892581000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.892581000, lastModified=2023-04-04 18:26:19.579387000, delta=1313194000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.892581000, lastModified=2023-04-04 18:26:19.579387000, delta=1313194000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.892 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.892759000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.892759000, lastModified=2023-04-04 18:26:19.579387000, delta=1313372000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.892759000, lastModified=2023-04-04 18:26:19.579387000, delta=1313372000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.950033000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.950033000, lastModified=2023-04-04 18:26:19.579387000, delta=1370646000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.950033000, lastModified=2023-04-04 18:26:19.579387000, delta=1370646000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.950354000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.950354000, lastModified=2023-04-04 18:26:19.579387000, delta=1370967000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.950354000, lastModified=2023-04-04 18:26:19.579387000, delta=1370967000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.950588000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.950588000, lastModified=2023-04-04 18:26:19.579387000, delta=1371201000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.950588000, lastModified=2023-04-04 18:26:19.579387000, delta=1371201000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.951233000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.951233000, lastModified=2023-04-04 18:26:19.579387000, delta=1371846000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.951233000, lastModified=2023-04-04 18:26:19.579387000, delta=1371846000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.951589000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.951589000, lastModified=2023-04-04 18:26:19.579387000, delta=1372202000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.951589000, lastModified=2023-04-04 18:26:19.579387000, delta=1372202000 ns, racy<=2500000000 ns 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.952057000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.952057000, lastModified=2023-04-04 18:26:19.579387000, delta=1372670000 ns, racy<=2500000000 ns 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.952057000, lastModified=2023-04-04 18:26:19.579387000, delta=1372670000 ns, racy<=2500000000 ns 18:26:20.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.953002000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.953002000, lastModified=2023-04-04 18:26:19.579387000, delta=1373615000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.953002000, lastModified=2023-04-04 18:26:19.579387000, delta=1373615000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.953430000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.953430000, lastModified=2023-04-04 18:26:19.579387000, delta=1374043000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.953430000, lastModified=2023-04-04 18:26:19.579387000, delta=1374043000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.953783000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.953783000, lastModified=2023-04-04 18:26:19.579387000, delta=1374396000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.892863000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780892863000 ns, racy<=2500000000 ns 18:26:20.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is unmodified 18:26:20.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.954076000, lastModified=2023-04-04 18:26:20.953419000, size=23, fileKey=(dev=10006b,ino=1783684996) 18:26:20.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.954877000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.955269000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.953783000, lastModified=2023-04-04 18:26:19.579387000, delta=1374396000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.955430000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.955430000, lastModified=2023-04-04 18:26:19.579387000, delta=1376043000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.955547000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.955430000, lastModified=2023-04-04 18:26:19.579387000, delta=1376043000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.955655000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.955655000, lastModified=2023-04-04 18:26:19.579387000, delta=1376268000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.955547000, lastModified=2023-04-04 18:26:20.953419000, delta=2128000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.955773000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.955773000, lastModified=2023-04-04 18:26:20.953419000, delta=2354000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.955655000, lastModified=2023-04-04 18:26:19.579387000, delta=1376268000 ns, racy<=2500000000 ns 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.955982000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.955982000, lastModified=2023-04-04 18:26:19.579387000, delta=1376595000 ns, racy<=2500000000 ns 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.955773000, lastModified=2023-04-04 18:26:20.953419000, delta=2354000 ns, racy<=2500000000 ns 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.956109000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.956109000, lastModified=2023-04-04 18:26:20.953419000, delta=2690000 ns, racy<=2500000000 ns 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.956201000, lastModified=2023-04-04 18:26:20.953419000, size=23, fileKey=(dev=10006b,ino=1783684996) 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.956775000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.955982000, lastModified=2023-04-04 18:26:19.579387000, delta=1376595000 ns, racy<=2500000000 ns 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.956922000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.956922000, lastModified=2023-04-04 18:26:19.579387000, delta=1377535000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957054000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.956922000, lastModified=2023-04-04 18:26:19.579387000, delta=1377535000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957150000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.957150000, lastModified=2023-04-04 18:26:19.579387000, delta=1377763000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957054000, lastModified=2023-04-04 18:26:20.953419000, delta=3635000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957260000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957260000, lastModified=2023-04-04 18:26:20.953419000, delta=3841000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.957150000, lastModified=2023-04-04 18:26:19.579387000, delta=1377763000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957505000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.957505000, lastModified=2023-04-04 18:26:19.579387000, delta=1378118000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957260000, lastModified=2023-04-04 18:26:20.953419000, delta=3841000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957623000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957623000, lastModified=2023-04-04 18:26:20.953419000, delta=4204000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.957505000, lastModified=2023-04-04 18:26:19.579387000, delta=1378118000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957838000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.957838000, lastModified=2023-04-04 18:26:19.579387000, delta=1378451000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957623000, lastModified=2023-04-04 18:26:20.953419000, delta=4204000 ns, racy<=2500000000 ns 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.957976000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957976000, lastModified=2023-04-04 18:26:20.953419000, delta=4557000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.957838000, lastModified=2023-04-04 18:26:19.579387000, delta=1378451000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.958105000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.958105000, lastModified=2023-04-04 18:26:19.579387000, delta=1378718000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.957976000, lastModified=2023-04-04 18:26:20.953419000, delta=4557000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.958217000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.958217000, lastModified=2023-04-04 18:26:20.953419000, delta=4798000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.958105000, lastModified=2023-04-04 18:26:19.579387000, delta=1378718000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.958471000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.958471000, lastModified=2023-04-04 18:26:19.579387000, delta=1379084000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.958217000, lastModified=2023-04-04 18:26:20.953419000, delta=4798000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.958607000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.958607000, lastModified=2023-04-04 18:26:20.953419000, delta=5188000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.958471000, lastModified=2023-04-04 18:26:19.579387000, delta=1379084000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.958766000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.958766000, lastModified=2023-04-04 18:26:19.579387000, delta=1379379000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.958607000, lastModified=2023-04-04 18:26:20.953419000, delta=5188000 ns, racy<=2500000000 ns 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.958871000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.958871000, lastModified=2023-04-04 18:26:20.953419000, delta=5452000 ns, racy<=2500000000 ns 18:26:20.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, size=6, fileKey=(dev=10006b,ino=1793075333) 18:26:20.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, delta=8667000 ns, racy<=3610000 ns 18:26:20.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.959732000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780959732000 ns, racy<=3610000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, is unmodified 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, delta=8667000 ns, racy<=3610000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.959732000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780959732000 ns, racy<=3610000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, is unmodified 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.958766000, lastModified=2023-04-04 18:26:19.579387000, delta=1379379000 ns, racy<=2500000000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.960735000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.960735000, lastModified=2023-04-04 18:26:19.579387000, delta=1381348000 ns, racy<=2500000000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.958871000, lastModified=2023-04-04 18:26:20.953419000, delta=5452000 ns, racy<=2500000000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.960855000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.960855000, lastModified=2023-04-04 18:26:20.953419000, delta=7436000 ns, racy<=2500000000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.960942000, lastModified=2023-04-04 18:26:20.956419000, size=0, fileKey=(dev=10006b,ino=1783685016) 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.960735000, lastModified=2023-04-04 18:26:19.579387000, delta=1381348000 ns, racy<=2500000000 ns 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.960989000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.960989000, lastModified=2023-04-04 18:26:19.579387000, delta=1381602000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.960855000, lastModified=2023-04-04 18:26:20.953419000, delta=7436000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961108000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.961108000, lastModified=2023-04-04 18:26:20.953419000, delta=7689000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961221000, lastModified=2023-04-04 18:26:20.960419000, size=104, fileKey=(dev=10006b,ino=1783685016) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961275000, lastModified=2023-04-04 18:26:20.960419000, size=104, fileKey=(dev=10006b,ino=1783685016) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.960989000, lastModified=2023-04-04 18:26:19.579387000, delta=1381602000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961335000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.961335000, lastModified=2023-04-04 18:26:19.579387000, delta=1381948000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.961108000, lastModified=2023-04-04 18:26:20.953419000, delta=7689000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961460000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.961460000, lastModified=2023-04-04 18:26:20.953419000, delta=8041000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961626000, lastModified=2023-04-04 18:26:20.960419000, size=104, fileKey=(dev=10006b,ino=1783685016) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961669000, lastModified=2023-04-04 18:26:20.960419000, size=104, fileKey=(dev=10006b,ino=1783685016) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961746000, lastModified=2023-04-04 18:26:20.960419000, size=0, fileKey=(dev=10006b,ino=1783684997) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.961335000, lastModified=2023-04-04 18:26:19.579387000, delta=1381948000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961793000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.961793000, lastModified=2023-04-04 18:26:19.579387000, delta=1382406000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.961460000, lastModified=2023-04-04 18:26:20.953419000, delta=8041000 ns, racy<=2500000000 ns 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.961931000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.961931000, lastModified=2023-04-04 18:26:20.953419000, delta=8512000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962039000, lastModified=2023-04-04 18:26:20.961419000, size=104, fileKey=(dev=10006b,ino=1783684997) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.961793000, lastModified=2023-04-04 18:26:19.579387000, delta=1382406000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962268000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962268000, lastModified=2023-04-04 18:26:19.579387000, delta=1382881000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.961931000, lastModified=2023-04-04 18:26:20.953419000, delta=8512000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962391000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.962391000, lastModified=2023-04-04 18:26:20.953419000, delta=8972000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962268000, lastModified=2023-04-04 18:26:19.579387000, delta=1382881000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962485000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962485000, lastModified=2023-04-04 18:26:19.579387000, delta=1383098000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.962391000, lastModified=2023-04-04 18:26:20.953419000, delta=8972000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962586000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.962586000, lastModified=2023-04-04 18:26:20.953419000, delta=9167000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962485000, lastModified=2023-04-04 18:26:19.579387000, delta=1383098000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962699000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962699000, lastModified=2023-04-04 18:26:19.579387000, delta=1383312000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.962586000, lastModified=2023-04-04 18:26:20.953419000, delta=9167000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962814000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.962814000, lastModified=2023-04-04 18:26:20.953419000, delta=9395000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962699000, lastModified=2023-04-04 18:26:19.579387000, delta=1383312000 ns, racy<=2500000000 ns 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.962909000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962909000, lastModified=2023-04-04 18:26:19.579387000, delta=1383522000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.962814000, lastModified=2023-04-04 18:26:20.953419000, delta=9395000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.963045000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.963045000, lastModified=2023-04-04 18:26:20.953419000, delta=9626000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.963132000, lastModified=2023-04-04 18:26:20.953419000, size=23, fileKey=(dev=10006b,ino=1783684996) 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.962909000, lastModified=2023-04-04 18:26:19.579387000, delta=1383522000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.963319000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.963319000, lastModified=2023-04-04 18:26:19.579387000, delta=1383932000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.963045000, lastModified=2023-04-04 18:26:20.953419000, delta=9626000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.963436000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.963436000, lastModified=2023-04-04 18:26:20.953419000, delta=10017000 ns, racy<=2500000000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.963132000, lastModified=2023-04-04 18:26:20.953419000, delta=9713000 ns, racy<=3610000 ns 18:26:20.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD, is unmodified 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.963319000, lastModified=2023-04-04 18:26:19.579387000, delta=1383932000 ns, racy<=2500000000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.964125000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.964125000, lastModified=2023-04-04 18:26:19.579387000, delta=1384738000 ns, racy<=2500000000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.963436000, lastModified=2023-04-04 18:26:20.953419000, delta=10017000 ns, racy<=2500000000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.964249000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.964249000, lastModified=2023-04-04 18:26:20.953419000, delta=10830000 ns, racy<=2500000000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.964446000, lastModified=2023-04-04 18:26:20.961419000, size=104, fileKey=(dev=10006b,ino=1783684997) 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.964490000, lastModified=2023-04-04 18:26:20.961419000, size=104, fileKey=(dev=10006b,ino=1783684997) 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, delta=8667000 ns, racy<=3610000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.959732000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780959732000 ns, racy<=3610000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, is unmodified 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, delta=8667000 ns, racy<=3610000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.959732000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780959732000 ns, racy<=3610000 ns 18:26:20.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, is unmodified 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, delta=8667000 ns, racy<=3610000 ns 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.959732000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780959732000 ns, racy<=3610000 ns 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, is unmodified 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.959086000, lastModified=2023-04-04 18:26:20.950419000, delta=8667000 ns, racy<=3610000 ns 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:20.959732000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780959732000 ns, racy<=3610000 ns 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack/preserved, is unmodified 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.964125000, lastModified=2023-04-04 18:26:19.579387000, delta=1384738000 ns, racy<=2500000000 ns 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.965 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.965941000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.965941000, lastModified=2023-04-04 18:26:19.579387000, delta=1386554000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.964249000, lastModified=2023-04-04 18:26:20.953419000, delta=10830000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.966080000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.966080000, lastModified=2023-04-04 18:26:20.953419000, delta=12661000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:20.963132000, lastModified=2023-04-04 18:26:20.953419000, delta=9713000 ns, racy<=3610000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/HEAD, is unmodified 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.965941000, lastModified=2023-04-04 18:26:19.579387000, delta=1386554000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.966330000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.966330000, lastModified=2023-04-04 18:26:19.579387000, delta=1386943000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.966080000, lastModified=2023-04-04 18:26:20.953419000, delta=12661000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.966451000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.966451000, lastModified=2023-04-04 18:26:20.953419000, delta=13032000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.966330000, lastModified=2023-04-04 18:26:19.579387000, delta=1386943000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.966705000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.966705000, lastModified=2023-04-04 18:26:19.579387000, delta=1387318000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.966451000, lastModified=2023-04-04 18:26:20.953419000, delta=13032000 ns, racy<=2500000000 ns 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.966829000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.966829000, lastModified=2023-04-04 18:26:20.953419000, delta=13410000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.966705000, lastModified=2023-04-04 18:26:19.579387000, delta=1387318000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.967329000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.967329000, lastModified=2023-04-04 18:26:19.579387000, delta=1387942000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.966829000, lastModified=2023-04-04 18:26:20.953419000, delta=13410000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.967457000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.967457000, lastModified=2023-04-04 18:26:20.953419000, delta=14038000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.967329000, lastModified=2023-04-04 18:26:19.579387000, delta=1387942000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.967591000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.967591000, lastModified=2023-04-04 18:26:19.579387000, delta=1388204000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.967457000, lastModified=2023-04-04 18:26:20.953419000, delta=14038000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.967705000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.967705000, lastModified=2023-04-04 18:26:20.953419000, delta=14286000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.967591000, lastModified=2023-04-04 18:26:19.579387000, delta=1388204000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.967832000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.967832000, lastModified=2023-04-04 18:26:19.579387000, delta=1388445000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.967705000, lastModified=2023-04-04 18:26:20.953419000, delta=14286000 ns, racy<=2500000000 ns 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.967955000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.967955000, lastModified=2023-04-04 18:26:20.953419000, delta=14536000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.967832000, lastModified=2023-04-04 18:26:19.579387000, delta=1388445000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968057000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968057000, lastModified=2023-04-04 18:26:19.579387000, delta=1388670000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.967955000, lastModified=2023-04-04 18:26:20.953419000, delta=14536000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968165000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.968165000, lastModified=2023-04-04 18:26:20.953419000, delta=14746000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968057000, lastModified=2023-04-04 18:26:19.579387000, delta=1388670000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968328000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968328000, lastModified=2023-04-04 18:26:19.579387000, delta=1388941000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.968165000, lastModified=2023-04-04 18:26:20.953419000, delta=14746000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968463000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.968463000, lastModified=2023-04-04 18:26:20.953419000, delta=15044000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968328000, lastModified=2023-04-04 18:26:19.579387000, delta=1388941000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968552000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968552000, lastModified=2023-04-04 18:26:19.579387000, delta=1389165000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.968463000, lastModified=2023-04-04 18:26:20.953419000, delta=15044000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968656000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.968656000, lastModified=2023-04-04 18:26:20.953419000, delta=15237000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968782000, lastModified=2023-04-04 18:26:20.966419000, size=41, fileKey=(dev=10006b,ino=1785901771) 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968552000, lastModified=2023-04-04 18:26:19.579387000, delta=1389165000 ns, racy<=2500000000 ns 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.968974000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968974000, lastModified=2023-04-04 18:26:19.579387000, delta=1389587000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.968656000, lastModified=2023-04-04 18:26:20.953419000, delta=15237000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.969110000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.969110000, lastModified=2023-04-04 18:26:20.953419000, delta=15691000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.968974000, lastModified=2023-04-04 18:26:19.579387000, delta=1389587000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.969279000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.969279000, lastModified=2023-04-04 18:26:19.579387000, delta=1389892000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.956109000, lastModified=2023-04-04 18:26:20.953419000, delta=2690000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.969399000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.969399000, lastModified=2023-04-04 18:26:20.953419000, delta=15980000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.969480000, lastModified=2023-04-04 18:26:20.966419000, size=41, fileKey=(dev=10006b,ino=1785901771) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.969279000, lastModified=2023-04-04 18:26:19.579387000, delta=1389892000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.969563000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.969563000, lastModified=2023-04-04 18:26:19.579387000, delta=1390176000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.969399000, lastModified=2023-04-04 18:26:20.953419000, delta=15980000 ns, racy<=2500000000 ns 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.969668000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.969668000, lastModified=2023-04-04 18:26:20.953419000, delta=16249000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:20.969480000, lastModified=2023-04-04 18:26:20.966419000, delta=3061000 ns, racy<=3610000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/refs/heads/master, is racily clean 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970152000, lastModified=2023-04-04 18:26:20.966419000, size=41, fileKey=(dev=10006b,ino=1785901771) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:20.970152000, lastModified=2023-04-04 18:26:20.966419000, delta=3733000 ns, racy<=3610000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970280000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.969563000, lastModified=2023-04-04 18:26:19.579387000, delta=1390176000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970397000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.970397000, lastModified=2023-04-04 18:26:19.579387000, delta=1391010000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970501000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.970397000, lastModified=2023-04-04 18:26:19.579387000, delta=1391010000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970592000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.970592000, lastModified=2023-04-04 18:26:19.579387000, delta=1391205000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.970501000, lastModified=2023-04-04 18:26:20.953419000, delta=17082000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970696000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.970696000, lastModified=2023-04-04 18:26:20.953419000, delta=17277000 ns, racy<=2500000000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970795000, lastModified=2023-04-04 18:26:20.961419000, size=104, fileKey=(dev=10006b,ino=1783684997) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.970861000, lastModified=2023-04-04 18:26:20.950419000, size=6, fileKey=(dev=10006b,ino=1793075333) 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.970861000, lastModified=2023-04-04 18:26:20.950419000, delta=20442000 ns, racy<=3610000 ns 18:26:20.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.970592000, lastModified=2023-04-04 18:26:19.579387000, delta=1391205000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.971150000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.971150000, lastModified=2023-04-04 18:26:19.579387000, delta=1391763000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.969668000, lastModified=2023-04-04 18:26:20.953419000, delta=16249000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.971271000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.971271000, lastModified=2023-04-04 18:26:20.953419000, delta=17852000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:20.971486000, lastModified=2023-04-04 18:26:20.950419000, size=6, fileKey=(dev=10006b,ino=1793075333) 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:20.971486000, lastModified=2023-04-04 18:26:20.950419000, delta=21067000 ns, racy<=3610000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/objects/pack, is unmodified 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.971150000, lastModified=2023-04-04 18:26:19.579387000, delta=1391763000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.971698000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.971698000, lastModified=2023-04-04 18:26:19.579387000, delta=1392311000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.971271000, lastModified=2023-04-04 18:26:20.953419000, delta=17852000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.971812000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.971812000, lastModified=2023-04-04 18:26:20.953419000, delta=18393000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.971698000, lastModified=2023-04-04 18:26:19.579387000, delta=1392311000 ns, racy<=2500000000 ns 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.971934000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.971934000, lastModified=2023-04-04 18:26:19.579387000, delta=1392547000 ns, racy<=2500000000 ns 18:26:20.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.971812000, lastModified=2023-04-04 18:26:20.953419000, delta=18393000 ns, racy<=2500000000 ns 18:26:20.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, is racily clean 18:26:20.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.972046000, lastModified=2023-04-04 18:26:20.953419000, size=78, fileKey=(dev=10006b,ino=1783685015) 18:26:20.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit12744391705637243763/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.972046000, lastModified=2023-04-04 18:26:20.953419000, delta=18627000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.971934000, lastModified=2023-04-04 18:26:19.579387000, delta=1392547000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.973515000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.973515000, lastModified=2023-04-04 18:26:19.579387000, delta=1394128000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.973515000, lastModified=2023-04-04 18:26:19.579387000, delta=1394128000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.973667000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.973667000, lastModified=2023-04-04 18:26:19.579387000, delta=1394280000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.973667000, lastModified=2023-04-04 18:26:19.579387000, delta=1394280000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.973869000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.973869000, lastModified=2023-04-04 18:26:19.579387000, delta=1394482000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.973869000, lastModified=2023-04-04 18:26:19.579387000, delta=1394482000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.974126000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.974126000, lastModified=2023-04-04 18:26:19.579387000, delta=1394739000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.974126000, lastModified=2023-04-04 18:26:19.579387000, delta=1394739000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.974335000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.974335000, lastModified=2023-04-04 18:26:19.579387000, delta=1394948000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.974335000, lastModified=2023-04-04 18:26:19.579387000, delta=1394948000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.974870000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.974870000, lastModified=2023-04-04 18:26:19.579387000, delta=1395483000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.974870000, lastModified=2023-04-04 18:26:19.579387000, delta=1395483000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.975157000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.975157000, lastModified=2023-04-04 18:26:19.579387000, delta=1395770000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.975157000, lastModified=2023-04-04 18:26:19.579387000, delta=1395770000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.975462000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.975462000, lastModified=2023-04-04 18:26:19.579387000, delta=1396075000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.975462000, lastModified=2023-04-04 18:26:19.579387000, delta=1396075000 ns, racy<=2500000000 ns 18:26:20.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.975872000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.975872000, lastModified=2023-04-04 18:26:19.579387000, delta=1396485000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.975872000, lastModified=2023-04-04 18:26:19.579387000, delta=1396485000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.984588000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.984588000, lastModified=2023-04-04 18:26:19.579387000, delta=1405201000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.984588000, lastModified=2023-04-04 18:26:19.579387000, delta=1405201000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.984811000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.984811000, lastModified=2023-04-04 18:26:19.579387000, delta=1405424000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.973759000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780973759000 ns, racy<=2500000000 ns 18:26:20.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is unmodified 18:26:20.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.985061000, lastModified=2023-04-04 18:26:20.984419000, size=23, fileKey=(dev=10006b,ino=1800482602) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:20.986072000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.986430000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.984811000, lastModified=2023-04-04 18:26:19.579387000, delta=1405424000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.986558000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.986558000, lastModified=2023-04-04 18:26:19.579387000, delta=1407171000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.986655000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.986558000, lastModified=2023-04-04 18:26:19.579387000, delta=1407171000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.986743000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.986743000, lastModified=2023-04-04 18:26:19.579387000, delta=1407356000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.986655000, lastModified=2023-04-04 18:26:20.985419000, delta=1236000 ns, racy<=2500000000 ns 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is racily clean 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.986836000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.986836000, lastModified=2023-04-04 18:26:20.985419000, delta=1417000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.986743000, lastModified=2023-04-04 18:26:19.579387000, delta=1407356000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.987032000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.987032000, lastModified=2023-04-04 18:26:19.579387000, delta=1407645000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.986836000, lastModified=2023-04-04 18:26:20.985419000, delta=1417000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is racily clean 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.987140000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.987140000, lastModified=2023-04-04 18:26:20.985419000, delta=1721000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:20.987222000, lastModified=2023-04-04 18:26:20.984419000, size=23, fileKey=(dev=10006b,ino=1800482602) 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.987032000, lastModified=2023-04-04 18:26:19.579387000, delta=1407645000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.987444000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.987444000, lastModified=2023-04-04 18:26:19.579387000, delta=1408057000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.987140000, lastModified=2023-04-04 18:26:20.985419000, delta=1721000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is racily clean 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.987560000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.987560000, lastModified=2023-04-04 18:26:20.985419000, delta=2141000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.987444000, lastModified=2023-04-04 18:26:19.579387000, delta=1408057000 ns, racy<=2500000000 ns 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.987926000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.987926000, lastModified=2023-04-04 18:26:19.579387000, delta=1408539000 ns, racy<=2500000000 ns 18:26:20.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.987560000, lastModified=2023-04-04 18:26:20.985419000, delta=2141000 ns, racy<=2500000000 ns 18:26:20.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, is racily clean 18:26:20.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.988055000, lastModified=2023-04-04 18:26:20.985419000, size=78, fileKey=(dev=10006b,ino=1800514891) 18:26:20.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit18343962726146627365/.git/config, isRacyClean=true, read=2023-04-04 18:26:20.988055000, lastModified=2023-04-04 18:26:20.985419000, delta=2636000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.987926000, lastModified=2023-04-04 18:26:19.579387000, delta=1408539000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.989413000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.989413000, lastModified=2023-04-04 18:26:19.579387000, delta=1410026000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.989413000, lastModified=2023-04-04 18:26:19.579387000, delta=1410026000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.989574000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.989574000, lastModified=2023-04-04 18:26:19.579387000, delta=1410187000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.989574000, lastModified=2023-04-04 18:26:19.579387000, delta=1410187000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.989777000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.989777000, lastModified=2023-04-04 18:26:19.579387000, delta=1410390000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:20.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.989777000, lastModified=2023-04-04 18:26:19.579387000, delta=1410390000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.990021000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.990021000, lastModified=2023-04-04 18:26:19.579387000, delta=1410634000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.990021000, lastModified=2023-04-04 18:26:19.579387000, delta=1410634000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.990221000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.990221000, lastModified=2023-04-04 18:26:19.579387000, delta=1410834000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.990221000, lastModified=2023-04-04 18:26:19.579387000, delta=1410834000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.990769000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.990769000, lastModified=2023-04-04 18:26:19.579387000, delta=1411382000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.990769000, lastModified=2023-04-04 18:26:19.579387000, delta=1411382000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.991055000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.991055000, lastModified=2023-04-04 18:26:19.579387000, delta=1411668000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.991055000, lastModified=2023-04-04 18:26:19.579387000, delta=1411668000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.991354000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.991354000, lastModified=2023-04-04 18:26:19.579387000, delta=1411967000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.991354000, lastModified=2023-04-04 18:26:19.579387000, delta=1411967000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:20.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:20.991757000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.991757000, lastModified=2023-04-04 18:26:19.579387000, delta=1412370000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:20.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:21.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:20.991757000, lastModified=2023-04-04 18:26:19.579387000, delta=1412370000 ns, racy<=2500000000 ns 18:26:21.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.049986000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.049986000, lastModified=2023-04-04 18:26:19.579387000, delta=1470599000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.049986000, lastModified=2023-04-04 18:26:19.579387000, delta=1470599000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.050330000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.050330000, lastModified=2023-04-04 18:26:19.579387000, delta=1470943000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=false, read=2023-04-04 18:26:20.989669000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632780989669000 ns, racy<=2500000000 ns 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is unmodified 18:26:21.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.050592000, lastModified=2023-04-04 18:26:21.049421000, size=23, fileKey=(dev=10006b,ino=1814105750) 18:26:21.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.051517000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.051905000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.050330000, lastModified=2023-04-04 18:26:19.579387000, delta=1470943000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052062000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.052062000, lastModified=2023-04-04 18:26:19.579387000, delta=1472675000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052175000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.052062000, lastModified=2023-04-04 18:26:19.579387000, delta=1472675000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052273000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.052273000, lastModified=2023-04-04 18:26:19.579387000, delta=1472886000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.052175000, lastModified=2023-04-04 18:26:21.050421000, delta=1754000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052380000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.052380000, lastModified=2023-04-04 18:26:21.050421000, delta=1959000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.052273000, lastModified=2023-04-04 18:26:19.579387000, delta=1472886000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052552000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.052552000, lastModified=2023-04-04 18:26:19.579387000, delta=1473165000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.052380000, lastModified=2023-04-04 18:26:21.050421000, delta=1959000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052659000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.052659000, lastModified=2023-04-04 18:26:21.050421000, delta=2238000 ns, racy<=2500000000 ns 18:26:21.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:21.052737000, lastModified=2023-04-04 18:26:21.049421000, size=23, fileKey=(dev=10006b,ino=1814105750) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.053254000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.052552000, lastModified=2023-04-04 18:26:19.579387000, delta=1473165000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.053392000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.053392000, lastModified=2023-04-04 18:26:19.579387000, delta=1474005000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.053496000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.053392000, lastModified=2023-04-04 18:26:19.579387000, delta=1474005000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.053584000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.053584000, lastModified=2023-04-04 18:26:19.579387000, delta=1474197000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.053496000, lastModified=2023-04-04 18:26:21.050421000, delta=3075000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.053690000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.053690000, lastModified=2023-04-04 18:26:21.050421000, delta=3269000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.053584000, lastModified=2023-04-04 18:26:19.579387000, delta=1474197000 ns, racy<=2500000000 ns 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.053930000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.053930000, lastModified=2023-04-04 18:26:19.579387000, delta=1474543000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.053690000, lastModified=2023-04-04 18:26:21.050421000, delta=3269000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054056000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054056000, lastModified=2023-04-04 18:26:21.050421000, delta=3635000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.053930000, lastModified=2023-04-04 18:26:19.579387000, delta=1474543000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054250000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.054250000, lastModified=2023-04-04 18:26:19.579387000, delta=1474863000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054056000, lastModified=2023-04-04 18:26:21.050421000, delta=3635000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054364000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054364000, lastModified=2023-04-04 18:26:21.050421000, delta=3943000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.054250000, lastModified=2023-04-04 18:26:19.579387000, delta=1474863000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054475000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.054475000, lastModified=2023-04-04 18:26:19.579387000, delta=1475088000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054364000, lastModified=2023-04-04 18:26:21.050421000, delta=3943000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054576000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054576000, lastModified=2023-04-04 18:26:21.050421000, delta=4155000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.054475000, lastModified=2023-04-04 18:26:19.579387000, delta=1475088000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054808000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.054808000, lastModified=2023-04-04 18:26:19.579387000, delta=1475421000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054576000, lastModified=2023-04-04 18:26:21.050421000, delta=4155000 ns, racy<=2500000000 ns 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.054936000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054936000, lastModified=2023-04-04 18:26:21.050421000, delta=4515000 ns, racy<=2500000000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.054808000, lastModified=2023-04-04 18:26:19.579387000, delta=1475421000 ns, racy<=2500000000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.055 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.055104000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.055104000, lastModified=2023-04-04 18:26:19.579387000, delta=1475717000 ns, racy<=2500000000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.054936000, lastModified=2023-04-04 18:26:21.050421000, delta=4515000 ns, racy<=2500000000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.055212000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.055212000, lastModified=2023-04-04 18:26:21.050421000, delta=4791000 ns, racy<=2500000000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, size=6, fileKey=(dev=10006b,ino=1823683933) 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, delta=65980000 ns, racy<=3610000 ns 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.056009000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781056009000 ns, racy<=3610000 ns 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, delta=65980000 ns, racy<=3610000 ns 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.056009000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781056009000 ns, racy<=3610000 ns 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.055104000, lastModified=2023-04-04 18:26:19.579387000, delta=1475717000 ns, racy<=2500000000 ns 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.056 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.056974000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.056974000, lastModified=2023-04-04 18:26:19.579387000, delta=1477587000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.055212000, lastModified=2023-04-04 18:26:21.050421000, delta=4791000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057105000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.057105000, lastModified=2023-04-04 18:26:21.050421000, delta=6684000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057177000, lastModified=2023-04-04 18:26:21.053421000, size=0, fileKey=(dev=10006b,ino=1814105754) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.056974000, lastModified=2023-04-04 18:26:19.579387000, delta=1477587000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057240000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.057240000, lastModified=2023-04-04 18:26:19.579387000, delta=1477853000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.057105000, lastModified=2023-04-04 18:26:21.050421000, delta=6684000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057345000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.057345000, lastModified=2023-04-04 18:26:21.050421000, delta=6924000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057452000, lastModified=2023-04-04 18:26:21.056421000, size=104, fileKey=(dev=10006b,ino=1814105754) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057501000, lastModified=2023-04-04 18:26:21.056421000, size=104, fileKey=(dev=10006b,ino=1814105754) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.057240000, lastModified=2023-04-04 18:26:19.579387000, delta=1477853000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057559000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.057559000, lastModified=2023-04-04 18:26:19.579387000, delta=1478172000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.057345000, lastModified=2023-04-04 18:26:21.050421000, delta=6924000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057671000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.057671000, lastModified=2023-04-04 18:26:21.050421000, delta=7250000 ns, racy<=2500000000 ns 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057831000, lastModified=2023-04-04 18:26:21.056421000, size=104, fileKey=(dev=10006b,ino=1814105754) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057875000, lastModified=2023-04-04 18:26:21.056421000, size=104, fileKey=(dev=10006b,ino=1814105754) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.057962000, lastModified=2023-04-04 18:26:21.056421000, size=0, fileKey=(dev=10006b,ino=1814105751) 18:26:21.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.057559000, lastModified=2023-04-04 18:26:19.579387000, delta=1478172000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058015000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058015000, lastModified=2023-04-04 18:26:19.579387000, delta=1478628000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.057671000, lastModified=2023-04-04 18:26:21.050421000, delta=7250000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058134000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058134000, lastModified=2023-04-04 18:26:21.050421000, delta=7713000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058234000, lastModified=2023-04-04 18:26:21.057421000, size=104, fileKey=(dev=10006b,ino=1814105751) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058015000, lastModified=2023-04-04 18:26:19.579387000, delta=1478628000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058434000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058434000, lastModified=2023-04-04 18:26:19.579387000, delta=1479047000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058134000, lastModified=2023-04-04 18:26:21.050421000, delta=7713000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058568000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058568000, lastModified=2023-04-04 18:26:21.050421000, delta=8147000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058434000, lastModified=2023-04-04 18:26:19.579387000, delta=1479047000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058664000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058664000, lastModified=2023-04-04 18:26:19.579387000, delta=1479277000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058568000, lastModified=2023-04-04 18:26:21.050421000, delta=8147000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058767000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058767000, lastModified=2023-04-04 18:26:21.050421000, delta=8346000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058664000, lastModified=2023-04-04 18:26:19.579387000, delta=1479277000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058872000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058872000, lastModified=2023-04-04 18:26:19.579387000, delta=1479485000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058767000, lastModified=2023-04-04 18:26:21.050421000, delta=8346000 ns, racy<=2500000000 ns 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.058988000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058988000, lastModified=2023-04-04 18:26:21.050421000, delta=8567000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.058872000, lastModified=2023-04-04 18:26:19.579387000, delta=1479485000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.059091000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.059091000, lastModified=2023-04-04 18:26:19.579387000, delta=1479704000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.058988000, lastModified=2023-04-04 18:26:21.050421000, delta=8567000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.059193000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.059193000, lastModified=2023-04-04 18:26:21.050421000, delta=8772000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:21.059270000, lastModified=2023-04-04 18:26:21.049421000, size=23, fileKey=(dev=10006b,ino=1814105750) 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.059091000, lastModified=2023-04-04 18:26:19.579387000, delta=1479704000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.059442000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.059442000, lastModified=2023-04-04 18:26:19.579387000, delta=1480055000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.059193000, lastModified=2023-04-04 18:26:21.050421000, delta=8772000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.059558000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.059558000, lastModified=2023-04-04 18:26:21.050421000, delta=9137000 ns, racy<=2500000000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.059270000, lastModified=2023-04-04 18:26:21.049421000, delta=9849000 ns, racy<=3610000 ns 18:26:21.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.059442000, lastModified=2023-04-04 18:26:19.579387000, delta=1480055000 ns, racy<=2500000000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.060182000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.060182000, lastModified=2023-04-04 18:26:19.579387000, delta=1480795000 ns, racy<=2500000000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.059558000, lastModified=2023-04-04 18:26:21.050421000, delta=9137000 ns, racy<=2500000000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.060308000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.060308000, lastModified=2023-04-04 18:26:21.050421000, delta=9887000 ns, racy<=2500000000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.060522000, lastModified=2023-04-04 18:26:21.057421000, size=104, fileKey=(dev=10006b,ino=1814105751) 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.060566000, lastModified=2023-04-04 18:26:21.057421000, size=104, fileKey=(dev=10006b,ino=1814105751) 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, delta=65980000 ns, racy<=3610000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.056009000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781056009000 ns, racy<=3610000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, delta=65980000 ns, racy<=3610000 ns 18:26:21.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.056009000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781056009000 ns, racy<=3610000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, delta=65980000 ns, racy<=3610000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.056009000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781056009000 ns, racy<=3610000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.055400000, lastModified=2023-04-04 18:26:20.989420000, delta=65980000 ns, racy<=3610000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.056009000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781056009000 ns, racy<=3610000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.060182000, lastModified=2023-04-04 18:26:19.579387000, delta=1480795000 ns, racy<=2500000000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.061882000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.061882000, lastModified=2023-04-04 18:26:19.579387000, delta=1482495000 ns, racy<=2500000000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.060308000, lastModified=2023-04-04 18:26:21.050421000, delta=9887000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.062026000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.062026000, lastModified=2023-04-04 18:26:21.050421000, delta=11605000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.059270000, lastModified=2023-04-04 18:26:21.049421000, delta=9849000 ns, racy<=3610000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.061882000, lastModified=2023-04-04 18:26:19.579387000, delta=1482495000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.062262000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.062262000, lastModified=2023-04-04 18:26:19.579387000, delta=1482875000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.062026000, lastModified=2023-04-04 18:26:21.050421000, delta=11605000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.062413000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.062413000, lastModified=2023-04-04 18:26:21.050421000, delta=11992000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.062262000, lastModified=2023-04-04 18:26:19.579387000, delta=1482875000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.062675000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.062675000, lastModified=2023-04-04 18:26:19.579387000, delta=1483288000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.062413000, lastModified=2023-04-04 18:26:21.050421000, delta=11992000 ns, racy<=2500000000 ns 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.062805000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.062805000, lastModified=2023-04-04 18:26:21.050421000, delta=12384000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.062675000, lastModified=2023-04-04 18:26:19.579387000, delta=1483288000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.063344000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.063344000, lastModified=2023-04-04 18:26:19.579387000, delta=1483957000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.062805000, lastModified=2023-04-04 18:26:21.050421000, delta=12384000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.063473000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.063473000, lastModified=2023-04-04 18:26:21.050421000, delta=13052000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.063344000, lastModified=2023-04-04 18:26:19.579387000, delta=1483957000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.063605000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.063605000, lastModified=2023-04-04 18:26:19.579387000, delta=1484218000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.063473000, lastModified=2023-04-04 18:26:21.050421000, delta=13052000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.063719000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.063719000, lastModified=2023-04-04 18:26:21.050421000, delta=13298000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.063605000, lastModified=2023-04-04 18:26:19.579387000, delta=1484218000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.063856000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.063856000, lastModified=2023-04-04 18:26:19.579387000, delta=1484469000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.063719000, lastModified=2023-04-04 18:26:21.050421000, delta=13298000 ns, racy<=2500000000 ns 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.063981000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.063981000, lastModified=2023-04-04 18:26:21.050421000, delta=13560000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.063856000, lastModified=2023-04-04 18:26:19.579387000, delta=1484469000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064088000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064088000, lastModified=2023-04-04 18:26:19.579387000, delta=1484701000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.063981000, lastModified=2023-04-04 18:26:21.050421000, delta=13560000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064195000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.064195000, lastModified=2023-04-04 18:26:21.050421000, delta=13774000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064088000, lastModified=2023-04-04 18:26:19.579387000, delta=1484701000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064351000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064351000, lastModified=2023-04-04 18:26:19.579387000, delta=1484964000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.064195000, lastModified=2023-04-04 18:26:21.050421000, delta=13774000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064461000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.064461000, lastModified=2023-04-04 18:26:21.050421000, delta=14040000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064351000, lastModified=2023-04-04 18:26:19.579387000, delta=1484964000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064544000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064544000, lastModified=2023-04-04 18:26:19.579387000, delta=1485157000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.064461000, lastModified=2023-04-04 18:26:21.050421000, delta=14040000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064654000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.064654000, lastModified=2023-04-04 18:26:21.050421000, delta=14233000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064779000, lastModified=2023-04-04 18:26:21.062421000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064544000, lastModified=2023-04-04 18:26:19.579387000, delta=1485157000 ns, racy<=2500000000 ns 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.064970000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064970000, lastModified=2023-04-04 18:26:19.579387000, delta=1485583000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.064654000, lastModified=2023-04-04 18:26:21.050421000, delta=14233000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.065108000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.065108000, lastModified=2023-04-04 18:26:21.050421000, delta=14687000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.064970000, lastModified=2023-04-04 18:26:19.579387000, delta=1485583000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.065 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.065284000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.065284000, lastModified=2023-04-04 18:26:19.579387000, delta=1485897000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.052659000, lastModified=2023-04-04 18:26:21.050421000, delta=2238000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.065400000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.065400000, lastModified=2023-04-04 18:26:21.050421000, delta=14979000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.065479000, lastModified=2023-04-04 18:26:21.062421000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.065284000, lastModified=2023-04-04 18:26:19.579387000, delta=1485897000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.065 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.065558000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.065558000, lastModified=2023-04-04 18:26:19.579387000, delta=1486171000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.065400000, lastModified=2023-04-04 18:26:21.050421000, delta=14979000 ns, racy<=2500000000 ns 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.065659000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.065659000, lastModified=2023-04-04 18:26:21.050421000, delta=15238000 ns, racy<=2500000000 ns 18:26:21.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.065479000, lastModified=2023-04-04 18:26:21.062421000, delta=3058000 ns, racy<=3610000 ns 18:26:21.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is racily clean 18:26:21.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.066194000, lastModified=2023-04-04 18:26:21.062421000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.066194000, lastModified=2023-04-04 18:26:21.062421000, delta=3773000 ns, racy<=3610000 ns 18:26:21.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.066870000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.065558000, lastModified=2023-04-04 18:26:19.579387000, delta=1486171000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067067000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067067000, lastModified=2023-04-04 18:26:19.579387000, delta=1487680000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067180000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067067000, lastModified=2023-04-04 18:26:19.579387000, delta=1487680000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067275000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067275000, lastModified=2023-04-04 18:26:19.579387000, delta=1487888000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.067180000, lastModified=2023-04-04 18:26:21.050421000, delta=16759000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067380000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.067380000, lastModified=2023-04-04 18:26:21.050421000, delta=16959000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067483000, lastModified=2023-04-04 18:26:21.057421000, size=104, fileKey=(dev=10006b,ino=1814105751) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067275000, lastModified=2023-04-04 18:26:19.579387000, delta=1487888000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067578000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067578000, lastModified=2023-04-04 18:26:19.579387000, delta=1488191000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.067380000, lastModified=2023-04-04 18:26:21.050421000, delta=16959000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067688000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.067688000, lastModified=2023-04-04 18:26:21.050421000, delta=17267000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067857000, lastModified=2023-04-04 18:26:21.057421000, size=104, fileKey=(dev=10006b,ino=1814105751) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067924000, lastModified=2023-04-04 18:26:21.057421000, size=104, fileKey=(dev=10006b,ino=1814105751) 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067578000, lastModified=2023-04-04 18:26:19.579387000, delta=1488191000 ns, racy<=2500000000 ns 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.067986000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067986000, lastModified=2023-04-04 18:26:19.579387000, delta=1488599000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.067688000, lastModified=2023-04-04 18:26:21.050421000, delta=17267000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.068109000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.068109000, lastModified=2023-04-04 18:26:21.050421000, delta=17688000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.067986000, lastModified=2023-04-04 18:26:19.579387000, delta=1488599000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.068217000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.068217000, lastModified=2023-04-04 18:26:19.579387000, delta=1488830000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.068109000, lastModified=2023-04-04 18:26:21.050421000, delta=17688000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.068318000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.068318000, lastModified=2023-04-04 18:26:21.050421000, delta=17897000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.068217000, lastModified=2023-04-04 18:26:19.579387000, delta=1488830000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.068603000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.068603000, lastModified=2023-04-04 18:26:19.579387000, delta=1489216000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.068318000, lastModified=2023-04-04 18:26:21.050421000, delta=17897000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.068725000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.068725000, lastModified=2023-04-04 18:26:21.050421000, delta=18304000 ns, racy<=2500000000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, size=6, fileKey=(dev=10006b,ino=1823683933) 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.068603000, lastModified=2023-04-04 18:26:19.579387000, delta=1489216000 ns, racy<=2500000000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.069148000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.069148000, lastModified=2023-04-04 18:26:19.579387000, delta=1489761000 ns, racy<=2500000000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.068725000, lastModified=2023-04-04 18:26:21.050421000, delta=18304000 ns, racy<=2500000000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.069266000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.069266000, lastModified=2023-04-04 18:26:21.050421000, delta=18845000 ns, racy<=2500000000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.069536000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781069536000 ns, racy<=3610000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.069536000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781069536000 ns, racy<=3610000 ns 18:26:21.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070208000, lastModified=2023-04-04 18:26:21.066421000, size=0, fileKey=(dev=10006b,ino=1814105754) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.069148000, lastModified=2023-04-04 18:26:19.579387000, delta=1489761000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.070 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070275000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.070275000, lastModified=2023-04-04 18:26:19.579387000, delta=1490888000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.069266000, lastModified=2023-04-04 18:26:21.050421000, delta=18845000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070397000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.070397000, lastModified=2023-04-04 18:26:21.050421000, delta=19976000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070528000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070589000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.070275000, lastModified=2023-04-04 18:26:19.579387000, delta=1490888000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.070 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070733000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.070733000, lastModified=2023-04-04 18:26:19.579387000, delta=1491346000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.070397000, lastModified=2023-04-04 18:26:21.050421000, delta=19976000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070849000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.070849000, lastModified=2023-04-04 18:26:21.050421000, delta=20428000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.070733000, lastModified=2023-04-04 18:26:19.579387000, delta=1491346000 ns, racy<=2500000000 ns 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.070 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.070989000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.070989000, lastModified=2023-04-04 18:26:19.579387000, delta=1491602000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.070849000, lastModified=2023-04-04 18:26:21.050421000, delta=20428000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071103000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071103000, lastModified=2023-04-04 18:26:21.050421000, delta=20682000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.070989000, lastModified=2023-04-04 18:26:19.579387000, delta=1491602000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071207000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.071207000, lastModified=2023-04-04 18:26:19.579387000, delta=1491820000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071103000, lastModified=2023-04-04 18:26:21.050421000, delta=20682000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071316000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071316000, lastModified=2023-04-04 18:26:21.050421000, delta=20895000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.071207000, lastModified=2023-04-04 18:26:19.579387000, delta=1491820000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071398000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.071398000, lastModified=2023-04-04 18:26:19.579387000, delta=1492011000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071316000, lastModified=2023-04-04 18:26:21.050421000, delta=20895000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071494000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071494000, lastModified=2023-04-04 18:26:21.050421000, delta=21073000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071571000, lastModified=2023-04-04 18:26:21.049421000, size=23, fileKey=(dev=10006b,ino=1814105750) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071614000, lastModified=2023-04-04 18:26:21.062421000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.071398000, lastModified=2023-04-04 18:26:19.579387000, delta=1492011000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071724000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.071724000, lastModified=2023-04-04 18:26:19.579387000, delta=1492337000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071494000, lastModified=2023-04-04 18:26:21.050421000, delta=21073000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.071832000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071832000, lastModified=2023-04-04 18:26:21.050421000, delta=21411000 ns, racy<=2500000000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.071571000, lastModified=2023-04-04 18:26:21.049421000, delta=22150000 ns, racy<=3610000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.071614000, lastModified=2023-04-04 18:26:21.062421000, delta=9193000 ns, racy<=3610000 ns 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.071724000, lastModified=2023-04-04 18:26:19.579387000, delta=1492337000 ns, racy<=2500000000 ns 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.072521000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.072521000, lastModified=2023-04-04 18:26:19.579387000, delta=1493134000 ns, racy<=2500000000 ns 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.071832000, lastModified=2023-04-04 18:26:21.050421000, delta=21411000 ns, racy<=2500000000 ns 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.072653000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.072653000, lastModified=2023-04-04 18:26:21.050421000, delta=22232000 ns, racy<=2500000000 ns 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.072857000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.072918000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.069536000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781069536000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.069536000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781069536000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.069536000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781069536000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.068908000, lastModified=2023-04-04 18:26:20.989420000, delta=79488000 ns, racy<=3610000 ns 18:26:21.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.069536000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781069536000 ns, racy<=3610000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.072521000, lastModified=2023-04-04 18:26:19.579387000, delta=1493134000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.074301000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.074301000, lastModified=2023-04-04 18:26:19.579387000, delta=1494914000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.072653000, lastModified=2023-04-04 18:26:21.050421000, delta=22232000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.074430000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.074430000, lastModified=2023-04-04 18:26:21.050421000, delta=24009000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.071571000, lastModified=2023-04-04 18:26:21.049421000, delta=22150000 ns, racy<=3610000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.071614000, lastModified=2023-04-04 18:26:21.062421000, delta=9193000 ns, racy<=3610000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.074301000, lastModified=2023-04-04 18:26:19.579387000, delta=1494914000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.074702000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.074702000, lastModified=2023-04-04 18:26:19.579387000, delta=1495315000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.074430000, lastModified=2023-04-04 18:26:21.050421000, delta=24009000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.074825000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.074825000, lastModified=2023-04-04 18:26:21.050421000, delta=24404000 ns, racy<=2500000000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.071614000, lastModified=2023-04-04 18:26:21.062421000, delta=9193000 ns, racy<=3610000 ns 18:26:21.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.074702000, lastModified=2023-04-04 18:26:19.579387000, delta=1495315000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075139000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075139000, lastModified=2023-04-04 18:26:19.579387000, delta=1495752000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.074825000, lastModified=2023-04-04 18:26:21.050421000, delta=24404000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075258000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075258000, lastModified=2023-04-04 18:26:21.050421000, delta=24837000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075139000, lastModified=2023-04-04 18:26:19.579387000, delta=1495752000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075383000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075383000, lastModified=2023-04-04 18:26:19.579387000, delta=1495996000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075258000, lastModified=2023-04-04 18:26:21.050421000, delta=24837000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075489000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075489000, lastModified=2023-04-04 18:26:21.050421000, delta=25068000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075383000, lastModified=2023-04-04 18:26:19.579387000, delta=1495996000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075604000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075604000, lastModified=2023-04-04 18:26:19.579387000, delta=1496217000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075489000, lastModified=2023-04-04 18:26:21.050421000, delta=25068000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075708000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075708000, lastModified=2023-04-04 18:26:21.050421000, delta=25287000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075604000, lastModified=2023-04-04 18:26:19.579387000, delta=1496217000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075796000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075796000, lastModified=2023-04-04 18:26:19.579387000, delta=1496409000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075708000, lastModified=2023-04-04 18:26:21.050421000, delta=25287000 ns, racy<=2500000000 ns 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.075922000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075922000, lastModified=2023-04-04 18:26:21.050421000, delta=25501000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.075796000, lastModified=2023-04-04 18:26:19.579387000, delta=1496409000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076032000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076032000, lastModified=2023-04-04 18:26:19.579387000, delta=1496645000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.075922000, lastModified=2023-04-04 18:26:21.050421000, delta=25501000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076136000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076136000, lastModified=2023-04-04 18:26:21.050421000, delta=25715000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076032000, lastModified=2023-04-04 18:26:19.579387000, delta=1496645000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076217000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076217000, lastModified=2023-04-04 18:26:19.579387000, delta=1496830000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076136000, lastModified=2023-04-04 18:26:21.050421000, delta=25715000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076314000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076314000, lastModified=2023-04-04 18:26:21.050421000, delta=25893000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076387000, lastModified=2023-04-04 18:26:21.074422000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076217000, lastModified=2023-04-04 18:26:19.579387000, delta=1496830000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076554000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076554000, lastModified=2023-04-04 18:26:19.579387000, delta=1497167000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076314000, lastModified=2023-04-04 18:26:21.050421000, delta=25893000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076672000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076672000, lastModified=2023-04-04 18:26:21.050421000, delta=26251000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076554000, lastModified=2023-04-04 18:26:19.579387000, delta=1497167000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076817000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076817000, lastModified=2023-04-04 18:26:19.579387000, delta=1497430000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.065659000, lastModified=2023-04-04 18:26:21.050421000, delta=15238000 ns, racy<=2500000000 ns 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.076938000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076938000, lastModified=2023-04-04 18:26:21.050421000, delta=26517000 ns, racy<=2500000000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1816164044) to (dev=10006b,ino=1816164045) 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.077044000, lastModified=2023-04-04 18:26:21.074422000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.076817000, lastModified=2023-04-04 18:26:19.579387000, delta=1497430000 ns, racy<=2500000000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.077 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.077121000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.077121000, lastModified=2023-04-04 18:26:19.579387000, delta=1497734000 ns, racy<=2500000000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.076938000, lastModified=2023-04-04 18:26:21.050421000, delta=26517000 ns, racy<=2500000000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.077236000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.077236000, lastModified=2023-04-04 18:26:21.050421000, delta=26815000 ns, racy<=2500000000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.077044000, lastModified=2023-04-04 18:26:21.074422000, delta=2622000 ns, racy<=3610000 ns 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is racily clean 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.077343000, lastModified=2023-04-04 18:26:21.074422000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.077343000, lastModified=2023-04-04 18:26:21.074422000, delta=2921000 ns, racy<=3610000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078013000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.077121000, lastModified=2023-04-04 18:26:19.579387000, delta=1497734000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.078 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078159000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.078159000, lastModified=2023-04-04 18:26:19.579387000, delta=1498772000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078269000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.078159000, lastModified=2023-04-04 18:26:19.579387000, delta=1498772000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.078 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078360000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.078360000, lastModified=2023-04-04 18:26:19.579387000, delta=1498973000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.078269000, lastModified=2023-04-04 18:26:21.050421000, delta=27848000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078466000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.078466000, lastModified=2023-04-04 18:26:21.050421000, delta=28045000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078564000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.078360000, lastModified=2023-04-04 18:26:19.579387000, delta=1498973000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.078 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078652000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.078652000, lastModified=2023-04-04 18:26:19.579387000, delta=1499265000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.078466000, lastModified=2023-04-04 18:26:21.050421000, delta=28045000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078766000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.078766000, lastModified=2023-04-04 18:26:21.050421000, delta=28345000 ns, racy<=2500000000 ns 18:26:21.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.078959000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079008000, lastModified=2023-04-04 18:26:21.069421000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.078652000, lastModified=2023-04-04 18:26:19.579387000, delta=1499265000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079073000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.079073000, lastModified=2023-04-04 18:26:19.579387000, delta=1499686000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.078766000, lastModified=2023-04-04 18:26:21.050421000, delta=28345000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079185000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.079185000, lastModified=2023-04-04 18:26:21.050421000, delta=28764000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.079073000, lastModified=2023-04-04 18:26:19.579387000, delta=1499686000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079291000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.079291000, lastModified=2023-04-04 18:26:19.579387000, delta=1499904000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.079185000, lastModified=2023-04-04 18:26:21.050421000, delta=28764000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079390000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.079390000, lastModified=2023-04-04 18:26:21.050421000, delta=28969000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.079291000, lastModified=2023-04-04 18:26:19.579387000, delta=1499904000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079658000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.079658000, lastModified=2023-04-04 18:26:19.579387000, delta=1500271000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.079390000, lastModified=2023-04-04 18:26:21.050421000, delta=28969000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079774000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.079774000, lastModified=2023-04-04 18:26:21.050421000, delta=29353000 ns, racy<=2500000000 ns 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:21.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, size=6, fileKey=(dev=10006b,ino=1823683933) 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.080184000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781080184000 ns, racy<=3610000 ns 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.080184000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781080184000 ns, racy<=3610000 ns 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.080913000, lastModified=2023-04-04 18:26:21.077422000, size=0, fileKey=(dev=10006b,ino=1814105751) 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.079658000, lastModified=2023-04-04 18:26:19.579387000, delta=1500271000 ns, racy<=2500000000 ns 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.080 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.080965000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.080965000, lastModified=2023-04-04 18:26:19.579387000, delta=1501578000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.079774000, lastModified=2023-04-04 18:26:21.050421000, delta=29353000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081101000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081101000, lastModified=2023-04-04 18:26:21.050421000, delta=30680000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081240000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081301000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.080965000, lastModified=2023-04-04 18:26:19.579387000, delta=1501578000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081447000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.081447000, lastModified=2023-04-04 18:26:19.579387000, delta=1502060000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081101000, lastModified=2023-04-04 18:26:21.050421000, delta=30680000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081569000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081569000, lastModified=2023-04-04 18:26:21.050421000, delta=31148000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.081447000, lastModified=2023-04-04 18:26:19.579387000, delta=1502060000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081654000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.081654000, lastModified=2023-04-04 18:26:19.579387000, delta=1502267000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081569000, lastModified=2023-04-04 18:26:21.050421000, delta=31148000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081754000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081754000, lastModified=2023-04-04 18:26:21.050421000, delta=31333000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.081654000, lastModified=2023-04-04 18:26:19.579387000, delta=1502267000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081859000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.081859000, lastModified=2023-04-04 18:26:19.579387000, delta=1502472000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081754000, lastModified=2023-04-04 18:26:21.050421000, delta=31333000 ns, racy<=2500000000 ns 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.081971000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081971000, lastModified=2023-04-04 18:26:21.050421000, delta=31550000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.081859000, lastModified=2023-04-04 18:26:19.579387000, delta=1502472000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082062000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.082062000, lastModified=2023-04-04 18:26:19.579387000, delta=1502675000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.081971000, lastModified=2023-04-04 18:26:21.050421000, delta=31550000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082160000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.082160000, lastModified=2023-04-04 18:26:21.050421000, delta=31739000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082235000, lastModified=2023-04-04 18:26:21.049421000, size=23, fileKey=(dev=10006b,ino=1814105750) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082278000, lastModified=2023-04-04 18:26:21.074422000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.082062000, lastModified=2023-04-04 18:26:19.579387000, delta=1502675000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082372000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.082372000, lastModified=2023-04-04 18:26:19.579387000, delta=1502985000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.082160000, lastModified=2023-04-04 18:26:21.050421000, delta=31739000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082492000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.082492000, lastModified=2023-04-04 18:26:21.050421000, delta=32071000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.082235000, lastModified=2023-04-04 18:26:21.049421000, delta=32814000 ns, racy<=3610000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.082278000, lastModified=2023-04-04 18:26:21.074422000, delta=7856000 ns, racy<=3610000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.082372000, lastModified=2023-04-04 18:26:19.579387000, delta=1502985000 ns, racy<=2500000000 ns 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.082937000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.082937000, lastModified=2023-04-04 18:26:19.579387000, delta=1503550000 ns, racy<=2500000000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.082492000, lastModified=2023-04-04 18:26:21.050421000, delta=32071000 ns, racy<=2500000000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.083087000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.083087000, lastModified=2023-04-04 18:26:21.050421000, delta=32666000 ns, racy<=2500000000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.083281000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.083328000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.080184000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781080184000 ns, racy<=3610000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.080184000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781080184000 ns, racy<=3610000 ns 18:26:21.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.080184000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781080184000 ns, racy<=3610000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.079967000, lastModified=2023-04-04 18:26:20.989420000, delta=90547000 ns, racy<=3610000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.080184000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781080184000 ns, racy<=3610000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.082937000, lastModified=2023-04-04 18:26:19.579387000, delta=1503550000 ns, racy<=2500000000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.084 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.084690000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.084690000, lastModified=2023-04-04 18:26:19.579387000, delta=1505303000 ns, racy<=2500000000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.083087000, lastModified=2023-04-04 18:26:21.050421000, delta=32666000 ns, racy<=2500000000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.084822000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.084822000, lastModified=2023-04-04 18:26:21.050421000, delta=34401000 ns, racy<=2500000000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.082235000, lastModified=2023-04-04 18:26:21.049421000, delta=32814000 ns, racy<=3610000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.082278000, lastModified=2023-04-04 18:26:21.074422000, delta=7856000 ns, racy<=3610000 ns 18:26:21.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.084690000, lastModified=2023-04-04 18:26:19.579387000, delta=1505303000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085107000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085107000, lastModified=2023-04-04 18:26:19.579387000, delta=1505720000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.084822000, lastModified=2023-04-04 18:26:21.050421000, delta=34401000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085230000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.085230000, lastModified=2023-04-04 18:26:21.050421000, delta=34809000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.082278000, lastModified=2023-04-04 18:26:21.074422000, delta=7856000 ns, racy<=3610000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085107000, lastModified=2023-04-04 18:26:19.579387000, delta=1505720000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085485000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085485000, lastModified=2023-04-04 18:26:19.579387000, delta=1506098000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.085230000, lastModified=2023-04-04 18:26:21.050421000, delta=34809000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085602000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.085602000, lastModified=2023-04-04 18:26:21.050421000, delta=35181000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085485000, lastModified=2023-04-04 18:26:19.579387000, delta=1506098000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085724000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085724000, lastModified=2023-04-04 18:26:19.579387000, delta=1506337000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.085602000, lastModified=2023-04-04 18:26:21.050421000, delta=35181000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085833000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.085833000, lastModified=2023-04-04 18:26:21.050421000, delta=35412000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085724000, lastModified=2023-04-04 18:26:19.579387000, delta=1506337000 ns, racy<=2500000000 ns 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.085 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.085975000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085975000, lastModified=2023-04-04 18:26:19.579387000, delta=1506588000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.085833000, lastModified=2023-04-04 18:26:21.050421000, delta=35412000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086112000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086112000, lastModified=2023-04-04 18:26:21.050421000, delta=35691000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.085975000, lastModified=2023-04-04 18:26:19.579387000, delta=1506588000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086203000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086203000, lastModified=2023-04-04 18:26:19.579387000, delta=1506816000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086112000, lastModified=2023-04-04 18:26:21.050421000, delta=35691000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086307000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086307000, lastModified=2023-04-04 18:26:21.050421000, delta=35886000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086203000, lastModified=2023-04-04 18:26:19.579387000, delta=1506816000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086407000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086407000, lastModified=2023-04-04 18:26:19.579387000, delta=1507020000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086307000, lastModified=2023-04-04 18:26:21.050421000, delta=35886000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086517000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086517000, lastModified=2023-04-04 18:26:21.050421000, delta=36096000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086407000, lastModified=2023-04-04 18:26:19.579387000, delta=1507020000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086598000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086598000, lastModified=2023-04-04 18:26:19.579387000, delta=1507211000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086517000, lastModified=2023-04-04 18:26:21.050421000, delta=36096000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086699000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086699000, lastModified=2023-04-04 18:26:21.050421000, delta=36278000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086770000, lastModified=2023-04-04 18:26:21.084422000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086598000, lastModified=2023-04-04 18:26:19.579387000, delta=1507211000 ns, racy<=2500000000 ns 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.086947000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086947000, lastModified=2023-04-04 18:26:19.579387000, delta=1507560000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.086699000, lastModified=2023-04-04 18:26:21.050421000, delta=36278000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087088000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.087088000, lastModified=2023-04-04 18:26:21.050421000, delta=36667000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.086947000, lastModified=2023-04-04 18:26:19.579387000, delta=1507560000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087242000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.087242000, lastModified=2023-04-04 18:26:19.579387000, delta=1507855000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.077236000, lastModified=2023-04-04 18:26:21.050421000, delta=26815000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087358000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.087358000, lastModified=2023-04-04 18:26:21.050421000, delta=36937000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1816164045) to (dev=10006b,ino=1816164044) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087455000, lastModified=2023-04-04 18:26:21.084422000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.087242000, lastModified=2023-04-04 18:26:19.579387000, delta=1507855000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087530000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.087530000, lastModified=2023-04-04 18:26:19.579387000, delta=1508143000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.087358000, lastModified=2023-04-04 18:26:21.050421000, delta=36937000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087635000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.087635000, lastModified=2023-04-04 18:26:21.050421000, delta=37214000 ns, racy<=2500000000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.087455000, lastModified=2023-04-04 18:26:21.084422000, delta=3033000 ns, racy<=3610000 ns 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is racily clean 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.087741000, lastModified=2023-04-04 18:26:21.084422000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.087741000, lastModified=2023-04-04 18:26:21.084422000, delta=3319000 ns, racy<=3610000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088177000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.087530000, lastModified=2023-04-04 18:26:19.579387000, delta=1508143000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088315000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.088315000, lastModified=2023-04-04 18:26:19.579387000, delta=1508928000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088424000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.088315000, lastModified=2023-04-04 18:26:19.579387000, delta=1508928000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088517000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.088517000, lastModified=2023-04-04 18:26:19.579387000, delta=1509130000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.088424000, lastModified=2023-04-04 18:26:21.050421000, delta=38003000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088626000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.088626000, lastModified=2023-04-04 18:26:21.050421000, delta=38205000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088728000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.088517000, lastModified=2023-04-04 18:26:19.579387000, delta=1509130000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088814000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.088814000, lastModified=2023-04-04 18:26:19.579387000, delta=1509427000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.088626000, lastModified=2023-04-04 18:26:21.050421000, delta=38205000 ns, racy<=2500000000 ns 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.088942000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.088942000, lastModified=2023-04-04 18:26:21.050421000, delta=38521000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089116000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089169000, lastModified=2023-04-04 18:26:21.080422000, size=176, fileKey=(dev=10006b,ino=1814105751) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.088814000, lastModified=2023-04-04 18:26:19.579387000, delta=1509427000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089229000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.089229000, lastModified=2023-04-04 18:26:19.579387000, delta=1509842000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.088942000, lastModified=2023-04-04 18:26:21.050421000, delta=38521000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089398000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.089398000, lastModified=2023-04-04 18:26:21.050421000, delta=38977000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.089229000, lastModified=2023-04-04 18:26:19.579387000, delta=1509842000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089516000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.089516000, lastModified=2023-04-04 18:26:19.579387000, delta=1510129000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.089398000, lastModified=2023-04-04 18:26:21.050421000, delta=38977000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089623000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.089623000, lastModified=2023-04-04 18:26:21.050421000, delta=39202000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.089516000, lastModified=2023-04-04 18:26:19.579387000, delta=1510129000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.089865000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.089865000, lastModified=2023-04-04 18:26:19.579387000, delta=1510478000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.089623000, lastModified=2023-04-04 18:26:21.050421000, delta=39202000 ns, racy<=2500000000 ns 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.090019000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.090019000, lastModified=2023-04-04 18:26:21.050421000, delta=39598000 ns, racy<=2500000000 ns 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, size=6, fileKey=(dev=10006b,ino=1823683933) 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.090383000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781090383000 ns, racy<=3610000 ns 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.090383000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781090383000 ns, racy<=3610000 ns 18:26:21.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091020000, lastModified=2023-04-04 18:26:21.088422000, size=0, fileKey=(dev=10006b,ino=1814105754) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.089865000, lastModified=2023-04-04 18:26:19.579387000, delta=1510478000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091087000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.091087000, lastModified=2023-04-04 18:26:19.579387000, delta=1511700000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.090019000, lastModified=2023-04-04 18:26:21.050421000, delta=39598000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091212000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.091212000, lastModified=2023-04-04 18:26:21.050421000, delta=40791000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091318000, lastModified=2023-04-04 18:26:21.090422000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091378000, lastModified=2023-04-04 18:26:21.090422000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.091087000, lastModified=2023-04-04 18:26:19.579387000, delta=1511700000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091434000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.091434000, lastModified=2023-04-04 18:26:19.579387000, delta=1512047000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.091212000, lastModified=2023-04-04 18:26:21.050421000, delta=40791000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091554000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.091554000, lastModified=2023-04-04 18:26:21.050421000, delta=41133000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091707000, lastModified=2023-04-04 18:26:21.090422000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091752000, lastModified=2023-04-04 18:26:21.090422000, size=176, fileKey=(dev=10006b,ino=1814105754) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.091845000, lastModified=2023-04-04 18:26:21.090422000, size=0, fileKey=(dev=10006b,ino=1814105755) 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.091434000, lastModified=2023-04-04 18:26:19.579387000, delta=1512047000 ns, racy<=2500000000 ns 18:26:21.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.149634000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.149634000, lastModified=2023-04-04 18:26:19.579387000, delta=1570247000 ns, racy<=2500000000 ns 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.091554000, lastModified=2023-04-04 18:26:21.050421000, delta=41133000 ns, racy<=2500000000 ns 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.149977000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.149977000, lastModified=2023-04-04 18:26:21.050421000, delta=99556000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150137000, lastModified=2023-04-04 18:26:21.149423000, size=104, fileKey=(dev=10006b,ino=1814105755) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150230000, lastModified=2023-04-04 18:26:21.149423000, size=104, fileKey=(dev=10006b,ino=1814105755) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.149634000, lastModified=2023-04-04 18:26:19.579387000, delta=1570247000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150370000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.150370000, lastModified=2023-04-04 18:26:19.579387000, delta=1570983000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.149977000, lastModified=2023-04-04 18:26:21.050421000, delta=99556000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150507000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.150507000, lastModified=2023-04-04 18:26:21.050421000, delta=100086000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.150370000, lastModified=2023-04-04 18:26:19.579387000, delta=1570983000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150600000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.150600000, lastModified=2023-04-04 18:26:19.579387000, delta=1571213000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.150507000, lastModified=2023-04-04 18:26:21.050421000, delta=100086000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150712000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.150712000, lastModified=2023-04-04 18:26:21.050421000, delta=100291000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.150600000, lastModified=2023-04-04 18:26:19.579387000, delta=1571213000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150821000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.150821000, lastModified=2023-04-04 18:26:19.579387000, delta=1571434000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.150712000, lastModified=2023-04-04 18:26:21.050421000, delta=100291000 ns, racy<=2500000000 ns 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.150931000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.150931000, lastModified=2023-04-04 18:26:21.050421000, delta=100510000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.150821000, lastModified=2023-04-04 18:26:19.579387000, delta=1571434000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151026000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.151026000, lastModified=2023-04-04 18:26:19.579387000, delta=1571639000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.150931000, lastModified=2023-04-04 18:26:21.050421000, delta=100510000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151127000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.151127000, lastModified=2023-04-04 18:26:21.050421000, delta=100706000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151203000, lastModified=2023-04-04 18:26:21.049421000, size=23, fileKey=(dev=10006b,ino=1814105750) 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151251000, lastModified=2023-04-04 18:26:21.084422000, size=41, fileKey=(dev=10006b,ino=1816164044) 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.151026000, lastModified=2023-04-04 18:26:19.579387000, delta=1571639000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151367000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.151367000, lastModified=2023-04-04 18:26:19.579387000, delta=1571980000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.151127000, lastModified=2023-04-04 18:26:21.050421000, delta=100706000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151478000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.151478000, lastModified=2023-04-04 18:26:21.050421000, delta=101057000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.151203000, lastModified=2023-04-04 18:26:21.049421000, delta=101782000 ns, racy<=3610000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.151251000, lastModified=2023-04-04 18:26:21.084422000, delta=66829000 ns, racy<=3610000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.151367000, lastModified=2023-04-04 18:26:19.579387000, delta=1571980000 ns, racy<=2500000000 ns 18:26:21.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.151998000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.151998000, lastModified=2023-04-04 18:26:19.579387000, delta=1572611000 ns, racy<=2500000000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.151478000, lastModified=2023-04-04 18:26:21.050421000, delta=101057000 ns, racy<=2500000000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.152136000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.152136000, lastModified=2023-04-04 18:26:21.050421000, delta=101715000 ns, racy<=2500000000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.152364000, lastModified=2023-04-04 18:26:21.149423000, size=104, fileKey=(dev=10006b,ino=1814105755) 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/index, create new FileSnapshot: lastRead=2023-04-04 18:26:21.152410000, lastModified=2023-04-04 18:26:21.149423000, size=104, fileKey=(dev=10006b,ino=1814105755) 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.090383000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781090383000 ns, racy<=3610000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.090383000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781090383000 ns, racy<=3610000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.090383000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781090383000 ns, racy<=3610000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.090188000, lastModified=2023-04-04 18:26:20.989420000, delta=100768000 ns, racy<=3610000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-04 18:26:21.090383000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632781090383000 ns, racy<=3610000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack/preserved, is unmodified 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.151998000, lastModified=2023-04-04 18:26:19.579387000, delta=1572611000 ns, racy<=2500000000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.153880000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.153880000, lastModified=2023-04-04 18:26:19.579387000, delta=1574493000 ns, racy<=2500000000 ns 18:26:21.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.152136000, lastModified=2023-04-04 18:26:21.050421000, delta=101715000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.154043000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.154043000, lastModified=2023-04-04 18:26:21.050421000, delta=103622000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, isRacyClean=false, read=2023-04-04 18:26:21.151203000, lastModified=2023-04-04 18:26:21.049421000, delta=101782000 ns, racy<=3610000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/HEAD, is unmodified 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.151251000, lastModified=2023-04-04 18:26:21.084422000, delta=66829000 ns, racy<=3610000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.153880000, lastModified=2023-04-04 18:26:19.579387000, delta=1574493000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.154317000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.154317000, lastModified=2023-04-04 18:26:19.579387000, delta=1574930000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.154043000, lastModified=2023-04-04 18:26:21.050421000, delta=103622000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.154435000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.154435000, lastModified=2023-04-04 18:26:21.050421000, delta=104014000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=false, read=2023-04-04 18:26:21.151251000, lastModified=2023-04-04 18:26:21.084422000, delta=66829000 ns, racy<=3610000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is unmodified 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.154317000, lastModified=2023-04-04 18:26:19.579387000, delta=1574930000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.154691000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.154691000, lastModified=2023-04-04 18:26:19.579387000, delta=1575304000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.154435000, lastModified=2023-04-04 18:26:21.050421000, delta=104014000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.154804000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.154804000, lastModified=2023-04-04 18:26:21.050421000, delta=104383000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.154691000, lastModified=2023-04-04 18:26:19.579387000, delta=1575304000 ns, racy<=2500000000 ns 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.154932000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.154932000, lastModified=2023-04-04 18:26:19.579387000, delta=1575545000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.154804000, lastModified=2023-04-04 18:26:21.050421000, delta=104383000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155045000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155045000, lastModified=2023-04-04 18:26:21.050421000, delta=104624000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.154932000, lastModified=2023-04-04 18:26:19.579387000, delta=1575545000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155165000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155165000, lastModified=2023-04-04 18:26:19.579387000, delta=1575778000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155045000, lastModified=2023-04-04 18:26:21.050421000, delta=104624000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155290000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155290000, lastModified=2023-04-04 18:26:21.050421000, delta=104869000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155165000, lastModified=2023-04-04 18:26:19.579387000, delta=1575778000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155377000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155377000, lastModified=2023-04-04 18:26:19.579387000, delta=1575990000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155290000, lastModified=2023-04-04 18:26:21.050421000, delta=104869000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155475000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155475000, lastModified=2023-04-04 18:26:21.050421000, delta=105054000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155377000, lastModified=2023-04-04 18:26:19.579387000, delta=1575990000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155575000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155575000, lastModified=2023-04-04 18:26:19.579387000, delta=1576188000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155475000, lastModified=2023-04-04 18:26:21.050421000, delta=105054000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155670000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155670000, lastModified=2023-04-04 18:26:21.050421000, delta=105249000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155575000, lastModified=2023-04-04 18:26:19.579387000, delta=1576188000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155749000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155749000, lastModified=2023-04-04 18:26:19.579387000, delta=1576362000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155670000, lastModified=2023-04-04 18:26:21.050421000, delta=105249000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155844000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155844000, lastModified=2023-04-04 18:26:21.050421000, delta=105423000 ns, racy<=2500000000 ns 18:26:21.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-04 18:26:21.155923000, lastModified=2023-04-04 18:26:21.153423000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.155749000, lastModified=2023-04-04 18:26:19.579387000, delta=1576362000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156093000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.156093000, lastModified=2023-04-04 18:26:19.579387000, delta=1576706000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.155844000, lastModified=2023-04-04 18:26:21.050421000, delta=105423000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156213000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.156213000, lastModified=2023-04-04 18:26:21.050421000, delta=105792000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.156093000, lastModified=2023-04-04 18:26:19.579387000, delta=1576706000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156381000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.156381000, lastModified=2023-04-04 18:26:19.579387000, delta=1576994000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.087635000, lastModified=2023-04-04 18:26:21.050421000, delta=37214000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156496000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.156496000, lastModified=2023-04-04 18:26:21.050421000, delta=106075000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, FileKey changed from (dev=10006b,ino=1816164044) to (dev=10006b,ino=1816164045) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156594000, lastModified=2023-04-04 18:26:21.153423000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.156381000, lastModified=2023-04-04 18:26:19.579387000, delta=1576994000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156666000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.156666000, lastModified=2023-04-04 18:26:19.579387000, delta=1577279000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.156496000, lastModified=2023-04-04 18:26:21.050421000, delta=106075000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156768000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.156768000, lastModified=2023-04-04 18:26:21.050421000, delta=106347000 ns, racy<=2500000000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.156594000, lastModified=2023-04-04 18:26:21.153423000, delta=3171000 ns, racy<=3610000 ns 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, is racily clean 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-04 18:26:21.156873000, lastModified=2023-04-04 18:26:21.153423000, size=41, fileKey=(dev=10006b,ino=1816164045) 18:26:21.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/refs/heads/master, isRacyClean=true, read=2023-04-04 18:26:21.156873000, lastModified=2023-04-04 18:26:21.153423000, delta=3450000 ns, racy<=3610000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, size=6, fileKey=(dev=10006b,ino=1823683933) 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.156666000, lastModified=2023-04-04 18:26:19.579387000, delta=1577279000 ns, racy<=2500000000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.157521000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.157521000, lastModified=2023-04-04 18:26:19.579387000, delta=1578134000 ns, racy<=2500000000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.156768000, lastModified=2023-04-04 18:26:21.050421000, delta=106347000 ns, racy<=2500000000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.157644000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.157644000, lastModified=2023-04-04 18:26:21.050421000, delta=107223000 ns, racy<=2500000000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.157521000, lastModified=2023-04-04 18:26:19.579387000, delta=1578134000 ns, racy<=2500000000 ns 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.159 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.159481000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.159481000, lastModified=2023-04-04 18:26:19.579387000, delta=1580094000 ns, racy<=2500000000 ns 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.157644000, lastModified=2023-04-04 18:26:21.050421000, delta=107223000 ns, racy<=2500000000 ns 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.159616000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.159616000, lastModified=2023-04-04 18:26:21.050421000, delta=109195000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.159481000, lastModified=2023-04-04 18:26:19.579387000, delta=1580094000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.160177000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.160177000, lastModified=2023-04-04 18:26:19.579387000, delta=1580790000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.159616000, lastModified=2023-04-04 18:26:21.050421000, delta=109195000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.160309000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.160309000, lastModified=2023-04-04 18:26:21.050421000, delta=109888000 ns, racy<=2500000000 ns 18:26:21.160 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'two.txt' on revision c979755b096dec0585ecf03bf1f0156f35e2b242 of the Git repository at '/tmp/junit5138662119989842683' 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.160177000, lastModified=2023-04-04 18:26:19.579387000, delta=1580790000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.160741000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.160741000, lastModified=2023-04-04 18:26:19.579387000, delta=1581354000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.160309000, lastModified=2023-04-04 18:26:21.050421000, delta=109888000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.160866000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.160866000, lastModified=2023-04-04 18:26:21.050421000, delta=110445000 ns, racy<=2500000000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.160741000, lastModified=2023-04-04 18:26:19.579387000, delta=1581354000 ns, racy<=2500000000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.161612000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.161612000, lastModified=2023-04-04 18:26:19.579387000, delta=1582225000 ns, racy<=2500000000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.160866000, lastModified=2023-04-04 18:26:21.050421000, delta=110445000 ns, racy<=2500000000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.161745000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.161745000, lastModified=2023-04-04 18:26:21.050421000, delta=111324000 ns, racy<=2500000000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.161612000, lastModified=2023-04-04 18:26:19.579387000, delta=1582225000 ns, racy<=2500000000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.162456000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.162456000, lastModified=2023-04-04 18:26:19.579387000, delta=1583069000 ns, racy<=2500000000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.161745000, lastModified=2023-04-04 18:26:21.050421000, delta=111324000 ns, racy<=2500000000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.162594000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.162594000, lastModified=2023-04-04 18:26:21.050421000, delta=112173000 ns, racy<=2500000000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, isRacyClean=false, read=2023-04-04 18:26:21.157179000, lastModified=2023-04-04 18:26:20.989420000, delta=167759000 ns, racy<=3610000 ns 18:26:21.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/objects/pack, is unmodified 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.162456000, lastModified=2023-04-04 18:26:19.579387000, delta=1583069000 ns, racy<=2500000000 ns 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:26:21.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.163188000, lastModified=2023-04-04 18:26:19.579387000, size=258, fileKey=(dev=804,ino=245459477) 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-04 18:26:21.163188000, lastModified=2023-04-04 18:26:19.579387000, delta=1583801000 ns, racy<=2500000000 ns 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-04 18:26:15.654715000, lastModified=1970-01-01 00:00:00.000000000, delta=1680632775654715000 ns, racy<=2500000000 ns 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.162594000, lastModified=2023-04-04 18:26:21.050421000, delta=112173000 ns, racy<=2500000000 ns 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, is racily clean 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, create new FileSnapshot: lastRead=2023-04-04 18:26:21.163328000, lastModified=2023-04-04 18:26:21.050421000, size=78, fileKey=(dev=10006b,ino=1814105753) 18:26:21.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5138662119989842683/.git/config, isRacyClean=true, read=2023-04-04 18:26:21.163328000, lastModified=2023-04-04 18:26:21.050421000, delta=112907000 ns, racy<=2500000000 ns 18:26:21.163 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'one.txt' on revision 0cb088f7bbec3a47ebfd192f3f1104e7202bb977 of the Git repository at '/tmp/junit5138662119989842683' Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.78 s - in org.eclipse.hawk.git.JGitRepositoryTest delta1ArgWithUpdatedFile(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 4.319 s delta2ArgAfterFirstOfThree(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.194 s gitHonorsCurrentBranch(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.206 s currentRevisionTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.091 s firstRevisionIsConstant(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.172 s delta1ArgTwoChanges(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.119 s currentRevisionOneCommit(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.091 s delta1ArgWithTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.101 s delta1ArgWithCurrent(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.089 s delta2ArgAfterFirstOfTwo(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.041 s delta1ArgWithNullRevision(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.081 s currentRevisionWithoutCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.015 s importFile(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.175 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.793 s - in org.eclipse.hawk.localfolder.LocalFileTest laterVersion(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 1.712 s laterVersionWithDelta(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 1.007 s initialVersion(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 0.001 s Running org.eclipse.hawk.localfolder.LocalFolderTest OTwTX2phmpRlY385Y2UbgL0zBhY=, 6gcaIfK906vYZiwxqZAdQ8ekBmM= FHmVKkqlMQ014hFzZNMSUSeHBuA=, /7kX0iZMouwMnWHkm4csS68o3v4= Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.85 s - in org.eclipse.hawk.localfolder.LocalFolderTest renameFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.231 s addFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.041 s copyFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.16 s updateFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.196 s empty(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.037 s deleteFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.183 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.705 s - in org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest testFragmentDependenciesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0.002 s testAttributeWithEnumType(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0.001 s testEnumerationsInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 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.001 s testMetaclassesInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s Running org.eclipse.hawk.modelio.exml.model.ModelioObjectTest 18:26:41.391 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.03) 18:26:41.393 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 18:26:41.393 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 18:26:41.393 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.1.00) 18:26:41.393 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 18:26:41.393 [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.7 s - in org.eclipse.hawk.modelio.exml.model.ModelioObjectTest accessClassModelio34(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.309 s accessClassModelio35(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.211 s accessClassDiagram(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.124 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 18:26:41.982 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.986 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.986 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.986 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.986 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:41.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.057 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.057 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.057 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.059 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.059 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.059 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.065 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.068 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.069 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.069 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.069 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.070 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.070 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.071 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.071 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.072 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.072 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.072 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.072 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.074 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.074 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.074 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.075 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.075 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.075 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.075 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.077 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.078 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.079 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.079 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.079 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.080 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.081 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.081 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.082 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.082 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.082 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.151 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.153 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.156 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.156 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.156 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.156 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.160 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.160 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.160 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.160 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.160 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.161 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.161 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.161 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.161 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.161 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.161 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.164 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.164 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.164 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.174 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.174 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.175 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.175 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.175 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.175 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.176 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.176 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.177 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.177 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.178 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.178 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.180 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.180 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.185 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.185 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.185 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.185 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.185 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.185 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.250 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.250 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.250 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.250 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.250 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.257 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.257 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.257 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.257 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.263 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.264 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.268 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.268 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.273 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.274 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.275 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.275 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.275 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.363 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.364 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.365 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.369 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.371 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.371 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.373 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.373 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.373 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.373 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.373 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.375 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.375 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.375 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.376 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.378 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.378 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.378 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.378 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.380 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.380 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.380 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.385 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.385 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.385 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.385 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.450 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.455 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.456 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.458 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.458 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.458 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.459 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.460 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.461 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.462 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.464 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.465 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.465 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.465 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.465 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.476 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.476 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.476 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.476 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.484 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.484 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.484 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.490 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.490 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.490 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.552 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.553 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.553 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.555 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.555 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.558 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.559 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.561 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.592 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.599 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.599 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.599 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.599 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.599 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.600 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.600 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.600 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.600 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.600 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.601 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.601 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.602 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.602 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.602 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.602 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.602 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.650 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.652 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.652 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.652 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.652 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.652 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.656 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.657 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.657 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.657 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.658 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.660 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.661 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.663 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.665 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.666 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.667 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.669 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.671 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.671 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.671 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.671 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.678 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.680 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.680 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.680 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.681 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.681 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.681 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.681 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.691 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.691 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.691 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.691 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.691 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.750 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.751 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.755 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.755 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.755 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.758 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.758 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.758 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.760 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.762 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.762 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.762 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.765 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.765 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.765 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.765 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.767 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.767 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.767 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.767 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.770 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.770 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.770 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.770 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.773 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.773 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.773 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.773 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.972 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.973 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.975 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.978 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:42.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:42.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.058 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.083 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.084 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.085 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.085 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.085 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.087 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.092 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.989 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:43.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.995 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.996 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:43.997 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:44.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:44.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:44.051 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:44.051 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:44.051 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 18:26:44.054 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 18:26:44.056 [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.527 s - in org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest ramc(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 2.206 s bpmnCatchEvent(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 0.2 s implicitContainment(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 0.12 s Running org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest 18:26:44.751 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/0.0.03) 18:26:44.751 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/0.1.00) 18:26:44.751 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/1.1.00) 18:26:44.751 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/1.0.00) 18:26:44.751 [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.918 s - in org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest testPackageVersion1(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.298 s testPackageVersion2(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.234 s testPackageVersion3(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.382 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.012 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserTest parseAnimal(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.171 s parseClass35(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.126 s parseClass(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.121 s parseEmpty(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.181 s parseElephant(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.175 s parseNoObjects(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.117 s parsePackage(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.118 s Running org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest Parsed 354 fragments in 912ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest jenkinsArchive(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest) Time elapsed: 0.965 s zoo(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest) Time elapsed: 0.327 s Running org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest dumpAndParse(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.1 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 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.508 s - in org.eclipse.hawk.uml.UMLProfileParsingTest modelsHonorProfileVersions(org.eclipse.hawk.uml.UMLProfileParsingTest) Time elapsed: 1.416 s profileVersioning(org.eclipse.hawk.uml.UMLProfileParsingTest) Time elapsed: 0.012 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.workspace.tests.WorkspaceTest 18:27:06.174 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms 18:27:06.177 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.189 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.269 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.276 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.284 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.351 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.361 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.362 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.365 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.375 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.383 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.451 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.456 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.465 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.473 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.473 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.474 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.483 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.552 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.560 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.561 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.567 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.568 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.570 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 18:27:06.575 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.577 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.579 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.653 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 18:27:06.661 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s - in org.eclipse.hawk.workspace.tests.WorkspaceTest changeFile[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.979 s importProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.022 s closeProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.077 s deleteProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.009 s openProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.085 s newProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.008 s existingProjectIsListed[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.009 s changeFile[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.008 s importProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.079 s closeProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.008 s deleteProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.007 s openProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.009 s newProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.076 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 125 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 785 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 361 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 289 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 4.4 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 177 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 706 kB/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 667 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 176 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 1.1 MB/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 261 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 237 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 312 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 1.6 MB/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 2.7 MB/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 192 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 839 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 666 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 1.4 MB/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 2.8 MB/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 390 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 118 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 555 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 303 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 412 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.4 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 96 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 562 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 618 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 418 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 1.9 MB/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 206 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 95 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 218 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 109 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 1.7 MB/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 1.1 MB/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 382 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 4.6 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 2.7 MB/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 1.8 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 967 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 4.6 MB/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 1.7 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 477 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 1.6 MB/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-api/1.7/aether-api-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-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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 2.7 MB/s) [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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 7.6 MB/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] 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-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 1.9 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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 441 kB/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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 3.9 MB/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] 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 247 kB/s) [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 197 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 99 kB/s) [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 168 kB/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] 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-spi/1.7/aether-spi-1.7.jar (14 kB at 44 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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 232 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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 273 kB/s) [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 380 kB/s) [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.4 MB/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] 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] 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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 155 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-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 117 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/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/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/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 64 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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 273 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 342 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 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 420 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 213 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 24 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 370 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 475 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 2.5 MB/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 216 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 108 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 483 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 462 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 158 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.0 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 1.5 MB/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 209 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 1.4 MB/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 1.2 MB/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 1.7 MB/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 8.1 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 4.0 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 1.9 MB/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 111 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 6.2 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 3.4 MB/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 8.1 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 3.0 MB/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 322 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 2.3 MB/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 372 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 498 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 274 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 63 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 2.4 MB/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 510 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 5.1 MB/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 90 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 869 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 631 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 67 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 806 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 2.8 MB/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 373 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 1.1 MB/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 302 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 385 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 118 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 47 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 212 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 125 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 93 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 532 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 392 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 848 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 921 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 826 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 82 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 2.6 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 1.5 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 472 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 745 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 110 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 401 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 276 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 1.3 MB/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 147 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 87 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 70 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 71 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 51 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 1.0 MB/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 940 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 332 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 1.5 MB/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 1.2 MB/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 1.1 MB/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 756 kB/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 3.5 MB/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 2.3 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 8.9 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 289 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 500 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 562 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 5.6 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 16 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 56 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 501 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 325 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 462 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 54 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 86 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 1.1 MB/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 562 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 2.8 MB/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 47 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 47 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 3.5 MB/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 1.0 MB/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 432 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 4.9 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 65 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 3.7 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 2.0 MB/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 279 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.7 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 105 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 5.3 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 16 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 98 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 809 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 28 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 1.9 MB/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-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-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-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/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 13 MB/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 13 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 3.0 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/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 841 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-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 220 kB/s) [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 61 kB/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] 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 1.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-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 158 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/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 137 kB/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 314 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/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 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-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-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 2.3 MB/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-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 167 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-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 359 kB/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-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 385 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-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 47 kB/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/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 102 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-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 68 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-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 90 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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.2 MB/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/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 699 kB/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/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.7 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-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 324 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-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 506 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 230 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/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 179 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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 942 kB/s) [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 711 kB/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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.2 MB/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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.3 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/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.0 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 664 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 25 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 677 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 108 kB/s) [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 235 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.6 MB/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 2.7 MB/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 9.8 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 809 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 3.3 MB/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 655 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 373 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 923 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 154 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 2.8 MB/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 2.9 MB/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 324 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 1.6 MB/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 821 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 28 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 124 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 142 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 458 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/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 3.6 MB/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 366 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 312 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.7 MB/s) [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 47 kB/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 141 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 2.9 MB/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 2.4 MB/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 206 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 180 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 170 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.2 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 525 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 151 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 6.2 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 209 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 729 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 3.7 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 3.7 MB/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 2.4 MB/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 707 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 1.3 MB/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 548 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 272 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 303 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 43 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 231 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 1.5 MB/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 225 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 19 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 59 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 48 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 184 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 96 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 1.4 MB/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 6.2 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 1.1 MB/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 374 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/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.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/junit/junit/3.8.2/junit-3.8.2.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/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 246 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 569 kB/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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 74 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-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 kB at 416 kB/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 280 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-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 3.0 MB/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-manager/2.5/plexus-compiler-manager-2.5.jar (4.6 kB at 63 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/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 623 kB/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/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 1.8 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 579 kB/s) [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 2.1 MB/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 4.4 MB/s) [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 7.3 MB/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 736 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 74 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 79 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 3.8 MB/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.4 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 202 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 104 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 191 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 60 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 674 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 540 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 90 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 785 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 512 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 180 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 40 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 219 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 649 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 982 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 901 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 53 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 116 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 296 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 41 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 1.7 MB/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 440 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 4.2 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 529 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 849 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 7.5 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 618 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 1.4 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/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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 518 kB/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/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 4.0 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/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 503 kB/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/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.5 MB/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/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.3 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-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 664 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/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 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-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-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 741 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] 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 1.1 MB/s) [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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.9 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-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 359 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-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 130 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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 63 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-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 221 kB/s) [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 998 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] 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 151 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 84 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 226 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-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 229 kB/s) [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 62 kB/s) [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 704 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 72 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 1.5 MB/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 936 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 578 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 899 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 4.7 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 339 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 451 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-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 12 MB/s) [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 12 MB/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 26 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 1.7 MB/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 7.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/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/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 28 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 707 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 56 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 160 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 682 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 27 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 72 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/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.jar (270 kB at 14 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 6.0 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 11 MB/s) [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.7 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 16 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 62 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 45 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 115 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.common/2.18.0/org.eclipse.emf.common-2.18.0.jar (376 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.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar (1.4 MB at 24 MB/s) [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 3.3 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 272 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 804 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 103 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 119 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 150 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 151 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 478 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 8.4 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 93 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.4 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 595 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 128 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 325 kB/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 7.5 MB/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 47 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 348 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 910 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 331 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 920 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 849 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 2.8 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 17 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 31 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 6.0 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 388 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 2.2 MB/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 249 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 322 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 140 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 204 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 177 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 36 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 138 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/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 2.2 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/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 8.8 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/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar (166 kB at 4.8 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 34 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 3.7 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.2 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 25 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 606 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 23 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 197 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 2.0 MB/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 767 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 494 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 912 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 652 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/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar (112 kB at 3.1 MB/s) [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 3.1 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 3.3 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 7.8 MB/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 31 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 51 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 40 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 6.5 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 401 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 8.3 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 556 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 739 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 1.1 MB/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 602 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 290 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 4.1 MB/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 46 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 234 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 414 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 14 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 274 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 18 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.7 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/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.jar (9.3 kB at 282 kB/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/0.9/leveldb-0.9.jar (226 kB at 5.9 MB/s) [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 12 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.0 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 9.5 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 43 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 561 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 4.1 MB/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 371 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 2.4 MB/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 444 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 2.1 MB/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 253 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 121 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 3.2 MB/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 665 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 135 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 122 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 248 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 271 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 975 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 444 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 231 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 386 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 297 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 512 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 1.5 MB/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 327 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 457 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 1.2 MB/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 1.4 MB/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 111 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 1.7 MB/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 1.1 MB/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 1.1 MB/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 1.3 MB/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 161 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 214 kB/s) [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] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/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 104 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 143 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 122 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 157 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 133 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 157 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 144 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 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.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 144 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 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.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 133 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 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.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 124 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 157 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 157 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 144 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 73 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 118 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 130 kB/s) [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] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/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 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.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 143 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 143 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 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.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 157 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 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.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 157 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 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.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 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.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 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.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 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.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 157 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 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.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 173 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 161 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 195 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 176 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 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.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 141 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 99 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 176 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 156 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 143 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 177 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 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.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 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.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 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.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 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.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 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.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 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.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 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.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 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.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 76 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 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.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 52 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 166 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 78 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 52 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 86 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 82 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 122 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 112 kB/s) [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] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/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 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.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 161 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 176 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 78 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 178 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 178 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 178 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 139 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 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.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 57 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 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.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 179 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 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.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 196 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 196 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 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.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 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.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 198 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 109 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 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.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 167 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 167 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 114 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 182 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 197 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 110 kB/s) [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] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/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 16 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 108 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 131 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 122 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 145 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 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.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 65 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 29 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 138 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 193 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 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.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 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.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 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.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 60 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 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.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 195 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 195 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 97 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 195 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 212 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 124 kB/s) [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] 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] 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 32 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 192 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 66 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 176 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 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.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 102 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 119 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 164 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 194 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 119 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 133 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 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.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 195 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 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.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 85 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 1.5 MB/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/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar (296 kB at 4.0 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/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar (66 kB at 880 kB/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/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar (1.7 MB at 20 MB/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/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar (340 kB at 3.8 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/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar (89 kB at 553 kB/s) [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 625 kB/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-journal/2.6.4/artemis-journal-2.6.4.jar (223 kB at 1.4 MB/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] 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-core-client/2.6.4/artemis-core-client-2.6.4.jar (699 kB at 4.3 MB/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/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar (37 kB at 206 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/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar (32 kB at 176 kB/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 1.5 MB/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/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar (2.5 MB at 9.5 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-common/4.1.24.Final/netty-common-4.1.24.Final.jar (577 kB at 2.2 MB/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 1.4 MB/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-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar (457 kB at 1.7 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-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar (562 kB at 2.0 MB/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-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar (110 kB at 397 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-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar (141 kB at 505 kB/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-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar (316 kB at 1.1 MB/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-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar (31 kB at 111 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/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 846 kB/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/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 89 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/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar (74 kB at 208 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.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.jar (151 kB at 423 kB/s) [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 330 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] 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.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.jar (201 kB at 563 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 55 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 376 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 252 kB/s) [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 4.1 MB/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 265 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 2.7 MB/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 13 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 16 MB/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 102 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 158 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 1.1 MB/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 1.9 MB/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 1.0 MB/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 1.7 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 12 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 12 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 300 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 4.4 MB/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 54 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 593 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 57 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 [ 10.098 s] [INFO] Eclipse Hawk Core .................................. SUCCESS [ 22.736 s] [INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [ 11.897 s] [INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 12.156 s] [INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [ 8.659 s] [INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [ 10.903 s] [INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [ 9.306 s] [INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 9.220 s] [INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [ 7.315 s] [INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 9.522 s] [INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [ 9.903 s] [INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 9.423 s] [INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 15.203 s] [INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [ 32.677 s] [INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 44.089 s] [INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [ 10.881 s] [INFO] Eclipse Hawk SQLite Backend ........................ SUCCESS [ 11.265 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:05 min [INFO] Finished at: 2023-04-04T18:32:08Z [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 361 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 162 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 878 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 40 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 1.3 MB/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 148 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 261 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 464 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 336 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 182 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 308 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 173 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 2.2 MB/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 54 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 1.4 MB/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 124 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 145 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 104 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 202 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 157 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 36 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 316 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 168 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 309 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 229 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 148 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 298 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 255 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 240 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 130 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 236 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 93 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 500 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 52 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 340 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 238 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 108 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 117 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 214 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 1.7 MB/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 103 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 624 kB/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 42 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 468 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 640 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 1.0 MB/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 1.1 MB/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 126 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 121 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 929 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 45 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 934 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 47 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 304 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 452 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.4 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 110 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 393 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 267 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 444 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 132 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 193 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 1.0 MB/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 70 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 810 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 157 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 55 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 95 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 122 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 1.4 MB/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 181 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 898 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 423 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 48 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 230 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 313 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 148 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 347 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 85 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 318 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 714 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 185 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 295 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 261 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 848 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/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/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/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/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 499 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/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 2.2 MB/s) [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.4 MB/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] 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/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.7 MB/s) [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 103 kB/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] 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/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/joda-time/joda-time/2.2/joda-time-2.2.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 786 kB/s) [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/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 632 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 5.5 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/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 721 kB/s) [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/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 1.3 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-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 505 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/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 1.4 MB/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] 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 113 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 49 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/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 25 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 37 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/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 129 kB/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 264 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-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 13 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/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 32 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 71 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/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 912 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/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 384 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 50 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/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 53 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/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 27 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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 378 kB/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/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.5 MB/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/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 457 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/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 952 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-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 39 kB/s) [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 72 kB/s) [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 172 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 580 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 366 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 202 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 1.4 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-20230404.183215-50.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-20230404.183215-50.pom.asc (833 B at 10 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 8.1 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-20230404.183215-50.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-20230404.183215-50.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 7.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 9.8 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 32 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-20230404.183215-50-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-20230404.183215-50-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.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.9 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 9.4 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.2 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-20230404.183215-50.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-20230404.183215-50.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 7.9 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 8.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.2 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-20230404.183215-50-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-20230404.183215-50-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.2 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 6.6 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 35 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-20230404.183215-50.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-20230404.183215-50.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.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.8 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.2 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 35 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-20230404.183215-50-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-20230404.183215-50-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.9 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 2.1 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-20230404.183215-50.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-20230404.183215-50.pom.asc (833 B at 13 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 7.4 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 9.6 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 1.9 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-20230404.183215-50-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-20230404.183215-50-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 35 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-20230404.183215-50-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-20230404.183215-50-sources.jar (38 kB at 186 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.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/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.0 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 35 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-20230404.183215-50-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-20230404.183215-50-javadoc.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.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.7 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 6.7 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.2 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-20230404.183215-50.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-20230404.183215-50.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.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.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230404.183215-50-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-20230404.183215-50-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.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 35 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-20230404.183215-50-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-20230404.183215-50-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 8.1 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.2 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-20230404.183215-50-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-20230404.183215-50-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-20230404.183215-50.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-20230404.183215-50.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.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-20230404.183215-50.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-20230404.183215-50.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] 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 33 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-20230404.183215-50-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-20230404.183215-50-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.3 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 13 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-20230404.183215-50.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-20230404.183215-50.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 7.2 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 3.9 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 1.5 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-20230404.183215-50-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-20230404.183215-50-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-20230404.183215-50-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-20230404.183215-50-sources.jar (60 kB at 309 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] 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 35 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-20230404.183215-50-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-20230404.183215-50-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 7.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 10 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.2 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 35 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-20230404.183215-50.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-20230404.183215-50.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.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.9 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 9.6 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.3 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-20230404.183215-50-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-20230404.183215-50-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 8.0 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.2 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (416 kB at 2.0 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 36 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-20230404.183215-50.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-20230404.183215-50.jar (90 kB at 446 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-20230404.183215-50.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-20230404.183215-50.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.3 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 10 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 1.6 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-20230404.183215-50.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-20230404.183215-50.jar (84 kB at 393 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-20230404.183215-50.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-20230404.183215-50.pom (3.3 kB at 16 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.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230404.183215-50-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-20230404.183215-50-sources.jar.asc (833 B 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/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-20230404.183215-50-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-20230404.183215-50-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-20230404.183215-50.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-20230404.183215-50.jar (21 kB at 104 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-20230404.183215-50.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-20230404.183215-50.pom (1.1 kB at 5.3 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 9.8 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-20230404.183215-50-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-20230404.183215-50-sources.jar (16 kB at 78 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.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230404.183215-50.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-20230404.183215-50.jar (22 kB at 110 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-20230404.183215-50.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-20230404.183215-50.pom (1.1 kB at 5.2 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-20230404.183215-50-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-20230404.183215-50-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.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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (621 kB at 2.9 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-20230404.183215-50-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-20230404.183215-50-sources.jar (69 kB at 228 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.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230404.183215-50-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-20230404.183215-50-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.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-20230404.183215-50-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-20230404.183215-50-sources.jar (13 kB at 62 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.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230404.183215-50-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-20230404.183215-50-javadoc.jar (523 kB at 2.4 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 9.9 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-20230404.183215-50.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-20230404.183215-50.jar (42 kB at 204 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-20230404.183215-50.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-20230404.183215-50.pom (2.1 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/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.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230404.183215-50-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-20230404.183215-50-javadoc.jar (481 kB at 2.1 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 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-20230404.183215-50-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-20230404.183215-50-sources.jar.asc (833 B 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/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.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230404.183215-50-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-20230404.183215-50-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 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-20230404.183215-50.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-20230404.183215-50.jar (61 kB at 300 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-20230404.183215-50.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-20230404.183215-50.pom (1.2 kB at 5.8 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.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230404.183215-50-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-20230404.183215-50-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.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.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230404.183215-50-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-20230404.183215-50-sources.jar (108 kB at 534 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (477 kB at 2.1 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-20230404.183215-50.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-20230404.183215-50.jar (55 kB at 179 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-20230404.183215-50.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-20230404.183215-50.pom (1.8 kB at 8.9 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.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230404.183215-50-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-20230404.183215-50-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 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-20230404.183215-50.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-20230404.183215-50.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 9.8 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-20230404.183215-50-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-20230404.183215-50-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.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.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230404.183215-50.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-20230404.183215-50.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.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.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230404.183215-50-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-20230404.183215-50-javadoc.jar (3.6 MB at 11 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 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-20230404.183215-50.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-20230404.183215-50.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.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.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230404.183215-50.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-20230404.183215-50.jar (94 kB at 459 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-20230404.183215-50.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-20230404.183215-50.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 10.0 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-20230404.183215-50.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-20230404.183215-50.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 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar.asc (833 B at 5.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/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.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230404.183215-50-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-20230404.183215-50-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 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-20230404.183215-50.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-20230404.183215-50.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.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 10 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-20230404.183215-50.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-20230404.183215-50.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.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.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230404.183215-50.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-20230404.183215-50.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.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230404.183215-50.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-20230404.183215-50.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 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-20230404.183215-50-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-20230404.183215-50-sources.jar (78 kB at 366 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 9.6 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (558 kB at 2.5 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 10 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-20230404.183215-50.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-20230404.183215-50.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 7.5 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-20230404.183215-50.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-20230404.183215-50.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.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.0 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (456 kB at 2.0 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 9.3 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (977 kB at 4.0 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 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-20230404.183215-50-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-20230404.183215-50-sources.jar.asc (833 B 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/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 9.4 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-20230404.183215-50.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-20230404.183215-50.jar (15 kB at 76 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-20230404.183215-50.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-20230404.183215-50.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.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 9.4 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-20230404.183215-50-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-20230404.183215-50-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.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.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230404.183215-50-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-20230404.183215-50-sources.jar (50 kB at 241 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 9.9 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (429 kB at 1.9 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 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-20230404.183215-50-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-20230404.183215-50-sources.jar (36 kB at 174 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 6.3 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-20230404.183215-50.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-20230404.183215-50.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.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.7 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-20230404.183215-50.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-20230404.183215-50.jar (121 kB at 522 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-20230404.183215-50.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-20230404.183215-50.pom (1.1 kB at 2.7 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 9.4 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-20230404.183215-50-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-20230404.183215-50-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.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 7.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/org.eclipse.hawk.jgit-2.3.0-20230404.183215-50.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-20230404.183215-50.pom.asc (833 B 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/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 8.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-20230404.183215-50-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-20230404.183215-50-sources.jar.asc (833 B at 8.7 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 9.6 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (422 kB at 1.7 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 9.4 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-20230404.183215-50.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-20230404.183215-50.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.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 9.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/org.eclipse.hawk.http-2.3.0-20230404.183215-50-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-20230404.183215-50-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.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.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230404.183215-50.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-20230404.183215-50.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 9.0 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-20230404.183215-50.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-20230404.183215-50.jar.asc (833 B 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/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 9.0 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-20230404.183215-50-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-20230404.183215-50-sources.jar (379 kB at 1.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/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.6 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-20230404.183215-50.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-20230404.183215-50.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.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 6.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/org.eclipse.hawk.service.api-2.3.0-20230404.183215-50-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-20230404.183215-50-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 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-20230404.183215-50-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-20230404.183215-50-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.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.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230404.183215-50.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-20230404.183215-50.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-20230404.183215-50-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-20230404.183215-50-sources.jar (45 kB at 226 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.6 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-20230404.183215-50.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-20230404.183215-50.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.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.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230404.183215-50-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-20230404.183215-50-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 9.8 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-20230404.183215-50.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-20230404.183215-50.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.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230404.183215-50.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-20230404.183215-50.jar (90 kB at 450 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-20230404.183215-50.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-20230404.183215-50.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 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-20230404.183215-50.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-20230404.183215-50.jar (95 kB at 477 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-20230404.183215-50.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-20230404.183215-50.pom (1.4 kB at 4.6 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.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230404.183215-50-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-20230404.183215-50-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.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-20230404.183215-50-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-20230404.183215-50-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-20230404.183215-50.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-20230404.183215-50.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-20230404.183215-50.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-20230404.183215-50.jar (17 kB at 87 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-20230404.183215-50.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-20230404.183215-50.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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (680 kB at 3.2 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-20230404.183215-50.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-20230404.183215-50.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.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 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/org.eclipse.hawk.service.api-2.3.0-20230404.183215-50.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-20230404.183215-50.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-20230404.183215-50.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-20230404.183215-50.pom (1.9 kB at 5.8 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-20230404.183215-50.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-20230404.183215-50.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 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-20230404.183215-50-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-20230404.183215-50-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 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-20230404.183215-50-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-20230404.183215-50-sources.jar (33 kB at 167 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 9.9 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-20230404.183215-50-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-20230404.183215-50-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 10 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-20230404.183215-50-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-20230404.183215-50-sources.jar (17 kB at 81 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.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230404.183215-50-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-20230404.183215-50-sources.jar (56 kB at 280 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.8 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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (625 kB at 2.7 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 6.4 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-20230404.183215-50.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-20230404.183215-50.jar (93 kB at 422 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-20230404.183215-50.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-20230404.183215-50.pom (1.9 kB at 9.1 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 8.4 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-20230404.183215-50-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-20230404.183215-50-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 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-20230404.183215-50.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-20230404.183215-50.jar (138 kB at 675 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-20230404.183215-50.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-20230404.183215-50.pom (838 B at 4.2 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 9.8 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-20230404.183215-50.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-20230404.183215-50.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.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-20230404.183215-50-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-20230404.183215-50-javadoc.jar (727 kB at 3.1 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 9.7 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-20230404.183215-50.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-20230404.183215-50.pom (11 kB at 53 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.0 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.095 s] [INFO] Eclipse Hawk Core .................................. SUCCESS [ 10.074 s] [INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [ 11.007 s] [INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 10.728 s] [INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [ 8.470 s] [INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [ 11.124 s] [INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [ 8.841 s] [INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 8.159 s] [INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [ 7.979 s] [INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 10.223 s] [INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [ 10.574 s] [INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 10.854 s] [INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 13.678 s] [INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [ 7.427 s] [INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 33.032 s] [INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [ 10.013 s] [INFO] Eclipse Hawk SQLite Backend ........................ SUCCESS [ 59.494 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:02 min [INFO] Finished at: 2023-04-04T18:36:17Z [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-lMJTm8RJkEdK/agent.231 SSH_AGENT_PID=233 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/hawk_master@tmp/private_key_4243523292924455048.key (/home/jenkins/agent/workspace/hawk_master@tmp/private_key_4243523292924455048.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 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index deleting features/org.eclipse.hawk.timeaware.feature_2.3.0.202304021542.jar deleting features/org.eclipse.hawk.timeaware.feature.source_2.3.0.202304021542.jar deleting features/org.eclipse.hawk.epsilon.feature_2.3.0.202304041716.jar deleting features/org.eclipse.hawk.epsilon.feature.source_2.3.0.202304041716.jar deleting plugins/org.eclipse.hawk.timeaware_2.3.0.202304021542.jar deleting plugins/org.eclipse.hawk.timeaware.source_2.3.0.202304021542.jar deleting plugins/org.eclipse.hawk.epsilon_2.3.0.202304041716.jar deleting plugins/org.eclipse.hawk.epsilon.source_2.3.0.202304041716.jar features/org.eclipse.hawk.core.feature.source_2.3.0.202304022026.jar features/org.eclipse.hawk.core.feature_2.3.0.202304022026.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.202304041716.jar features/org.eclipse.hawk.tests.feature_2.3.0.202304041716.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.202304022026.jar plugins/org.eclipse.hawk.core_2.3.0.202304022026.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.202303262300.jar plugins/org.eclipse.hawk.timeaware.tests_2.3.0.202303262300.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.12M bytes received 515.29K bytes 691.05K bytes/sec total size is 110.53M speedup is 12.80 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). sending incremental file list compositeArtifacts.jar compositeContent.jar sent 1.03K bytes received 66 bytes 728.00 bytes/sec total size is 942 speedup is 0.86 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). sending incremental file list artifacts.jar content.jar plugins/org.apache.thrift_0.13.0.202104281822.jar plugins/org.apache.thrift_0.13.0.jar sent 39.84K bytes received 4.81K bytes 89.28K bytes/sec total size is 547.39K speedup is 12.26 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). ~/agent/workspace/hawk_master ~/agent/workspace/hawk_master Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). ~/agent/workspace/hawk_master [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 233 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